I need to move the price in the product listing so it sits just under the title.
I can do this by adding . $listing->fields['products_price'] . like this . $listing->fields['products_name'] . $listing->fields['products_price'] .
But it adds two extra zero's on the end so the price displays like this 72.0000
I did it before but can't remember how to strip the extra zero's.


Reply With Quote

