Page 1 of 1
Search found 12 matches
Re: Error in setting permissions for user group
Hi,
The error is due to you have not given permission which related to sale/order, sale/recurring, sale/return, sale/voucher, sale/voucher_theme. You still need to give permission to the related ones like.. extension/total/total, extension/total.voucher etc.,
Thanks,
- Mon Apr 29, 2019 3:37 pm
- Replies 1
- Views 273
Re: PHP Fatal error: Allowed memory size
Hi,
Are you using any cache extension to speed up your website?
Thanks,
- Fri Apr 26, 2019 6:46 pm
- Replies 4
- Views 554
Re: PHP Warning: html_entity_decode(): charset `UTF-8;' not supported
Hi,
Did you try by removing ; at the end of UTF-8 line in your php.ini file.
- Installation, Upgrade, & Config Support
- PHP Warning: html_entity_decode(): charset `UTF-8;' not supported
- Fri Apr 26, 2019 5:34 pm
- Replies 2
- Views 851
Re: Image not showing when upload
Hi,
Thanks for sharing.
In admin config file - under http [HTTP_SERVER & HTTP_CATALOG] - remove https:// and use only http:// alone.
Also try by removing www. and use only the domain name alone and be sure no empty spaces in the path used in the config file. Jump to post
- Wed Apr 24, 2019 9:32 pm
- Replies 23
- Views 7429
Re: Image not showing when upload
Hi,
Can you share the screenshot of your both config files and the url of your website.
Thanks, Jump to post
- Wed Apr 24, 2019 7:41 pm
- Replies 23
- Views 7429
Re: Convert total amount in words in order invoice
if you want to use the build in NumberFormatter class your php installation needs to have the php_intl extension activated. So ask your host first or if you have access to your php.ini file, do it yourself. $numberInWords = new NumberFormatter("zh", NumberFormatter::SPELLOUT); $numberInWo...
Jump to post- Wed Apr 24, 2019 7:39 pm
- Replies 6
- Views 816
Re: Modifying the 'Success' message when someone completes checkout
Thanks for your reply. I found and made some modifications here. But I think because I use Journal theme I might need to do it to some file there. Although it appears that journal theme doesn't have a success.php/success.twig of its own - any idea what equivalent file for that? or a way I can find ...
Jump to post- Wed Apr 24, 2019 6:52 pm
- Replies 4
- Views 1120
Re: How to change the e-mail on the main page near chat support
Looking into the path /www/catalog/view/theme/fastor/template/common There is heading.twig with zero size http://detski-ostrov.ru/e-mail_changing.jpg Hi Grigorii , Check for the file "footer.twig" in the path "/catalog/view/theme/{your theme}/template/common/footer.twig", if not...
Jump to post- Wed Apr 24, 2019 6:43 pm
- Replies 6
- Views 558
Re: Image not showing when upload
I checked both files and the path are correct. The uploaded images are shown in the file manager. But not shown in the admin dashboard why? Hi Buvaneswari , I too faced the same problem and image gets displayed after I checked both the config files. The problem is in the config files only. Please c...
Jump to post- Wed Apr 24, 2019 6:30 pm
- Replies 23
- Views 7429
Re: Convert total amount in words in order invoice
You can use google and will find a lot of. For example this one: https://stackoverflow.com/questions/11500088/php-express-number-in-words You just need to implement it to your invoicing. If you are not a coder, you can write PM to me and we can discuss about implementation. Thanks @ kestas, will co...
Jump to post- Wed Apr 24, 2019 2:34 pm
- Replies 6
- Views 816
Re: Convert total amount in words in order invoice
Thanks @ letxobnav , I will look in to it....... Jump to post
- Wed Apr 24, 2019 2:33 pm
- Replies 6
- Views 816
Convert total amount in words in order invoice
Hi,
I'm using opencart version 3.0 with Journal theme, Kindly let me know how to convert the total amount into words in order invoice. Say, for ex, if the total is 1500, means I need to get as "One thousand and five hundred only.
Thanks,
- Tue Apr 23, 2019 2:07 pm
- Replies 6
- Views 816
Search found 12 matches