X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   simple mod (https://forum.x-cart.com/showthread.php?t=70005)

richardjknox 09-16-2014 01:36 PM

simple mod
 
1 Attachment(s)
Hi

Me again....throughout the site the product price is displayed with the alternative currency displayed eg ё1000.00 (eur1140.00)

but not on the product configurator at the end before going in to the cart,

Could anyone help me with the code I need to insert to display the value ?

I believe its in pconf_customer_summary and the code

tr class="pconf-price-row">
<td class="pconf-summary-total"><span class="price">{$lng.lbl_pconf_total_products_cost} :</span></td>
<td class="pconf-summary-total"><span class="price-value">{currency value=$taxed_total_cost tag_id="product_price"}</span></td>
</tr>


Any help greatly appreciated

Thanks
Richard K

totaltec 09-16-2014 02:10 PM

Re: simple mod
 
Richard,
I don't have access to product configurator at the moment so I can't test this. But I believe the code would be:
{alter_currency value=$taxed_total_cost tag_id="product_price"}

richardjknox 09-16-2014 02:47 PM

Re: simple mod
 
1 Attachment(s)
Hi Mike

Thanks ..nearly done it., as you see from screen shot, it's there but it would be nice if it didn't carry on with the bold red format, and defaulted back to original 10pt mormal black, so uniform wit the rest of the site...

could you please help me with that ?.. the code

<tr class="pconf-price-row">
<td class="pconf-summary-total"><span class="price">{$lng.lbl_pconf_total_products_cost} :</span></td>
<td class="pconf-summary-total"><span class="price-value">{currency value=$taxed_total_cost tag_id="product_price"}</span></td>
<td class="pconf-summary-total"><span class="price-value">{alter_currency value=$taxed_total_cost tag_id="product_price"}</span></td>

I've added the alter-currency line

many thanks
Richard K

totaltec 09-16-2014 05:39 PM

Re: simple mod
 
Try removing the class="price-value"

A link to the page would be nice so we can see it in action and check the CSS

richardjknox 09-16-2014 11:16 PM

Re: simple mod
 
Hi Mike

Yep that's done it

Many thanks
Richard K


All times are GMT -8. The time now is 12:08 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.