Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

How to put a space here...

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 01-30-2008, 06:12 PM
 
mlalande mlalande is offline
 

Advanced Member
  
Join Date: Dec 2007
Posts: 51
 

Default How to put a space here...

Between the "our price" and "quantity".

I am not a programmer so please be specific?

Thanks, any help is appreciated.
Attached Thumbnails
Click image for larger version

Name:	help.jpg
Views:	92
Size:	13.6 KB
ID:	757  
__________________
4.1.9
Reply With Quote
  #2  
Old 01-31-2008, 06:55 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default 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"
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:44 AM.

   

 
X-Cart forums © 2001-2020