Posts Tagged ‘checkout’
ProStores Tip: Displaying cart $ Total and Item total
Written by Matt on June 25, 2008 – 2:05 pmJust 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.
(value of cart before shipping) - Value of Item(s) in Cart: <ss:value source="$cart.storeSubTotal"/> - Total number of items in Cart: <ss:value source="$cart.shippingItemCount"/>
Tags: cart, checkout, prostores, shopping cart, ssml, Tips
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 pmGo to the “Checkout for Guests”, “Checkout for New Customers”, “Billing Options” templates using the Source Editor, find
<ss:button type='submit' value="Add To Shopping Cart"/> and replace it with <ss:button type="submit" value="Continue Checkout" source="$templateSet.images['xxxxx.jpg']"/>
For the Ship to and Ship to Gift templates the new button code needs to be:
<ss:button type="submit" value="$address.buttonText" source="$templateSet.images['xxxxx.jpg']"/>
Tags: checkout, prostores, ssml, Tips
Posted in ProStores Coding, Tips | No Comments »