Add additional price in product with options

  • Posts: 43
  • Thank you received: 0
12 years 6 months ago #54857

Hello,

I am using this view for my products: Product with options
But I don't see on the backend of your demo site where I can add the prices in the options.
How can I do that?

Thank you

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

  • Posts: 12953
  • Thank you received: 1778
12 years 6 months ago #54880

Hello,

You should :

- Go to your product page
- Add an "option" in the option tab

Hope this will help you.

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

  • Posts: 43
  • Thank you received: 0
12 years 6 months ago #54925

I Did that already.
What I want to know is how to get the prices displayed in the options on the frontpage.
Exactly like on the demo site.

I made the characteristics and the category already.
But I don't know where I can put the prices like RAM: 2GB ( +40.000$)

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

  • Posts: 83024
  • Thank you received: 13403
  • MODERATOR
12 years 6 months ago #54992

When you edit your option, you can click on the "manage variants" button in order to enter a price for each variant of the option.
that's explained in the step by step documentation of the options feature:
www.hikashop.com/en/support/documentatio...ct-form.html#options

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

  • Posts: 43
  • Thank you received: 0
12 years 6 months ago #55005

Thank you Nicolas.
Although I still have one question.
I am using more then one currency on my site.
Is it possible to make the options appear only for one or
specified currencies?
I tried but they appear for every currencies.

Thanks

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

  • Posts: 83024
  • Thank you received: 13403
  • MODERATOR
12 years 6 months ago #55052

There is no option to restrict products or options per currency.

That will require to modify the code of the "option" file of the "product" view via the menu Display->Views.
You could try to add the line:
if($optionElement->prices[0]->price_currency_id!=hikashop_getCurrency()) continue;

after the line:
foreach($this->element->options as $optionElement){

That will however require that you set a price with the currency of that option directly in the option, on top of having a price for each of the variants of the option.

The following user(s) said Thank You: Sue

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

  • Posts: 43
  • Thank you received: 0
11 years 2 months ago #127789

Hello,

I just upgraded to the Essentials package and I'm having an issue.
Whenever I try to manage the variants of the Characteristics of an item in the options category I get a blank page.
This makes it difficult to ad additional prices for certain items in the options category.
Can you help asap?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #127856

Hi,

Like it's said on the documentation :

A blank page does not help us to determine what could be the problem so if you get a blank page (an entire white screen without anything written on it), please make sure that your PHP configuration enables you to see errors and if not, edit your php.ini file and search for the string parameter display_errors.
This parameter should be turned On : display_errors = On.
If it's not the case, please edit your php.ini file, modify this line, save your file and then restart your server and try again to install HikaShop. You should not see a blank screen anymore and the error message will help us a lot to fix the problem.
If you can not see any error, please try to install HikaShop via FTP, it solves more than half of the installlation issues.

We'll need more information like an error message to help you and understand from where the problem is really coming from.

Last edit: 11 years 2 months ago by Mohamed Thelji.

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

  • Posts: 43
  • Thank you received: 0
11 years 2 months ago #127927

Hi Mohamed,

I had the 'Display error' turned on and this is the error I get:

Fatal error: Maximum execution time of 30 seconds exceeded in /home3/smartgi2/public_html/administrator/components/com_hikashop/classes/product.php on line 626

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

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #127978

Ok, and can you tell me how many characteristics your product have and how many values have these characteristics ?

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

  • Posts: 43
  • Thank you received: 0
11 years 2 months ago #128033

1. If you're talking about the products of the Options category for now each product in this category contains 1 characteristic.
And the characteristics consists of 7 values max.

2. If you are asking about the original category I will be using these options in then it is different.
Each product in this category contains 2 characteristics and the maximum value here is 30.

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

  • Posts: 43
  • Thank you received: 0
11 years 2 months ago #128270

Hello there,

Is there a solution to this issue I'm experiencing?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #128335

The problem is that it's working fine on my end and I can't reproduce your issue, so can you download the last Hikashop version through our website, install it, and test it again ? If it didn't change anything can your send me a temporary access to your back-end through a private message for testing purpose ? Also you should check this thread .

Last edit: 11 years 2 months ago by Mohamed Thelji.
The following user(s) said Thank You: Sue

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

Time to create page: 0.103 seconds
Powered by Kunena Forum