Hi,
1. The #hikashop_payment_methods will be used to automatically scroll to you payment method selection through your checkout workflow when you'll select a payment method.
So you should :
- Go to "Hikashop->Display->Views"
- Edit the "Payment" file of your "checkout" view of your front-end template
- Change this line :
<div id="hikashop_payment_methods" class="hikashop_payment_methods">
By :
<div id="payment_methods" class="hikashop_payment_methods">
- this line :
$checked.=' onclick="this.form.action=this.form.action+\'#hikashop_payment_methods\';this.form.submit(); return false;"';
By : code]$checked.=' onclick="this.form.action=this.form.action+\'#payment_methods\';this.form.submit(); return false;"';[/code]
2. The best solution will probaby be to create one COLOR characteristic with these 6 values, add this characteristic to your 2 products through the "characteristic" tab of their product page, and then un-publish the variants that you don"t want for your products by using the "Manage variant" button of the "characteristic" tab.
Hope this will help you
.