Options - visibility prices

  • Posts: 88
  • Thank you received: 0
11 years 5 months ago #79898

Hello,

I am using "options" with different prices (digressive prices)
Visitors can't see the different prices for options.
When a customer select an option he is seeing the cheapest price but on the checkout they see the most expensive price. I get a lot of negative reactions on this. I hope you have a solution for this.

second ... I would like to place a text under product prices, something like: "Please login to see the prices for bigger quantities"
where should I add this text ?

kind regards
Jan

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

  • Posts: 12953
  • Thank you received: 1778
11 years 5 months ago #79939

Hi Jan,

1. I don't really understood so can you show me screenshots of what is happening and give me the link of your web site please ? :)

2. If you want to edit your products page, you'll just have to :
- Go to "Hikashop->Display->Views"
- Edit the "show_default" file of the "product" view of your front-end template
- Add this code at the right place :

<?php echo"Please login to see the prices for bigger quantities"; ?>
Hope this will help you.

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

  • Posts: 88
  • Thank you received: 0
11 years 5 months ago #80045

Hello,

Thank you for your reply !

1) see enclosed document.





2) how to arrange this for multiple languages ? (I am using also Falang)

3) another request : Is there a way to move the table with 'specifications' (see enclosed image) on the right side of the image (of the jar)

link to the site : www.thejarfactory.com

Br
JAN

Attachments:
Last edit: 11 years 5 months ago by jan2.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 5 months ago #80055

Hi,

1. Can you show me screenshots of how you configured your product page ?

2. My solution would be to :
- Add this code :

<?php echo JText::_( 'LOGIN_FOR_BIGGER_QUANTITY' ); ?>
instead of this code :
<?php echo"Please login to see the prices for bigger quantities"; ?>
- And then go to "Hikashop->Configuration->Languages->'Your translation file'"
- Add your translation word to the "override" section :
LOGIN_FOR_BIGGER_QUANTITY : "Please login to see the prices for bigger quantities"

And do it for all translation file

3. I think that you'll just have to :
- Go to "Hikashop->Display->Views"
- Edit the "show-default" file of the "Product" view of your front-end template
- Move the code of your "specifications" after this line :
<div id="hikashop_product_right_part" class="hikashop_product_right_part span6">

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

Time to create page: 0.077 seconds
Powered by Kunena Forum