How can i show custom field

  • Posts: 17
  • Thank you received: 2
12 years 6 months ago #50159

How can I add and show custom field in hikkashop i'm using business edition..

Problem #1. I want to know how can I display the custom fields I created for the products
I use products table.. I notice that It only appears if I edit the product and
add the values from the back end.. I want the custom fields name to be shown also
in the front end even without putting a value on it from the back end..

Problem #2: Is it possible to create a custom field for customers so they can input the number of each product
per color if were selling it in per Pack... e.g. if we sell 10 items per pack.. the user can input
how many will be red, blue, or white on pack..

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

  • Posts: 13201
  • Thank you received: 2322
12 years 6 months ago #50188

Hi Yuji,

#1
To add this kind of custom fields you have to create custom fields with the "item" type.
And don't forget to enable it for the front-end.

#2
For this problem, you can create as custom fields as wanted for each colors.
But you can't limit the quantity set in theses fields.
I'm looking for a solution.

The following user(s) said Thank You: Yuji

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

  • Posts: 17
  • Thank you received: 2
12 years 6 months ago #50190

for problem #2..

will the buyer can input the number of item per color? as they order?..

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

  • Posts: 17
  • Thank you received: 2
12 years 6 months ago #50194

my problem # 1 was already solve thank you..

but my problem on #2..
yes in deed the buyers can input the number as per color..
but how it can be computed or transferred the details to the order list?


e.g. we sell 10 units per pack
buyer select color blue = 2, red = 5, green=3..
total order will be 1 pack... but where can the seller look for the order details?

is it also be possible to compute how many already the packs the buyer currently
ordering? if the buyer input blue = 10, red = 10, green=10?
total order = 3 packs..

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

  • Posts: 82822
  • Thank you received: 13369
  • MODERATOR
12 years 6 months ago #50272

If you create custom fields of the table "item", the information entered in each field by the user will be automatically saved in the order, and displayed in the emails, the invoices, and the order details page.
The order details page is available via the Sales menu in the back end.

Ther eis no option to compute the quantity automatically based on custom fields. That would require the development of a plugin.

The following user(s) said Thank You: Yuji

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

  • Posts: 17
  • Thank you received: 2
12 years 6 months ago #50311

can I modify the add to cart menu.. like after the quantity input it would show the color she's currently ordering next to it?

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

  • Posts: 82822
  • Thank you received: 13369
  • MODERATOR
12 years 6 months ago #50387

Everything is possible if you code it.
The 'cart' file of the view "checkout" (for the checkout cart) or of the view "product" (for the cart module) can be edited via the menu Display->Views.

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

Time to create page: 0.076 seconds
Powered by Kunena Forum