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.
Documentation Installing & Upgrading
step by step instructions below. Log in to your site as admin (user 1) Create a complete backup of your ...

Documentation How do I import products?
it each time you update product data. Users and developers interested in product import should keep ...

Question using the cart to have two different payment flows
The reward section: in this section, a user earns points (userpoints module) for various actions. ... section: there is a listing of 1. charitable projects & 2. charities. A user can donate a variable ... done using points and vice versa. so, when a user puts a reward into the cart, the payment is done ...
Answer Answer to Question 9113
Vote up! 1 Vote down! First, you need to get the block to appear... this is a permission setting. Ping back with more info if this is not the case. ...

Documentation Checkout Completion Rules
order with a known e-mail address to the appropriate user account-or- Creates a new user and sends the ...

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 Conditionally show/hide collections with Commerce Kickstart
authenticated users. Or in other words: Some collections should only be visible to people who have at least the ... role "Authenticated User". I already added a field "authenticated users only" to ... filter the items that are being shown to the users. I tried multiple ways like the module ...
Documentation Currency Overview
as if it were in the user's current shopping cart order. The unit price of the line item is ...

Question Download redirect on 404
user tries to access their licensed files (example.com/user/123/licensed-files) they get a 404. It ...
Discussion Complex price calculation using a field in the product
user's profile and another one in the product. Due to complexity, I need to use PHP so in the ... evaluation. I can access the field in the user profile using this code: <?php global $user; $usuario ... = user_load ($user-> uid); return ($usuario-> field_cantidad ...
perrymanson — September 2011 — 3 comments