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 Cart dissapears for anonymous when adding a product referenced field
Hi, I need to sell custom products that have a text on Add to cart forms. Now I added a relation on the /cart view to show the image of the product and a the custom text but the cart donesn't show on non admin users. Do I need to grant a permission t ...
Pol Maresma — May 2013 — 1 comment
Answer Answer to Question 8159
Vote up! 0 Vote down! $product_1 = $product1_created->sku; $product_2 = $product2_created->sku; variable_set("custom_product_1_".$node->nid,$product_1); variable_set("custom_product_2_".$node->nid,$product_2); ...
luthien — May 2013 — 1 comment
Answer Answer to Question 8385
Vote up! 2 Vote down! If I understand your question correctly, you don't actually want a text field on the product itself- you want every customer purchasing a particular product to be able to enter some custom text associated with their purchase. We ...
Ryan Szrama — August 2014 — 1 commentDiscussion product overview-> one item per reference (views)
Hi, I created a product-overview with views that shows the image(thumbnail), title and price of each product. screenshot of the view: http://bildupload.sro.at/a/images/Bildschirmfoto%202011-09-06%20um%2001.... This shows me every product in every color bu ...
maze — October 2011 — 1 comment
Discussion Commerce in Catalog mode only like VirtueMart
I'm planning to build a site with products but they won't have prices (at least at the begging) and they don't need SKU's. So can I use Commerce like VirtueMart in Catalog mode only with no SKU and Price field (or at least not mandator ...
Answer Answer to Question 9910
Vote up! 1 Vote down! Hi You have to install comerce email module https://drupal.org/project/commerce_email After that follow step by step process https://drupal.org/node/1471758 to configure the module Now go to admin/structure/messages/manage/commerce_o ...
ajaichandran — September 2013 — 1 comment
Answer Answer to Question 3410
Vote up! 2 Vote down! I think (but I could be wrong) that you have forgotten to enable the correct "view mode" for these fields on the add-to-cart form. Below are links to the add-to-cart form, which you are having trouble with. If you need more ...
Josh Miller — September 2014 — 1 commentDiscussion The Major Thing Missing In Drupal Commerce
Documentation, hands down. Honestly, I applaud the efforts of the Commerce Guys. When I started working with Drupal Commerce last year, I was so excited by the prospect of a scalable e-commerce solution that could be tailored to my web development needs.. ...
ocargile — June 2012 — 2 comments
Discussion taxonomy description
hie i would to display below the category name of the product description of this desctription in order to obtain a result as this site http://www.bougiz.fr/2-parfum-boise where you have a long description of the category perfumes i try with the view sett ...
philippe3441 — May 2013 — 1 comment — taxonomy
Discussion Show products only to certain users
I'm using DC for a photographer, she wants to be able for her customers who have had a photo shoot to select and buy photo's online. My solution so far has been to add a product_type for a photo, this consists of the following fields: Product SK ...
Qubical — July 2011 — 2 comments
