PDA

View Full Version : Show item price in detail view but not in thumbnail view


kalbi
October 9th, 2003, 03:00 PM
Is there any way I can prevent the item price from being shown in the product catalog on the thumbnail view page, but have it show when the customer clicks on the 'more detail' view link? If I untick the 'Show Base Price' box then the price doesn't show up in either the thumbnail or the more detailed view.

I realise I could put the price into the description, manually item by item, using HTML, but this is cumbersome and time consuming.

It would be good if one could simply suppress the price in the thumbnail page view, but have it show up in the more detailed view.

Is this possible with the cart as it is now?

Thanks

Jamie
October 10th, 2003, 11:38 AM
Hi,

This is definitely possible. Make sure you've read the section in the documentation on themes and templates. Then, after you have created your custom theme, copy the "squirrelcart/themes/squirrelcart/show_product.php" template file into your custom theme folder "squirrelcart/themes/YOURTHEMENAME". Then, modify the file, and remove the following text:

<?=$Base_Price?>

Thanks,
Jamie