A customer would like to show different banner images based on set rules, for example if a user logged in once it would show one image & if they logged in twice it would show a different image.
(request from CSG)
Currently a data pipe is used to remove web groups from the website when all products of that group are no longer live (end of line). CSG would like this to happen automatically. When all products in a web group are no longer...
This came up from an issue we noticed where changing the quantity of a line in the basket online caused the discount line to recalculate and revert to the standard sell price.
It was subsequenrly removed and re-added when going back through the ch...
Unify the CMS "From Email Address" across Prospect 365 platform
The current "From email" address from prospect 365 cms web orders/automated emails currently comes from prospectsoft.net. ACA would like it to be a prospect365.com email.
Currently if we want to show a list of categories in the Article's Plugin, we have the "Category List" display mode. This will list all categories along with their articles and only the articles are clickable.
It would be very useful if there was...
It would be nice if the forgotten password plugin implemented AJAX call to quick see the email is valid or not. Right now, it posts to the page itself which can be a little slow as its loading the page again. Use AJAX here would greatly increase t...
It would be really great if you could allow questions and answers to be specified both by staff and by customers for products. There would need to be a method of notifying users when a question is logged so that an answer can be given.
Amazon all...
Minifying the HTML will help increase the Google Page Speed score since we already also minify CSS for live sites. This can be an option within the CMS or HTML becomes normal if in preview/debug more.
Put "async" attribute to the vue.min.js script tag
When you run a 365 CMS website through Google's Page Speed, it will mark the vue.min.js as a render blocking element.
Will it be possible to add async/defer attribute to this element?