Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: set google product code based on multiple conditions

  1. #1
    jonath6 is offline Junior Member
    Join Date
    May 2011
    Posts
    25

    Default set google product code based on multiple conditions

    I would like to set up a rule that reads something like this:

    If ANY of the following is true:
    SectionID is greater than or equal to 6 and SectionID is less than or equal to 10
    then
    set google_product_code = "Sporting goods > Outdoor Recreation ..."

    Is this possible?

  2. #2
    jonath6 is offline Junior Member
    Join Date
    May 2011
    Posts
    25

    Default

    I figured out how to add additional conditions to a rule. Now, I need to know how to set multiple variables in a single rule. For example, I need to be able to have the following rule:

    If ALL of the following are true
    SectionID is greater than or equal to 1 and SectionID is less than or equal to 5
    then
    set google_product_category = "Sporting Goods > Outdoor Recreation > Camping" and
    set product_type = "Camping"