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 Placing Future Orders
box, the user will be able to choose how many weeks they want the veg box to be delivered. Ideally ... I'd like the user to be able to login and see their previous orders and also their upcoming orders. ... I want users to be able to add items to the upcoming order until the day before the delivery. I have no ...
Question Default Billing Information on PayPal site using WPS
Billing Information defaulted correctly on my Drupal site from the user profile so the customers do not ... users that do not have PayPal accounts to have this information defaulted on the "Pay with a debit ...
Question Commerce monthly orders view
The users will do a order for everyday of the month, and the system needs to create a view, a table ... one for each day, and in the horizontal row must have all the products that the user order... ...
Answer Answer to Question 8894
/sites/all/themes/xxx/template.php add the following code at the bottom function get_user_purchased_products(){// Assuming we have ... $user populated with the user's ID: global $user; $query = db_select('commerce_order', ... = prod.entity_id'); $query->condition('cord.uid', $user ...
mike.hajj — April 2014 — 1 comment
Discussion Discount in commerce webform
Hi! I am using commerce webform to create an event ticket. There is a question in the webform asking whether the participant has already attended the previous event? IF he selects YES, will ask for his attendee number and should provide 10% discount of th ...
Question Custom pricing based on dimensions
structure based on user input, specifically calculating sign and banner costs. The user will have ability to ...
Discussion How to handle bras
cart functioned beautifully when, say, a user selected a black bra, the image changed to the black ...
PedroKTFC — June 2013 — 4 comments
Question Adding button to every line item at the checkout page
checkout page. This button should take the user back to the product view of the product in the line item. ...
Discussion Which is the best way to Alter Product Pricing in a complex scenario?
have N types of customers, being N and integer (2,3...). I'll have a user field who will identify ... the type of customer for each user. The price of a product needs to be different for each type of ... the "Product" content type. I've added a new field to the user entity for the ...
GoddamnNoise — December 2011 — 14 comments
Question How do I deal with complex discounting rules?
criteria... 1. User places an order. When they hit confirm the order is emailed to me. Drupal Commerce ... doesn't take any payment or generate an invoice. 2. A user has one of the following roles: "Discount ... a user with the role Discount Band A would see a price of $120- 30% for Product 1, and $200- 25% for ...
