Hello,
I been trying to integrate WC Authoship ( https://wooautoship.com ) and after three weeks doing testing and talking with the WC Autoship developers we found that the theme is not compatible.
This error is due to the theme. The default add-to-cart action is being overridden in the theme:
POST /wp-admin/admin-ajax.php
action: et_woocommerce_add_to_cart
product_id: 184
quantity: 1
The theme author will need to add the parameter ‘wc_autoship_frequency’ for this to work with autoship. For example,
POST /wp-admin/admin-ajax.php
action: et_woocommerce_add_to_cart
product_id: 184
quantity: 1
wc_autoship_frequency: 30
Can you guys help me ?
Thanks,
Adrian