Rank: Member
Joined: 2/24/2016(UTC) Posts: 95 Thanks: 13 times
|
We utilize the following code on most of our products to allow the customer to switch between two products:
<td class="choicelabel"> <span>Add Embroidery?</span> </td> <td class="choicefield"> <select class="embroiderySelect"> <option value="0">NO embroidery</option> <option value="1">YES, add embroidery</option> </select> <a class="productLink" href="https://www.kataaro.com/products/embroidered-rank-belt__e4921.aspx"></a> </td>
This works out great. However, I'm unable to get this to work if I add a third option. Ultimately, we're wanting to allow the customer to be redirected to two different products, dependent on which option they choose. For example:
Option 0 = Full Uniform (no action) Option 1 = Jacket Only (redirect to product 1) Option 2 = Pants Only (redirect to product 2)
Whenever I attempt this, no matter if they choose Option 1 or Option 2, it is sending them to product 2.
What is the proper coding for this to allow the redirect to either alternative product?
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
What you're describing is not out-of-the-box BV Commerce functionality. You will need to contact the developer that created this for you, or another developer, and have them extend it to meet your new requirements. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
1 user thanked Aaron for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.