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)
-   -   How to put a space here... (https://forum.x-cart.com/showthread.php?t=37176)

mlalande 01-30-2008 06:12 PM

How to put a space here...
 
1 Attachment(s)
Between the "our price" and "quantity".

I am not a programmer so please be specific?

Thanks, any help is appreciated.

Yurij 01-31-2008 06:55 AM

Re: How to put a space here...
 
Quote:

Originally Posted by mlalande
Between the "our price" and "quantity".

I am not a programmer so please be specific?

Thanks, any help is appreciated.


If this product - page, you will need to change the file "skin1\customer\main\product.tpl".

Find this block:
PHP Code:

{if $active_modules.Subscriptions ne "" and $subscription}
{include 
file="modules/Subscriptions/subscription_info.tpl"}
{else}
<
tr><td class="ProductPriceConverting" valign="top">{$lng.lbl_price}:</td>
<
td valign="top">
{if 
$product.taxed_price ne 0 || $variant_price_no_empty}
<
font class="ProductDetailsTitle"><span id="product_price" style="white-space: nowrap;">{include file="currency.tpl" value=$product.taxed_price plain_text_message=true}</span></font><font class="MarketPrice"> <span id="product_alt_price" style="white-space: nowrap;">{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$product.taxed_price plain_text_message=true}</span></font>
{if 
$product.taxes}<br />{include file="customer/main/taxed_price.tpl" taxes=$product.taxes}{/if}
{else}
<
input type="text" size="7" name="price" />
{/if}
</
td>
</
tr>
{/if}
</
table



It is responsible for displaying prices....... So try put <br>, example:

PHP Code:

{/if}
</
table>
<
br>
<
/>
<
table width="100%" cellpadding="0" cellspacing="0"



All times are GMT -8. The time now is 03:30 PM.

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