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 Render field with custom formatter on attribute change

Vote up! 0 Vote down! Hi, The normal way to render a commerce field would be to use this: print ... = $node->field_product['und'][0]['product_id']; // Product ID $product = commerce_product_load($product_id); // Load the product $output ... = field_view_field('commerce_product', $product, 'field_my_image', $display); print render($output); This works nice except ...
matsjacobsson — February 2015 — template

Discussion Need suggestion

Would the best way for me to do this is to create a new field such as commerce_taxable when I create the ...
criley — September 2011 — 4 comments

Discussion Copy product variation types

Hi everybody. My store contains similar types of products with difference in one or two fields. For instance T-shorts for children and adults have different lines of sizes but other fields such as color, images are identical. Is there any way to copy prod ...
Kiteman — December 2012 — 4 comments

Discussion Disabled rule disappears

RulesState->get() (line 148 of /home1/scottc/public_html/crossfish.com/profiles/commerce ...
crossfish — October 2013 — 1 comment — rules

Question Avoiding Double Discounts

Vote up! 4 Vote down! I currently have rules in place to apply a 10% discount if the order total is above a certain threshold, I now need to deal with already discounted items. By that I mean if a product has already been discounted then do not include th ...
andyhazlewood — April 2013 — 1 comment — Rules, Discount

Discussion How to handle bras

No, this isn't spam despite the title!:o) Last year I started building a commerce site for ...
PedroKTFC — June 2013 — 4 comments

Question Sale price not showing up in line items of shopping cart.

Vote up! 0 Vote down! Hi, thanks for looking at my post. I recently added the modules commerce ... sale price, and commerce price savings formatter to my site. They seem to be working. The sale price ...

Question PayPal Buttons

Vote up! 0 Vote down! Is there a module that can integrate a PayPal button into Drupal commerce ...
tetmo — September 2013 — PayPal

Question How to remove Title and Price from Grid Layout

Vote up! 0 Vote down! I'm using Grid Layout, Commerce Quickstart Omega theme, on my product ...
olyphant — April 2013 — 2 comments — Product Display

Discussion Order status after payment, pending or completed?

Hi, I am playing with the great drupal commerce module, and am a little bit confused with the ... needs to manually confirm the status of the transfer. Since I am new to drupal commerce, I am not sure ...
foredoc — October 2014 — 2 comments

Pages