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 Integrating affiliate tracking pixel with drupalcommerce

confirmation / online invoice page of the cart system. Doing this would require the iDevAffiliate user to login ...
HKT — August 2012 — 1 comment — tracking, tracking pixel

Discussion How can I execute commerce feeds Imports programmatically?

Hi, I would like to trigger one (already configured) import after the other- programmatically- from e.g. a custom form or module. Could anyone point me into the right direction? Thank you. PS: Commerce is a wonderful module! ...
maxilein — November 2011 — 2 comments

Question Performance issues

there any way of getting around this problem? I can enable caching for anon. users, but 90% of my ...

Discussion Options and Fields

the user to see and modify in the Product Display. Had my first field working (size). Looked great on ... options. Hit save- and I don't see an option for the user to select the variation of color??? What am ...
clint — April 2012 — 1 comment

Answer Answer to Question 5263

purpose there is the feeds module with some additions for importing users, nodes, products (if you run ...
ronald — December 2012

Answer Answer to Question 3304

$order->commerce_order_total. It contains shipping method that user picked. So working code is: <?php /* * Hook ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function mymodule_commerce_checkout_pane_info_alter (& $checkout_pane) {    global $user ... = commerce_cart_order_load ($user-> uid);             // array $order->data was detected with dsm()             // it ...
UrmasZ — April 2013

Answer Answer to Question 5249

module enabled, use it to add and remove items to the client cart as needed, and just say that users with ...
jhmoore — December 2012

Discussion Populate Commerce File fields programatically

uploading) The goal is automated product/display creation for the user. Is that possible? Thanks for your ...
jon-pierre — April 2012 — 1 comment

Answer Answer to Question 8730

item. This data can be used in various places through the user interface (i.e. Views, Rules, Tokens) ...
Ryan Ryan Szrama — July 2013

Discussion Product without price or add-to-cart

be completing transactions on my site. Instead I would like to let a user browse the catalog and read ...
meltingsand — November 2011 — 2 comments

Pages