WooCommerce variable subscription switch
-
Hi,
we are using WooCommerce Subscription plugin.We have a variable subscription which is described by the size and quantity of a given flavor of the product.
For example (our variations):
#100 Size: XL
Qty. of flavour 1: “ANY” [1,2,3,4,5,6].
Qty. of flavour 2: “ANY” [1,2,3,4,5,6].#101 Size: L
Qty. of flavour 1: “ANY” [1,2,3,4,5,6].
Qty. of flavour 2: “ANY” [1,2,3,4,5,6].
.
.
.Now when the client wants to switch subscription flavour quantity but keep the same size, woocommerce display an error ,,you cannot switch to the same variation”.
For example:
Client has sub. Size: XL
Qty 1: 3
Qty 2: 3Client wants sub. Size: XL
Qty 1: 2
Qty 2: 4Both options has the same variation id, so the error is understandable,
but my question is, is there any chance of getting around this? Is it possible to allow client to switch to technically the same subscription?Thanks!
- The topic ‘WooCommerce variable subscription switch’ is closed to new replies.