make the custom fields display in cart before checking, just like "Cart field" ?

  • Posts: 42
  • Thank you received: 0
7 years 11 months ago #272501

-- HikaShop version -- : 3.1.1
-- Joomla version -- : 3.6.4

hello

I use custom fields in products table listing to let user enter some value before they add products to cart, just see the screenshot1.
but it will make the products table too long if I have many products to display.

so is it possible to make the custom fields display in cart they add before checking, just like the screenshot2 I mockup.

thank you.

Attachments:

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

  • Posts: 83932
  • Thank you received: 13588
  • MODERATOR
7 years 11 months ago #272505

Hi,

No there is no option to have the custom item fields editable on the checkout.
That would require the development of a custom checkout view plugin.

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

  • Posts: 42
  • Thank you received: 0
7 years 11 months ago #272662

ok, I know, thank you.

or is it possible to customize it like the screenshot3 to make the table listing not too long to view ?

if it could, could you show me how, thank you.

Attachments:

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

  • Posts: 83932
  • Thank you received: 13588
  • MODERATOR
7 years 11 months ago #272674

Hi,

You can do that with some simple CSS.
For example:
td.hikashop_product_add_to_cart_row {
width: 350px;
}
.hikashop_product_listing_custom_item, .hikashop_product_listing_custom_item_table, .hikashop_product_listing_custom_item_table tr {
display: inline;
}
.hikashop_product_listing_custom_item select {
width: 50px;
}

And that will get you that:
monosnap.com/file/tRDcEfXgFDta0Qdrn3uGqophXg9UrJ
Then, just adjust the columns width and some other CSS based on your needs so that it display properly and nicer and you'll be able to get a good one line display.
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.057 seconds
Powered by Kunena Forum
loading