seperate layouts for different catagories

  • Posts: 19
  • Thank you received: 0
11 years 5 months ago #106561

ok so here is the problem. i am creating a store for a client what he wants is to have 2 parts of the store 1 part for the every day clients and 1 part for the bulk clients what he wants is for the bulk items to not show the prices because there are several prices depending on how many are being purchased.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #106579

Hi,

To hide the price only for the bulk products, you can create a custom field in the table "product" fill it with "bulk" for example for the bulk products.
Then edit the view "product / listing_img_title" or "product / show_default" and check if the product has the custom field "bulk" hide the price else display it.

It require php knowledge. The custom field is in the var $product->bulk (if you name it "bulk").

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum