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.

Answer Answer to Question 12912

Vote up! 1 Vote down! Hey Emil, sorry it took so long to respond. In my opinion, this is a perfect place to use line item fields. If you add an image field to your product line item type, there's an option to expose the field widget on Add to Cart fo ...
Ryan Ryan Szrama — February 2014 — 4 comments

Question administer order item price locked

Vote up! 0 Vote down! Hi, I need to change a price for a specific user who added to cart the items ... price, its blocked! if its status changes to pending then everything opens up, but then the user cant go ...

Answer Answer to Question 3358

should be something like this: <?php foreach ($node-> field_product as $product) {  $product_user ... = user_load ($product ['uid']['#value']);   echo $product_user ['name'];}?> ...
joshmiller Josh Miller — April 2013

Question Dynamically prevent products in cart from being purchased

problem of a customer ordering a product for the past, but does deal with our common case of a user ...
claw — December 2015 — Checkout, Product, product expiry

Discussion splitting up cart and orders

split up the order and payment process into different segments based on which user is selling the ... product. It's kind of a marketplace where users can post products and receive payment from those ...
chester_martin — November 2011 — 5 comments

Question Integrating with my online bank account

a bank (with consent of bank) to do online viewing of bank my statement given the user code and security ... field (like views) where drupal can show the particular field value to the user. Thanks in advance. ...
titanR — August 2013 — online banking

Answer Answer to Question 7258

Vote up! 1 Vote down! If by "credit" you mean "coupon", would Commerce Coupon work for your needs? http://drupal.org/project/commerce_coupon ...
r — March 2013 — 1 comment

Question Why does the cart page change my product price, after setting the price with a product rule?

has commerce product, commerce price 5. User has Member role 6. Commerce Line Item-- set price to ... The price is lowered only for the specific product by the user with a specfic role!! PERFECT But, as ...
bhylenski — October 2013 — 1 comment — drupal commerce, product pricing

Answer Answer to Question 8465

link to the edit profile page) in the my account page by implementing hook_user_view and/or ... hook_user_view alter. If you need it in a separate tab, you need to implement hook_menu ...
akosipax — June 2013

Discussion Multiple Shipping Addresses per order

I'm working on a website that will allow the user to ship each product to a different ...
jasen — May 2012 — 3 comments

Pages