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 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 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
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 ...
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 commentQuestion 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\ ...
Question Error when enabling Kickstart alpha2 on existing dev site
Vote up! 0 Vote down! I have an existing dev site that I was trying to add Kickstart to. When I enabled the Kickstart profile via Drush, I got the following message: WD php: FieldException: Cannot change an existing field's type. in field_update_fiel ...
Discussion Free and Paid shipping based on order total.
Dear all! I've built a shopping cart using dc. Its amazing. But struck with an issue. Tried to include a shipping cost if its below than a specific amount and free shipping if its above that amount. followed the instructions from the commerceboys blo ...
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
