Variant Display Order
- brainforge
-
Topic Author
- Offline
An order field on variants would be useful.
It could be pushed back to characteristics which would also enable pop-lists to be displayed in non-alphanumeric order. As long as the variant display in admin and the variants array in templates obeyed the same rule.
Please Log in or Create an account to join the conversation.
The variants array ordering is irrevelant to the display since variants are not directly displayed in HikaShop's front end.
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
If you look at
www.549.com.au/shop/index.php?option=com...&category_pathway=58
You will see my shoe sizes list in the order
10
11
12
13
6
7
8
9
and i want them to be
6
7
8
9
10
11
12
13
the id for size 6 is 43
the id for size 7 is 44
the id for size 8 is 45
sequencial all the way upto size 13 being id 50, yet it is still listing as showen on website.
Also, i cannot get the dimensions of the product to show on my other pages.
Thanks
Please Log in or Create an account to join the conversation.
The dimensions in the product information are used for shipping volume restrictions. They are not currently displayed on the product page.
You can edit the product page code to display them:
go to the menu Display->Views and edit the file show of the view product. There, you can add code to display the dimensions. For example:
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
I new get a php error message on this page when i have set up 2 varients all of which have values. Any reason for this?
Cheers
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
www.549.com.au/shop/index.php?option=com...category_pathway=154
Shipping is working fine in other product pages, yet when i add it to this item i get the same error. This is also happening in other areas but i have just removed the varient as i am testing. Cheers.
Please Log in or Create an account to join the conversation.
Thus, you need to click on the "manage variants" button and add the variants of your product yourself.
Otherwise, just delete the characteristics. Save once. Make sure that the variants are all deleted. Add back your characteristics and the system should properly regenerate all the variants.
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
www.549.com.au/shop/index.php?option=com...category_pathway=154
Thanks
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
www.549.com.au/shop/index.php?option=com...&category_pathway=58
and i have lost the product description and the drop down boxes for the varients.
When i go to the product in the admin section, the description and charactastics are visible and appear to be ok.
I can send you my password for my site if you need to see for yourself.
Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 23
- Thank you received: 0
Please Log in or Create an account to join the conversation.
What I did:
1/ Go on the product page. Click on the "manage variants" button. Select all the variants and click on delete
2/ Go back to the product page. delete the characteristics and click on "apply"
3/ Add the characteristics again and click on "apply"
The two products you linked to are now displayed properly on the front end
Please Log in or Create an account to join the conversation.