change pricing

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #27213

hi,

right now the pricing were separate by ',' between digit..can i change the ',' to '.'? how?

for example:

100,00 MYR to 100.00

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

  • Posts: 82868
  • Thank you received: 13378
  • MODERATOR
13 years 1 month ago #27226

Hi,

You can change that by editing the options of your currency via the menu System->Currencies in HikaShop.

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

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #27391

hi, thank you for the help.

one more thing, i try to lower down the text at checkout end page align with my shopping cart(see attachment). i edit at banktransfer_end.php but it doesn't work. this is the code:


<?php
/**
* @package HikaShop for Joomla!
* @version 1.5.4
* @author hikashop.com
* @copyright (C) 2010-2011 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?>
<div style="margin-top:50px;">
<div class="hikashop_banktransfer_end" id="hikashop_banktransfer_end" >
<span class="hikashop_banktransfer_end_message" id="hikashop_banktransfer_end_message">
<?php echo JText::_('ORDER_IS_COMPLETE').'<br/>'.
JText::sprintf('PLEASE_TRANSFERT_MONEY',$amount).'<br/>'.
$information.'<br/>'.
JText::sprintf('INCLUDE_ORDER_NUMBER_TO_TRANSFER',$order_number).'<br/>'.
JText::_('THANK_YOU_FOR_PURCHASE');?>
</span>
</div>
</div>


can u help me for this?

Attachments:

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

  • Posts: 82868
  • Thank you received: 13378
  • MODERATOR
13 years 1 month ago #27404

That sounds like a good way to do it. I don't see the problem. That should work.

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

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #27405

but it doesn't work. i don't know why the text still cannot lower down. hmm...do you have any idea?

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

  • Posts: 82868
  • Thank you received: 13378
  • MODERATOR
13 years 1 month ago #27408

I have no idea. You could try to add <br/> tags at the beginning of that file.

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

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #27645

i still cannot solve the problem on lower down the message at the checkout end...u can try my shopping cart at medi-life.com.my/ecart/ and see either u can help with the coding part...

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

  • Posts: 82868
  • Thank you received: 13378
  • MODERATOR
13 years 1 month ago #27660

Just add the CSS below in your template's CSS and it will work once you clean your browser's cache:

.hikashop_banktransfer_end{ padding-top:50px; }

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

Time to create page: 0.042 seconds
Powered by Kunena Forum