Jump to content

Add item to summary.tpl


doublet

Recommended Posts

Hi, we have this wonderful Summary box in the order page, but it's confusing people coz incomplete information when having multiple items of the same product:

 

summary.png

 

You can see here 2 x item products, but system is not showing that so any visitor, so when a user returns to visit this link from website, user sees that system is trying to bill one product x 2 times, so this makes possible customer to leave and don't purchase anything.

 

We want to add a "Quantity" of items, so they understand that they have more than one items of the same product.

 

We found that this info is located at summary.tpl, but we we're not coders and don't know ho to customise this, anyone can give us a hand please ?

 

Thanks a lot in advance ;)

Link to comment
Share on other sites

in templates/orderforms/standard_cart/ordersummary.tpl, you could change...

 

<span class="pull-left">{$producttotals.productinfo.name}</span>

to...

<span class="pull-left">{if $producttotals.qty gt 1}{$producttotals.qty} x {/if}{$producttotals.productinfo.name}</span>

 

AEs9DnW.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated