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">