Thanks for the update, pivey. Meanwhile, I have posted a message to the Easy Populate thread about your problem; perhaps a future version of Easy Populate will fix this.
http://www.zen-cart.com/forum/showth...614#post278614
Regards,
Scott
Thanks for the update, pivey. Meanwhile, I have posted a message to the Easy Populate thread about your problem; perhaps a future version of Easy Populate will fix this.
http://www.zen-cart.com/forum/showth...614#post278614
Regards,
Scott
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Another suggestion has been added to the Better Together FAQ:
http://www.thatsoftwareguy.com/zenca..._together.html
If you are concerned that people don't know they might have a discount coming
when they look at their cart, try changing SUB_TITLE_SUB_TOTAL in includes/languages/english/shopping_cart.php
to something like 'Sub-Total BEFORE Discount'
This will emphasize the fact that a discount will be added at checkout time.
Good luck,
Scott
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Yes, this would be a solution, but customers actually need to see what they are earning in discounts. The only way to do this, is to always going forward checkout 2 steps.
Not very user friendly.
Customers should have their deduction displayed in their shopping cart.
If not substracted, at least somehow "savings from discounts" displayed always visible.
This is an essential (marketing) feature to shopping carts, should have been added in development.
Easier said than done. Anyone can load items in the cart and click the shopping cart page, even before logging in. Having no idea of their address, how then would I compute the discount, which may include shipping and/or tax? What about the order in which order_total items are applied, which affects the computation of discounts such as the group discount?
If you can guarantee me certain pre-conditions, then yes, I could integrate this logic with shopping_cart.php, which draws the shopping cart page. But then who's going to port this every time shopping_cart.php changes (which is pretty much every release)?
Having said all that, of course I would be delighted to rewrite this code to your personal
specifications. Just give me a statement of work and your credit card number and I'll
have it done in no time!
Scott
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Hi Scott.
means, that the shopping cart page could have been optimized to display all savings from purchases, not only your contribution ones...should have been added in development
I just asked myself why this possibility is not given as long customers(e.g. purchasing specials) whould be happier to have a "tatal of savings" substrarcted from their total, or at least mentioned.
I mean, it is displayed in product detail as "You save.." without taking care of additional savings (shipping/tax) at that point.
Even to customers not logged in...
So please don't take peoples comments personal.
This is not a issue concernig just me. I thing every shop owner would be glad to offer this option to his customer instead of telling him "proceed checkout and you WILL see what you pay in total.
A lot of people have asked for this sort of capability. Unfortunately, the model I had of how this would work was so hideously complex that I always resisted doing it. I've worked out a more straightforward preview capability that I'm testing now. Details shortly.
Scott
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Here it is.
http://www.thatsoftwareguy.com/zenca...t_preview.html
Scott
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.