2

What I'm trying to do is change the price of a product, based on which category the customer is shopping in when they add it to the cart. The reasoning for this is that we are selling tours, and the prices change based on what island you are coming from since the tour includes airfare. The categories are set up like this:

 |   Oahu | -> |Inter-island|
 |  Maui |  -> |Inter-island|
 | Big Island |  -> |Inter-island|
 | Kauai |-> |Inter-Island|

Is there some way to change the price that is being pulled into the cart when the item is added? I have already added custom attributes for each product that contains the price for each island, and it displays correctly in the categories, however the cart is showing only the default price when the tour is added.

I'm not necessarily looking for any code just some ideas on how to accomplish this

4

1 回答 1

0

您只需添加 4 个单独的游览。例如,复制您的瓦胡岛之旅,然后简单地更改价格。

您是否有有限的座位或旅行本身的东西?

于 2015-04-03T18:24:34.690 回答