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 9131

for users. In the end, I managed to dig through the database and assemble a mySql query that: Pulls ... the 'name' field from the billing address Joins that with the user table and pulls that ... The billing address may not be the user's actual name The billing address name may not be a name ...
doub1ejack — December 2013

Discussion Add product image in cart view

If i am logged in as admin i can see the image in the cart but if i am an anonymous user pr just an ... authenticated user the cart doesn't show at all. Just the update and checkout buttons. What am i missing ...
dianikol — November 2011 — 5 comments

Question How to display a product catalog page from a view

user of which its me the administrator,now how can i make it to display even for anonymous users ...
like_mike — June 2013 — Product Catalog

Discussion upgrade role on successful purchase

How would I upgrade a role on a specific purchase. am trying to sell memberships to my site. so maded a product memebership. now all goes fine there. but how to automaically upgrade the role to "member" when they buy that specific product and th ...
Zuclo — March 2011 — 13 comments

Discussion Invoice a Customer and Have Them Pay Later

manually, then assign the user as the Owner of the Order. However, when I go to the Payment tab to pay, only ... wrong way completely? Only users on the site can make payments, so we don't have to worry about ... anon users. invoice bill payment ...
BD3 — June 2012 — 9 comments — invoice, bill, payment

Discussion How to display order_number instead of order_id in order view

Hi all, this view http://mysite/?q=user/xx/orders/y show the order content for the user xx How can ...
titus07 — May 2012 — 2 comments

Answer Answer to Question 13057

Vote up! 0 Vote down! Anyone? It's an elemntary feauture of any ecommerce platfrom. Is it really so hard to implement?!? ...
0xhiryuu 0xhiryuu — February 2014 — 1 comment

Answer Answer to Question 3460

Vote up! 0 Vote down! You could create a view with a default argument on the user, relationship to ... order based on that user id, relationship to products based on the order, list the products. ...
joshmiller Josh Miller — August 2012 — 1 comment

Question Download redirect on 404

user tries to access their licensed files (example.com/user/123/licensed-files) they get a 404. It ...
sher1 — April 2013 — 1 comment — 404

Question How to add the same product to cart more than one time

cart and it works fine,         global $user;         $product = commerce_product_load($product_id); ...         $line_item_wrapper->save();         commerce_cart_product_add($user->uid, $line_item) But ...
Paulo Maia — March 2016 — commerce

Pages