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 Commerce specific themes

There's been an ongoing lack of themes specifically targeted for commerce applications aside from Drupal Prosper theme. I think now is the best time to incorporate commerce specific themes. The way I foresee this best occurring is if module contribut ...
Stomper — October 2011 — 2 comments

Question 403 Error- Access denied

Vote up! 0 Vote down! Right, basically I'm trying to add the ability for authorised users ...
doughayward0 — February 2013 — Troubleshooting

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 Product configurator

should calculate the price in function of the measurements the user fills out, the colors he chooses, and ...
LukM luk meulebrouck — December 2012 — 1 comment

Answer Answer to Question 4316

page above. It was designed with you in mind and has links to the user guides that give you lots of ...
joshmiller Josh Miller — December 2012

Answer Answer to Question 10511

& $form_id) {    global $user;         //Gets the default product for the loaded Product Display. ...                 // If the logged-in users roll is NOT 'reseller' and product_access!= 0         ...         if (! array_intersect ($user-> roles, $roles_allowed_to_buy) && $product_access!= 1) ...
A.hjelm — October 2013

Blog Improving the Experience of Commerce Bundles

Commerce Bundles, while very powerful, isn’t exactly the most user-friendly from a UI standpoint. ... available to end users. Grab a copy of the export Rules and import the rules. Customize to your liking. ...
nvahalik Nicholas Vahalik — April 2014 — 1 comment

Answer Answer to Question 8894

event that the user is able to find an Add to Cart button for the same product. Then you can disable the ... quantity textfield in the shopping cart form View so the user can't edit it, or you can do something ... already purchased). Additionally, you don't have any way while users remain anonymous to inspect the ...
Ryan Ryan Szrama — August 2013

Question Saving into a customer profile field

= commerce_cart_order_load($user->uid); $order_wrapper = entity_metadata_wrapper('commerce_order', $order); $annotations ...
maze — April 2013 — Customer Profile, php

Answer Answer to Question 3245

'customer_profile_shipping') {            $order = commerce_cart_order_load ($user-> uid);             if ...
dannymacom — April 2013

Pages