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 Filter product list view
http://www.t-mobile.co.uk/shop/pay-as-you-go/mobile-phones/ Please help me, how to start, how to make product filtering like on the above webshop. It would be ... very useful for anyone, who has a lot of products in his webshop. ...
memil — October 2014 — 1 comment
Question help with custom pricing
dimensions products payment rules ...
Discussion shipping prices depending on weights
Greetings, I have a question... I have a product type to which I added a list field for choosing ... the weight of the product... a) I need to make the shipping prices depending on those weights b) when ... the weight of a product goes over the specific weight I must inform the customer that we will email ...
MarkoC — September 2011 — 7 comments
Question Order stuck in cart
Vote up! 0 Vote down! Hi, when a order is placed and the user goes through the checkout process, ...
Question How do I fetch visitors cart contents, using services api?
items are in the 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 ... module) can see which users cart it's suppose to fetch data from. I have found commerce_ajax_cart ...
Discussion RESOLVED- Completing the checkout process not firing
whether user is registered or anonymous. I am currently testing with commerce_paypal as the only payment ... payment notification rolled in. Problem was, the IPN notification was beating the user back to the ...
spoonbow — February 2012 — 8 comments
Answer Answer to Question 9355
a customer who also had a user account and made a purchase, so I know the commerce addressbook module code is ... definitely working properly. On a hunch, I created a user account as a test for one of my anonymous ... customers-- associated the customer profile with the user account, and then one of the orders associated with ...
Andrew_Imagine — September 2013
Answer Answer to Question 36121
create a view and include a 'product' field which links to the add to cart form. I ended up ... adding code to my templates/node--product--type.tpl.php file (because that was were I wanted to use it). ... The code looked like this: $prod_id = $field_product[0]['product_id']; $quantity = 1; $prod ...
Dan Todd — June 2015Question Off site payment example
must be also simple post redirect trigger after checkout completion, if an user has chosen a offsite ...
Answer Answer to Question 3245
= commerce_cart_order_load ($user-> uid); if ($user-> uid > 0) { unset($checkout_pane ... ['commerce_p2cp_profile']);}}}}?> I would like to hide a profile2 pane only for registered users. How may I transform that into ...
Rosamunda — April 2013
