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 Kickstart example payment missing action
I don't know if this is a serious error, but I get this one on /admin/commerce/config/payment-methods using Commerce Kickstart 7.x-2.7: Kickstart example payment Machine name: commerce_payment_commerce_kickstart_payment, Weight: 0 Error: Unknown acti ...
Discussion Detect in javascript when add to cart widget updates product fields
I have a carousel of images for each product style. When the add to cart form refreshes the product images when the form fields are changed I need to setup the carousel for the new product images that have been loaded in. Is there a way to hook into this ...
Discussion Entity translation
I need help, when i enable the entity_translation and entity_translation_upgrade modules the site breaks. It gives this message: EntityMetadataWrapperException: Unknown data property commerce_line_items. in EntityStructureWrapper->getPropertyInfo() (li ...
jalves — August 2012 — 1 comment
Discussion Why the name Ubercore?
This is a question asked by Jes in IRC, and moved to the forums for further discussion. uberchic: i'm confused by the new name still, perhaps you can help clear that up for me [1:17pm] rszrama: mikejoconnor: sure thing; I might tag IslandUsurper with ...
Tim — November 2009 — 8 comments
Question Problems with Kickstart 2 installation
Vote up! 0 Vote down! Hello, I've done the kickstart 2 installation proccess in my local XAMMP server, and I had a couple of problems y detail below: 1. Fisrt of all, I had an error about surpassing max execution time on a script, so I went to XAMMP\ ...
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
Discussion How to approach a product attribute situation with customisable options some of which cost more?
Hi, Having used D7 for various sites, I would like to use D7 commerce to upgrade a shopping cart site and I am stuck on how to approach a customisation problem. One of the products for sale is rope, which is customised in various ways. Having selected a t ...
andrews — March 2012 — 2 comments
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 comment