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.

Question Selling courses with drupal commerce

three types of entities: Product Node: Product display Node: Final course (Access granted once Product ... there a way to merge the two nodes into one? i.e. the product display automatically hides the 'add ... to cart' button and shows the content when the user has purchased? PS: In the future, we will ...

Answer Answer to Question 7718

Vote up! 0 Vote down! So my solution in case it helps anyone was to create a view that displays ... all_product_variations_from_product). Then include a computed field in my product display that, through php will display my view: ... $display_output = views_embed_view('all_product_variations_from_product', 'default'); Cheers ...
bohemier — April 2013

Discussion Cannot click product in products (Product display) view

I click a product link in the main menu, the view displays the products, but I cannot click on the image ... I installed kickstart 2 without the sample catalog. There are two products in it though. When ... or anywhere else to get to the product page. I saw a similar post that mentioned changing the view ...
hoff1818 — December 2012 — 4 comments

Documentation Customer Profiles

, meaning a single user may have multiple instances of each type of profile. This allows us to use the data ... information, shipping information, or other types of details. These customer profiles are not unique to a user ... collected to provide address book functionality where a user has a default profile of each type but may ...
Richard Jones — August 2012 — Drupal Commerce 7.x-1.x — Status: No Known Problems

Discussion How to change the author of product entitites?

product displays. How to do that? Best, Najtsirk ... Hi, in order to set the permissons right, i need to change the author of product entities not just ...
Najtsirk — October 2011 — 3 comments

Question How to add the same product to cart more than one time

cart and it works fine,         global $user;         $product = commerce_product_load($product ...         $line_item_wrapper->save();         commerce_cart_product_add($user->uid, $line_item) But ... Vote up! 2 Vote down! Hello, So, i have created a line item field called field_option which is ...
Paulo Maia — March 2016 — commerce

Question Disable Cloud Zoom

"ZOOMING' affect with Cloud Zoom? cloud zoom Product Display zoom ...
kyle — April 2013 — 1 comment — cloud zoom, Product Display, zoom

Answer Answer to Question 7352

Vote up! 1 Vote down! if your products are in only one sub-category, the grouping of products by ...
heyyo — March 2013 — 1 comment

Question Change sort of Variations

my question: I have a product display with 6 Variations (products) and i user Inline entity form. ... product display view ...

Discussion thinking of adding embedded video into some product items

I would be interested to read if anyone as done this, if so how did you do it? It would not be something I would want for all items, but it would be fun to perk up some items in this manner. ...
domineaux — February 2013 — 22 comments

Pages