Hi,
Is any way to remove the quantity field with the default value to 1 ?
Unfortunately no. You might want to use a different plugin for what you are looking for. I recommend https://wordpress.org/plugins/wp-express-checkout/.
Thank you
Thread Starter
hwuser
(@hwuser)
Thanks for the advice and for your quick reply!!
Anyway I think I’ll stick with this one: WordPress Simple PayPal Shopping Cart.
Because it has more parameters for configuration in the shortcode and I don’t need to add every product in the backoffice.
Already thanks to the hook that you told me in another question (wpspc_paypal_ipn_processed) I can collect all the data to work with them after the purchase.
For the moment I have simply hidden the field.
.wspsc_cart_qty_td {
display:none;
}
Many thanks,
Sergio
I am glad to know that you found a solution. If your issue is resolved, please mark this support thread as resolved.
Thank you