Page not found
We have recently redesigned this website, which involved changing both the functionality and architecture of several parts of the site. This necessarily involved changed URLs, primarily in sections like our documentation as guides were merged and reorganized. We apologize for the broken links or search results while Google reindexes our site and hope you find what you're looking for in the search results below.
Discussion Pricelist per user (Custom price per product and per user)
Hi, I have a complicated situation! I need one pricelist per user! What I mean: I have 500 customers that have different price per product on my ERP. So one pricelist per user. I have 1000 products. So, have I need to create 500x1000=500000 rules? I searc ...
Discussion cart functions only for specific role
Hi, I am building a new site that i need to allow ONLY wholesaler to be able to add to cart items and checkout however all other users can only view the products but not have any cart functions including not to show the add to cart button for them. how ca ...
ariban99 — March 2013 — 7 comments
Discussion multimarket with drupalcommerce
Hi to all, I'm new to drupalcommerce but I have a little experience with drupal. I need to set up a multimarket website... that is each user could post his product to sell to the community and each user could buy something from other users. Is it pos ...
Discussion Rich snippets for Drupal Commerce?
Hi all I'm looking module that allows rich snipets placed in our stores. I tried Schem.org module but did not work well. Do you use rich snippets on your pages? ...
nawi — December 2012 — 4 comments
Discussion Can not manage to display currency symbol instead of code-or- can I just remove the currency portion of the price
I am pricing products in ILS- Israel Sheqel Prices are appearing as ILS 12.34 instead of ₪ 12.34 (there is a symbol there, you may not be able to see it depending on your fonts/system) The core code seems to support using the symbol, as it's describe ...
photoboy — May 2012 — 10 comments
Discussion Product Display Node: Display lowest price for the displays variations
I'm not a big fan of posting questions but I really have exhausted my google search, drupal search, code hacking etc... I'm not against writing this bit of functionality but it's something I would have thought already existed and I don' ...
scotthooker — March 2013 — 7 comments
Discussion Currency symbol placement hook
Hi, We have got commerce up and running here, but we can't seem to change to location of the currency symbol. I tried changing the commerce.api.php: function hook_commerce_currency_info_alter(&$currencies, $langcode) {$currencies['EUR'] ...
Mizja — February 2012 — 4 comments
Discussion Displaying price with and without taxes
Hi, I would like to display my product's prices with and without VAT taxes. Example: Price without tax: 1000 Price with tax: 1250 How can I do that without having my client to fill out two fields and add these prices manually? I would like to create ...
balintd — November 2012 — 6 comments
Question Email order items to admin
Vote up! 1 Vote down! In Checkout Settings> Checkout Rules I've set up for the admin of the store to be emailed an order but the email that gets sent looks terrible. The ordered items are not listed nicely, it's all pear-shaped. Is there a wa ...
Answer Answer to Question 12533
Vote up! 0 Vote down! To fully answer your question would take a fair amount of work. The quick answer is that you need a display formatter to use in your catalog view. This is implemented in the module called "commerce_kickstart_product_ui" tha ...
