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 13567
Vote up! 0 Vote down! Have you check the permissions for the edited items? I had a similar problem, that turned out to be caused by using only 1 price range on variations with Price Tables. Pretty easy fix, that was patched. Are you using any modules to a ...
zer0 — April 2014 — 2 comments
Discussion Problematic anonymous access to "product display" views having a join to the product
I created a view a product display and I wanted to only show product displays associated to specific product types. So in views I added a join to the Product Entity and added a filter for the related-product:type field. After doing that the anonymouse use ...
bago — October 2011 — 1 comment
Discussion Product options from a Content Type
I would like to add an additional option for the product before adding to cart. User's will need to select an artwork for a certain product. These artworks are image content uploaded (content type Artwork). How do I use these content type Artworks as ...
marvzz — October 2011 — 1 comment
Discussion setting the discount rate via code
Am trying to add a discount on the product price depending on where are the users are from "filled in the registration form" Am thinking about fetching the data "state" via hook and altering the discount rate depending on the fetched d ...
nodeAche — October 2011 — 1 comment
Discussion Several prices for several roles
Hello, Is it possible to display one alternative price with respect to specific role? thanks ...
spasmody — October 2011 — 1 comment
Answer Answer to Question 3214
Vote up! 0 Vote down! Yeah, I looked in their (thinking this was the 'Drupal way') but I didn't see any options there after installing LB2. Thanks for the suggestion, though;) SC ...
fretwizz — June 2012 — 2 comments
Discussion Hide price for anonymous user
I have looked absolutely everywhere. Has anyone been able to find a way to hide pricing for users (not logged in)not able to see the price. Upon login the prices would appear. I want to be able to have people see what products i offer but not pricing. Onc ...
dspock — April 2012 — 19 comments
Discussion How to assign orders to a manager?
Hi, For various reasons, when the customer submit an order, I need to assign the order to a manager, who will be responsible for the post-processing of the order submitted. In our case, the manager of an order can be changed, and I need to be able to trac ...
foredoc — September 2014 — 5 comments
Answer Answer to Question 7388
Vote up! 2 Vote down! Funny how we never thought of that! Unfortunately, it's going to require a bit of custom code. To show the color blocks we add the "blocks" as descriptions using hook_form_alter() and use javascript to hide the actual ...
Bojan Zivanovic — March 2013 — 4 comments
Question Need some direction for custom line items
Automatically create a new node for each new line item and add those fields there. But it will be messy to ...