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.

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

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

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 7280

Vote up! 0 Vote down! Hi, I just created a fiel in the user profile to count previous orders in ...
leofishman leo — March 2015

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

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

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

Answer Answer to Question 17536

You will need to create a rule that "Sets a Data Value" for orders based on the user ... 's profile 2 fields. To get the user's profile 2 fields, you would need to run what's known as ...
joshmiller Josh Miller — October 2014

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 Altering the quantity widget

I created a shop for a bakery. There is a producttype 'pies'. Here users must be able to ... quantities the quantity widget must be a selectlist of these quantities so users don't get confused the ...
WilliamV — April 2011 — 4 comments

Pages