Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I use Drupal 7 and ubercart 3
I have a problem with TAX: i need to have multiple tax rate based on product (some product and some other not) and user.
Examples (two possible case):
1 A product have one tax rate if user is logged and another if user is not logged
2 A product have only one tax rate (logged or not)
How it's possible to to solve this problem?
I know that there is condition (rules) and i can apply tax rate only if you are logged. It's possible to set condition also to check for product field value?
I havent come to this point yet but Im wondering if many Drupal developers have created a module or block in Drupal that they have then been able to provide as a widget that can be embedded in other web pages?
I am new to the forums and to Drupal so If I am in the wrong spot for this I'm sorry.
I am using the Wishlist module on Drupal 7.9 for my family's Christmas Wish Lists. I have about 60 user accounts that spread across 6 family names. I created a taxonomy vocabulary with the family names as the terms and then added a new field to the user information via config-->Account Settings-->Manage Fields. My new field is a list of my terms with check boxes that users can select when accounts are created and the data shows up with the user's profile info.
With panels, I am used to the feature of adding nodes into the panel regions as well as blocks, views, ect. From what I understand, Context+delta can do what panels can do, or better.
So I am trying something similar using context, acting on a delta layout. When I define conditions using Context, i'm not sure how to set up a condition to just display a specific node into a Delta region. I see that I can pick out blocks, but not nodes? Am I forced to making any node I wish to display into a block? What would be the most efficient way of doing that?