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 Removing attribute of "size" from teaser view

So I added a size field to the product content type as I sell some items of clothing and obviously want size. That works a treat, however when I manage display and on the teaser select size to be "hidden" it still shows http://www.requiemstore.c ...
RequiemUK — November 2012 — 2 comments

Discussion Edit "collection products" view: show child items

Hello, I'm trying to modify the default "collection products" view because I have a lot of sub-categories. For example, in the "Sample Category 1" I have a list of sub-categories with relative products. I added the sub-catergories ...
smurf — February 2014 — 6 comments — views

Question How do I create a relationship to the table commerce_options?

Vote up! 1 Vote down! I've got a commerce installation using product attributes and product options. Everything appears to be working when I add options to the products. When I add products in the shopping cart, the system asks me all the options as ...
godfriedv — April 2013 — 2 comments — Product Attributes, Views, Catalog

Discussion Displaying all images of referenced products in product display node

After hours of work i got this solution. <?php /**  * Implements hook_entity_prepare_view().  */ function HOOK_entity_prepare_view ($entities, $type) {          $product_display_entity_type = 'node';   $product_display_type = 'dishes_pro ...
MasterPoint — May 2012 — 3 comments

Discussion "Add to cart" form using AJAX

Anyone edited the "Add to cart" form in order to use AJAX to insert products in the cart without reloading the page and showing a "Product added to cart" message popup in the center of the page? Any hint on how to do that? cart add to ...
Copyfight — November 2012 — 3 comments — cart, add to cart

Discussion commerce_product_save($product); problem

I am creating a product using the below code. Everything is fine, bar not saving the price information. When I load the product using commerce_product_load($product_id); I get all the correct product information without the price information. Any ideas wh ...
stevieegee — January 2015 — 1 comment

Discussion Can delete a Product because its referenced by a mystery line item

I've got a problem with Drupal commerce where I cant delete a product it says "This product is referenced by a line item and therefore cannot be deleted. Disable it instead." I cant find any reference for a line item. How can I find out wha ...
chaloum — April 2012 — 12 comments

Discussion Setting up a complex shipping calculation rule

Hi, Thanks to the screencast on this website, I've been able to easily set up a free shipping flat rate for a particular product type. Now, I have to set an other shipping rate with a more complex calculation rule. Here is the detail: I have 2 produc ...
ccresson — May 2012 — 3 comments

Answer Answer to Question 12817

Vote up! 0 Vote down! If you go to admin/structure/types you should see your new product type in there. Select 'manage fields', go to the bottom of the page and choose the body field in "Add existing field". Save and it should all be g ...
DNZ Andy @ BlueFusion — January 2014 — 1 comment

Discussion total weight in rules

I have physical and commerce_physical installed and finally got Shipping Flat Rate going and now I need to make rules that apply a rate between certain total weight limits (0-1kg so much 1-2kg so much etc.). How do you create a condition for this? ...
ñull — November 2011 — 14 comments

Pages