Tags/topics: 
2
Answers
Vote up!
1
Vote down!

Show products without price and disable cart

I have installed Kickstart and am wanting to use it as a catalog only - not for taking online orders or selling products online. How can I disable the "add to cart" buttons, and remove the shopping cart, references to orders etc and also remove the pricing information for each product?

Asked by: matthew.steele
on March 12, 2013

2 Answers

Vote up!
1
Vote down!

Greetings,

So why are you using Kickstart in the first place? Or Drupal Commerce for that matter? What you want can be achieved with far less resources and system complexity simply using views. There are numerous views formatters available that will enable you to display products as you wish without even using the commerce modules.


Editor's note: Answer from comments is below:

If you have contextual links enabled... you will see a gear icon over the view you want to modify. Open this view and remove the cart field. Better yet, clone the view and disable your cloned view before you make modifications to the original so you can easily reference the original settings when you are ready to enable the cart.


Cheers
Kevin

Answer by: drupalability
Posted: Mar 12, 2013

Comments

Thanks for your reply. I would like to use the shopping cart in the near future, so I want my site based around drupal commerce to avoid having to redo the whole site and loose any google listings etc. Is there really no way to achieve this within drupal commerce?

- matthew.steele on March 12, 2013

OK. So simply removing the cart field from your cart view. You will find this view automatically created by Commerce Kickstart. Simply remove the field and it will not be displayed. Is that what you are looking for? Cheers Kevin

- drupalability on March 13, 2013

If you have contextual links enabled... you will see a gear icon over the view you want to modify. Open this view and remove the cart field. Better yet, clone the view and disable your cloned view before you make modifications to the original so you can easily reference the original settings when you are ready to enable the cart.

- drupalability on March 14, 2013
Vote up!
0
Vote down!

Actually a question:

Like to show trade price and shopping cart function to user with role "shop".

I can from display "hidden" product variation - "add to shopping cart"
Is this the appropriate way ?

But not sure how to input rules to unhide when user with role of shop , to show trade price and shopping cart. Currently, trade price is showed under commerce_price (a default field).

Another side question -
same price despite variation
So all t shirt, diff color , same price
I setup color in product variation, but I could not add default commerce_price field to product display?

Sorry, I am new to drupal and have no technical background, still ploughing my way thru. bit by bit Actually quite proud of what I accomplished so far but many hurdles to go thru.
Any help is appreciated.

Answer by: newbieuser
Posted: Mar 15, 2013