How do I show a custom product with pre-selected options if the requested URL is for a simple product?
For instance:
Simple Product # 1 has:
Color: Red
URL: /simple-red.html
Simple product # 2 has:
Color: Green
URL: /simple-green.html
Custom Product:
URL: /config.html
If a user visits /simple-red.html, he must download a custom product with the Color pre-selected parameter : Red
If a user visits /simple-green.html, he must download a custom product with the Color pre-selected parameter : Green
source
share