How to make HikaShop to display product variants on the right side

  • Posts: 121
  • Thank you received: 2
3 years 1 month ago #329864

How can I make HikaShop to display the product variants on the right next to product images and description the same way quantity pricing and and product options are displayed on the right?

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
3 years 1 month ago #329880

Hi,

The HikaShop variant selector dropdowns are already displayed on the right side of the product page. So I'm not sure what you're saying ? Are you talking about the variants listing which displays at the bottom when you change the characteristic selection method to "list" in the HikaShop configuration ?
If you want to move it, it's still possible but it's a bit complex. It requires a developer to customize the file product / show_default.php (or show_tabular if you're using the tabular layout) via the menu Display>Views.

Please Log in or Create an account to join the conversation.

  • Posts: 121
  • Thank you received: 2
3 years 1 month ago #329915

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
3 years 1 month ago #329927

Hi,

As you have a fairly simple layout, a bit of CSS code should be enough.
Try adding such CSS on your website and it should do what you want:

@media (min-width: 992px) {
#hikashop_product_characteristics {
    width: 50%;
    position: relative;
    top: -800px;
    float: right;
}
}
www.hikashop.com/support/documentation/1...ize-the-display.html

Please Log in or Create an account to join the conversation.

Time to create page: 0.061 seconds
Powered by Kunena Forum