product variant display option

  • Posts: 63
  • Thank you received: 1
9 years 3 months ago #243144

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.6
-- Browser(s) name and version -- : Chrome

Hi

Just want to ask regarding Product display, I have so many characteristics for each product to add, each option value has their own prices, is there any other option to accomplish it without adding variant combination? because it would be a lot of combination to add on each variant.

Any help would be highly appreciated.

Thanks!

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

  • Posts: 63
  • Thank you received: 1
9 years 3 months ago #243160

Sorry, I was able to figure it out, on each Characteristics Option we can add all options value at once and it will generate all combination automatically. But the problem is I still need to put pricing on each combination. :(

Thank you!

Last edit: 9 years 3 months ago by Yumul.

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #243155

Hi,

You can import the product/variant data via CSV:
www.hikashop.com/support/documentation/73-hikashop-import.html
You can also create one product with the variants you want and then use the copy button of the products listing to duplicate it for other products you create after the first one.

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

  • Posts: 63
  • Thank you received: 1
9 years 2 months ago #245503

Thank you for your help, I successfully added all variations.

Now I need to put a price on each variation, which I have more than 50 variations from two characteristics with 20+ option values.
Is there any other or easy way to put a price on the Characteristic Option and not on variation combination itself? It will be a lot of work if Im going to add a price to each variation (and I need to sum up the price from Characteristic 1 to Characteristic 2).

Regards,
Gary

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

  • Posts: 12953
  • Thank you received: 1778
9 years 2 months ago #245529

Hello Gary,

A solution can be to use MassActions via "Hikashop->System->MassActions" or to directly use SQL requests.

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

  • Posts: 63
  • Thank you received: 1
9 years 1 month ago #245879

Hi,

Thank you, I was able to find the MassActions.

I can update variations price but I can have what I want.
I have tried using this operation, price.price_value+100 but the sum is 100.
Can you help me on how to achieve this Main Product Price + Specific Value?
for example Variant A Price = Main Product Price + 100

Regards,
Gary

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 1 month ago #245894

Hi,

You cannot base yourself on the main product price when updating the price of a variant.
The "price.price_value" will actually be the current price of the variant. So if it is 0, the sum will be 0+100 = 100, which is why you got 100 when you tried that.
If you want the variant price to be based on the main product price, there is this setting in the variants:
take.ms/DkZlx
You can set the value you want in it with a mass action with an action "update the values" on the column product_price_percentage

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

  • Posts: 63
  • Thank you received: 1
9 years 1 month ago #245972

Thank you!

I have updated all to 100% is that correct? and then I need to update the variant price thru Mass action, but with the specific value on each.
(Main Product Price + Specific Value)
Thanks in advance.
Regards,

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

  • Posts: 12953
  • Thank you received: 1778
9 years 1 month ago #245996

Hello,
Yes, setting it to 100% will do the job.

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

  • Posts: 63
  • Thank you received: 1
9 years 1 month ago #246043

Hi Thank you!

I tried the operation price.price_value+100 and the Variant Price became 100.
Main product is already set to 100%
Is there anything wrong with the operation? fields?
Thanks in advance!

Regards,
Gary

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 1 month ago #246065

Hi,

The main product price percentage will be used when the variant price is loaded on the front end and will thus be calculated dynamically.
The price of the variant will stay to 0 so that when you change the main product price, all the variants prices based on it don't have to be recalculated since it's done when the variants are loaded.

So setting the main product price percentage to 100 won't allow you to use price.price_value since it will still be 0 for the variants.

So what Mohamed confirmed is wrong. You won't be able to do that.
If you really want to set the variant prices, and don't want them to be based on a percentage of the main product price, the only solution is to export a CSV of your products and then import it with the prices set for each variants in the CSV.

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

  • Posts: 63
  • Thank you received: 1
9 years 1 month ago #246259

Hi,

In that case, I need to add prices on each variant which I have more than 50 variants each. is there any other way? or easiest way to achieve this? Thanks

Regards,

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 1 month ago #246280

Hi,

The CSV import is the easiest. You import the CSV in Excel, and there, you can easily fill in the prices in the different variants. And then you just import back the CSV to HikaShop.

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

  • Posts: 63
  • Thank you received: 1
9 years 1 month ago #246880

Thank you for your help, appreciated much. I have used Mass Action and it went really well.

Regards

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

Time to create page: 0.076 seconds
Powered by Kunena Forum