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.
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?
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
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.