Latest Posts »
Latest Comments »
Popular Posts »

ProStores Tip: Displaying cart $ Total and Item total

Written by Matt on June 25, 2008 – 2:05 pm

Just another quick tip to display the total $ amount in your ProStores shopping cart as well as the total number of items in your cart. They can be used together or seperately.
[sourcecode language='css']
(value of cart before shipping)
- Value of Item(s) in Cart:
- Total number of items in Cart:
[/sourcecode]


Tags: , , , ,
Posted in ProStores Coding, Tips | No Comments »

ProStores Tip: Replacing the grey buttons on checkout pages

Written by Matt on June 25, 2008 – 1:44 pm

Go to the “Checkout for Guests”, “Checkout for New Customers”, “Billing Options” templates using the Source Editor, find
[sourcecode language='css']

and replace it with


[/sourcecode]
For the Ship to and Ship to Gift templates the new button code needs to be:
[sourcecode language='css']

[/sourcecode]


Tags: , , ,
Posted in ProStores Coding, Tips | No Comments »