adding products with different materials/costs

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #121791

-- url of the page with the problem -- :site shop not yet live.
-- HikaShop version -- : 2.2.1
-- Joomla version -- : 2.5.8

I am struggling to implement a jewellery shop where each product is available in different materials (e.g 9 ct gold, 18 ct gold etc) each with different price. Thus far tried using characteristics with different price for each, but the price for 18 ct gold product is being added to the 9 ct gold option and not replacing it.

now sorted, think I had copied characteristics and options hence duplication- sorry...

Last edit: 11 years 8 months ago by tombreen. Reason: problem sorted.

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

  • Posts: 26234
  • Thank you received: 4036
  • MODERATOR
11 years 8 months ago #121814

Hi,

"Characteristics" makes an override of the product page. It changes it.
"Options" is an additional product link to the current product, it add his price to the linked product.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: tombreen

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

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #122137

thanks- now getting 'out of stock' message when testing the cart- we have approx. 50 products, mainly wedding and engagement rings. Each ring is available in 4-6 different materials, each a different price, also in a range of sizes, all made to order. However, trying to implement this, am getting out of stock when trying to select any size other than 'unknown'. Does hikashop create a 'product' for 6 materials and 20 ring sizes, eg 120 products? If so, can we control the stock levels so that the out of stock message does not appear? thanks...

Attachments:

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

  • Posts: 83824
  • Thank you received: 13571
  • MODERATOR
11 years 8 months ago #122151

Yes, if you're using characteristics, a variant is generated for each combination. You can click on the "manage variants" button of your product when you edit it to access the list of its variants and configure the quantity of each variant.

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

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #122159

thanks- is there any other way to structure this, as the size 'field' does not affect prices and it would be good to avoid having many hundreds of product variants, each of which would need to be managed? thanks!

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

  • Posts: 83824
  • Thank you received: 13571
  • MODERATOR
11 years 8 months ago #122162

If you use an option instead of a characteristic, it won't be the case. Another solution is to create a custom field of the table "item" but that is only possible in the Business edition.

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

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #122176

thanks, trying to add an option for ring size, but going into the product and clicking add option just then takes me back to the prpduct itself with no way to create the option and the choices for that option...

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

  • Posts: 26234
  • Thank you received: 4036
  • MODERATOR
11 years 8 months ago #122205

Hi,

I don't understand your problem. I understand that you have a problem but I can clearly see what it is.
Can you provide a screenshot of something which will help us ?

Thanks


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #122212

Hi, after a bit of digging, I have discovered that, in order to add no-cost options to a product, you first have to create another PRODUCT (e.g. ring size) and THEN add this as an option. Seems needlessly complicated! But working now, thanks for your help thus far...

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

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #122218

Still struggling with the set-up of product materials/prices- now OK, and choosing size of ring. Now getting 'The product is not available' error when testing the purchase, despite the product stock set up as unlimited. screen shot attached...

Attachments:

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

  • Posts: 83824
  • Thank you received: 13571
  • MODERATOR
11 years 8 months ago #122242

Since you probably don't have any price in your options, you must turn on the option "display add to cart button for free products" or the system won't allow you to add free options to the cart.

The following user(s) said Thank You: tombreen

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

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #122247

thanks, that has fixed this problem now...

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

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #123092

Hi, slowly moving forward with the jewellery shop. Current questions-
1. how to adjust the height of divs in category listing

temp shop page on this url- www.shirleyparisjewellery.co.uk/hikashop.html
2. how to not display option on category view and how to get thumbnail photo to centre in div-
on this url-
www.shirleyparisjewellery.co.uk/hikashop...ngs-online-shop.html

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

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #123101

correction- example engagement ring and ring size option shown on this page-
www.shirleyparisjewellery.co.uk/hikashop...ngs-online-shop.html

Ideally I do not want the ring size option to be seen until a ring has been selected, and then do not want an image associated with it...

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

  • Posts: 26234
  • Thank you received: 4036
  • MODERATOR
11 years 8 months ago #123174

Hi,

It is possible to implement such thing but it will require some PHP and Development skills.
You will need to edit some product views in order to change how the dropdown are displayed, adding some javascript to hide the dropdowns, add some javascript to trigger when a dropdown value is changed and show/hide other characteristics dropdowns depending to the selected values.

For the images, it is actually not possible. If a variant does not contains an image, the image of the main product is used.
But you can use the "image gallery" to select several times the same images for your variants (or do it thanks to the import).

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: tombreen

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

  • Posts: 30
  • Thank you received: 0
11 years 8 months ago #123205

thanks for the info, a bit disappointing though to have to edit code for what is a fairly universal requirement...

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

  • Posts: 30
  • Thank you received: 0
11 years 6 months ago #132469

Hi again,
picking up the project again- getting confused re the config of characteristics. To summarise-
we are setting up a jewellery site, mainly expensive rings (wedding, engagement etc) and also earrings. Trying to create a 'sample' product for each type, then copy the product and change the prices, description etc. Created a characteristic called 'Choose ring Material' eg 9 ct gold £600, 18 ct white gold £1200, 18 ct yellow gold £1100 etc. And trying to reuse this characteristic on second copy of the product and editing the values. The second product is not picking up the char.and instead even when selecting a different material keeps coming back with a 'static' price. also is it possible to have say 6 material choices in general and for a specific product only have 4-5 of these? if so, how can this be done?
Test website on this url;- www.shirleyparisjewellery.co.uk/hikashop...t-ring-ref-2001.html this page works OK but this page does not-
www.shirleyparisjewellery.co.uk/hikashop...g-ring-ref-2002.html

thanks for any assistance!!

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #132540

Hi,

You seems to be using an option and not variants for your products.
Thanks to post a screenshot of your product edition page.

If you use the options, you can change the price depending on the product, but with the variants you can.
You have to create a characteristic via the menu "Products > Characteristics" and add this characteristic to the product, and not on a product used as an option in your main products.

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

Time to create page: 0.097 seconds
Powered by Kunena Forum