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 Manipulation customer profiles programmatically
we'll be using the user profile to build it programmatically. I've a addressfield on the User ...
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
Question Translation question: billing/shipping information and order total
information" that I cant find a way to translate. I suppose they are derived from the user profiles or ...
minoxes — February 2016 — translation question
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 Merging product and product display
I could not explain users why they need to enter one on back end and one on front end. Is there some way ...
MiloS — September 2016 — #add a product #product display #reference
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'];}?> ...
Josh Miller — April 2013
Discussion How do I fetch visitors cart content count, using javascript?
users cart. I would like to be able to cache all pages, except "cart view" and /checkout/*- ... using varnish. So I would like to fetch this counter of items in users cart- using services API. ... which users cart it's suppose to fetch data from. I have found dc_ajax_cart module- but I only want ...
klavs — July 2012 — 2 comments
Discussion Use of tokens in Emails
I want to use the phone number field from my user profile. Tx ...
Francois P — March 2013 — 2 comments
Discussion How to have an "administer product category" role
Do you have any hints about how to allow users having the "seller" role to ... create/edit/delete products(and product displays) for a given category? (or maybe with a given user-reference or ...
bago — October 2011 — 1 comment
Question Product Reference Problem (Duplicate Images)
Vote up! 0 Vote down! On a Product Display I want to be able to show users a list of ...
suntower — September 2014 — Product reference