Hi yeso - that did make a small change, but I went from two errors to one... then somehow back to 2, just be refreshing.
That said I've echo'd the $cart_items array on the cart page to see what the differences might be.
a) Working product
ownthenight.aurorastudios.tv/shop/produc...-helmet-liner-system
Array
(
[0] => Array
(
[Index] => -1
[ItemID] => tic_rate_0
[TIC] => 0
[Price] => 1
[Qty] => 1
)
[1] => Array
(
[Index] => 1
[ItemID] => Team_Wendy_REVOLVE
[TIC] => 0
[Price] => 99.00000
[Qty] => 0
)
[2] => Array
(
[Index] => 2
[ItemID] => Team_Wendy_REVOLVE
[TIC] => 0
[Price] => 99.00000
[Qty] => 0
)
[3] => Array
(
[Index] => 3
[ItemID] => Team_Wendy_REVOLVE
[TIC] => 0
[Price] => 99.00000
[Qty] => 0
)
[4] => Array
(
[Index] => 4
[ItemID] => Team_Wendy_REVOLVE
[TIC] => 0
[Price] => 99.00000
[Qty] => 0
)
[5] => Array
(
[Index] => 5
[ItemID] => Team_Wendy_REVOLVE_Helmet_Liner_System_20_17
[TIC] => 0
[Price] => 99
[Qty] => 1
)
)
Array
(
[0] => Array
(
[Index] => -1
[ItemID] => tic_rate_0
[TIC] => 0
[Price] => 1
[Qty] => 1
)
[1] => Array
(
[Index] => 1
[ItemID] => Team_Wendy_REVOLVE
[TIC] => 0
[Price] => 99.00000
[Qty] => 0
)
[2] => Array
(
[Index] => 2
[ItemID] => Team_Wendy_REVOLVE
[TIC] => 0
[Price] => 99.00000
[Qty] => 0
)
[3] => Array
(
[Index] => 3
[ItemID] => Team_Wendy_REVOLVE
[TIC] => 0
[Price] => 99.00000
[Qty] => 0
)
[4] => Array
(
[Index] => 4
[ItemID] => Team_Wendy_REVOLVE
[TIC] => 0
[Price] => 99.00000
[Qty] => 0
)
[5] => Array
(
[Index] => 5
[ItemID] => Team_Wendy_REVOLVE_Helmet_Liner_System_20_17
[TIC] => 0
[Price] => 99
[Qty] => 1
)
)
b) Error-ing product
ownthenight.aurorastudios.tv/shop/produc...ach-ballistic-helmet
Array
(
[0] => Array
(
[Index] => -1
[ItemID] => tic_rate_0
[TIC] => 0
[Price] => 1
[Qty] => 1
)
[1] => Array
(
[Index] => 1
[ItemID] => Size
[TIC] => 0
[Price] =>
[Qty] => 0
)
[2] => Array
(
[Index] => 2
[ItemID] => TBHII__
[TIC] => 0
[Price] => 415
[Qty] => 1
)
[3] => Array
(
[Index] => 3
[ItemID] => Color
[TIC] => 0
[Price] =>
[Qty] => 0
)
[4] => Array
(
[Index] => 4
[ItemID] => Color_9
[TIC] => 0
[Price] =>
[Qty] => 1
)
[5] => Array
(
[Index] => 5
[ItemID] => Size_16
[TIC] => 0
[Price] =>
[Qty] => 1
)
)
Array
(
[0] => Array
(
[Index] => -1
[ItemID] => tic_rate_0
[TIC] => 0
[Price] => 1
[Qty] => 1
)
[1] => Array
(
[Index] => 1
[ItemID] => Size
[TIC] => 0
[Price] =>
[Qty] => 0
)
[2] => Array
(
[Index] => 2
[ItemID] => TBHII__
[TIC] => 0
[Price] => 415
[Qty] => 1
)
[3] => Array
(
[Index] => 3
[ItemID] => Color
[TIC] => 0
[Price] =>
[Qty] => 0
)
[4] => Array
(
[Index] => 4
[ItemID] => Color_9
[TIC] => 0
[Price] =>
[Qty] => 1
)
[5] => Array
(
[Index] => 5
[ItemID] => Size_16
[TIC] => 0
[Price] =>
[Qty] => 1
)
)
The only thing that I can think of here is that the working product does not have value that changes the price - even though a "price change" value was NOT selected in the non-working product. I also tried to get the working product to break by adding 2 characteristics and also making some variants different prices. Also tried adding options to the working product and could not break by that either.
any thoughts..?