linda32118
Member
Posted 7 months ago #
Does anyone know a way to have the Personalization Option appear on the Products Page? Or to redirect to the Personalization Option when the item is added to the cart?
If a visitor select the "Add to Cart" rather than going to the single product page, they never have a chance to add their personalization to the item.
http://wordpress.org/extend/plugins/wp-e-commerce/
Hi linda32118, the way around this is to remove the Add to Cart functionality from the Products Page template (wpsc-products_page.php) and replace it with a link button to the Product details screen.
You can add your own jQuery validation to require that the Personalisation options are filled prior to clicking Add to Cart.