Jump to content

distinct

Members
  • Posts

    5
  • Joined

  • Last visited

distinct's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I have figured it out. just posting what i did for anyone else that needs it on product.tpl the code needs to read {if $product->show_cart != 0} and not this {if ($show_cart != 0)} sometimes it helps to write it down on the forum to figure it out ;-)
  2. after further investigating i have noticed that the product list is working in the categories but still a no go on the products page. i have noticed that the code is a little different between the two files product-list.tpl {if ($product.show_cart != 0)} and product.tpl {if ($show_cart != 0)} now you would think these would be the same but when i change to $product.show_cart the whole page goes screwy and still does not work. anybody have an idea?
  3. Hi guys, i have installed this mod and for some reason cant get it to work on version 1.31 here are my steps SQL: ALTER TABLE `ps_product` ADD `show_cart` TINYINT( 1 ) NOT NULL DEFAULT '1' then i copied over all the files to the respected folders. the back end seems to be working when i click the radio button it changes and stays but there is no affect on the product page no matter what the selection is it is always not showing. also on another note i would like to keep the price and remove from the (qty) down but also tried this and still no luck.
×
×
  • Create New...