no show price in small window BUY NOW

[pt] project

No avatar

2006-03-04 23:39

1 - After doing some changes, the price desapear in this window.
As anybody could help me in this problem ?
2 - Actually the price of products is indicate for this order:
cart_image_small.gif ; euro symbol ; price of product
and I want that will be indicate in the next order :
price of product ; euro symbol ; cart_image_small.gif
How I can change it ?
What are the files ?
Thanks a lot

[pt] project

No avatar

2006-03-06 16:54

QC v1.2

treewood (OpenSolution)

Avatar: treewood

2006-03-06 20:48

project - edit templates/products_list.tpl and block LIST_LIST and change
<img src="templates/img/cart_image_small.gif" alt="" />$config[currency_symbol]&nbsp;$aList[fPrice]
to
$aList[fPrice]&nbsp;$config[currency_symbol]<img src="templates/img/cart_image_small.gif" alt="" />

witaj.net

[pt] project

No avatar

2006-03-07 16:09

treewood Thank you, now working correctly. Thanks .
Another question.
After adding some fields, like as VAT NUMBER , COUNTRY.. the total order in shop is correct, but when the ADMIN consulting the order or the client consulting the order, via e-mail the original total order is modifiing to "0100".
Like that:
Artigo Preço [€] Quant. Total [€]
product 14.20 1 14.20
Sub-Total 14.20
Total 0100
It's possible inform me what is the rason of this error ?

loginn

No avatar

2006-05-27 09:43

Hi, Treewood
I also wanted to make the order:
price of product ;symbol ; cart_image_small.gif.
I did not find in templates/products_list.tpl this row:
<img src="templates/img/cart_image_small.gif" alt="" />$config[currency_symbol]&nbsp;$aList[fPrice]
What I found is:
$aList[fPrice]&nbsp;$config[currency_symbol]</a>
<div class="clear"></div>
So I changed it to:
$aList[fPrice]&nbsp;$config[currency_symbol]<img src="templates/img/cart_image_small.gif" alt="" />

Nothing changed in clients page?

Back to top
about us | contact