When updating a product, individual sale is always selected.
-
Every time I update a product, the individual sales checkbox is activated. No matter how many times I try to deactivate it, it always turns back on.
After many hours of searching, I have been able to find out where the problem is, although I don’t know the origin. In the file:
s/modules/ppcp-paypal-subscriptions/src/PayPalSubscriptionsModule.phpMethod update_subscription_product_meta
Line 727:
if ( ! $product->get_sold_individually() ) {
$product->set_sold_individually( true);
}I have fixed it by changing it to false
Now, why does this happen?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.