Search found 1122 matches

Search found 1122 matches

Re: Multiple admin side panels

Have you clear your cache? Refresh the modification?
After done this steps try to check in browser incognito tab.

Jump to post
  • Sun Aug 09, 2020 12:44 pm
  • Replies 2
  • Views 199
Re: How do i add the name in the shipping information behind to the customer’s name on the order history page?

That's called help without any expectation of return. and that is called calling out people who CHOOSE not to offer their knowledge for free, on the most part, their knowledge is their paid income and we are all entitled to make a living with our skills I do not see many people offering their produ...

Jump to post
  • Sat Aug 08, 2020 11:22 pm
  • Replies 21
  • Views 4760
Re: How to change Recurring profile Display

Thanks to ketas : {% if recurrings %} <h3 class="title recurring-title">{{ text_payment_recurring }}</h3> <div class="form-group required"> {% for recurring in recurrings %} <label class="radio"> <input type="radio" name="recurring_id" value="{{...

Jump to post
  • Sat Aug 08, 2020 9:39 pm
  • Replies 19
  • Views 1619
Re: How do i add the name in the shipping information behind to the customer’s name on the order history page?

OK, 1) in admin/model/sale/order.php - function getOrders change the query: $sql = "SELECT o.order_id, CONCAT(o.firstname, ' ', o.lastname) AS customer, (SELECT os.name FROM " . DB_PREFIX . "order_status os WHERE os.order_status_id = o.order_status_id AND os.language_id = '" . (...

Jump to post
  • Sat Aug 08, 2020 8:57 pm
  • Replies 21
  • Views 4760
Re: How to change Recurring profile Display

i deleted this <option value="">{{ text_select }}</option> and output is like this now but https://prnt.sc/tw6ygu its still show as drop down option and i couldn't find where it is getting like that the whole code is this {% if recurrings %} <h3 class="title recurring-title">{{ t...

Jump to post
  • Sat Aug 08, 2020 7:43 pm
  • Replies 19
  • Views 1619
Re: My Opencart website showing the following error.

paulfeakins wrote:
Thu Aug 06, 2020 6:30 pm
Then you could pay a developer such as ourselves or post a job in the Commercial Support Forum.
Hi Alex, he already yesterday did post job in commercial support forum. ;)

Jump to post
  • Fri Aug 07, 2020 4:05 pm
  • Replies 9
  • Views 594
Re: Upgrade Error 1091

It's a database error. The upgrade script is trying to remove an index key named 'PRIMARY' from the oc_category table of your database. For whatever reason your database was not able to do it. Could be a corrupt database among other things. I would first check the oc_category table in phpMyAdmin or...

Jump to post
  • Fri Aug 07, 2020 4:03 pm
  • Replies 17
  • Views 1537
Re: MOLPAY PAYMENT INFO NOT CORRECT

Yeah I did check the amount. There's nothing wrong with it until it goes to checkout page. For the example, add item A total $45.50 (include postage) but then after checkout the amount change to $45.5 (missing the 0 at the last). So MolPay can't detect the exact amount when it should be full amount...

Jump to post
  • Fri Aug 07, 2020 3:59 pm
  • Replies 8
  • Views 1426
Re: Can't Get Basic Captcha To Work

IP_CAM wrote:
Fri Aug 07, 2020 2:53 am
Please note that we can not provide any (free) support for Journal issues not related to general OpenCart . :laugh:
Agreed :laugh: :laugh: :laugh:

Jump to post
  • Fri Aug 07, 2020 3:57 pm
  • Replies 9
  • Views 2326
Re: Missing Icons

<?php // HTTP define('HTTP_SERVER', 'https://shop.xyz.com/admin/'); define('HTTP_CATALOG', 'https://shop.xyz.com/'); // HTTPS define('HTTPS_SERVER', 'https://shop.xyz.com/admin/'); define('HTTPS_CATALOG', 'https://shop.xyz.com/'); // DIR define('DIR_APPLICATION', '/home/gqvxzdmy/public_html/admin/'...

Jump to post
  • Fri Aug 07, 2020 3:55 pm
  • Replies 13
  • Views 2515
Re: Opencart, Xampp error trying to setup

Am glad could help.
Kindly add "Solved" in post subject.

Jump to post
  • Thu Aug 06, 2020 7:18 pm
  • Replies 6
  • Views 5963
Re: MOLPAY PAYMENT INFO NOT CORRECT

reenc10 wrote:
Thu Aug 06, 2020 6:08 pm
But the issue is my products price dont have 2nd decimal.
By default the product prices should be shown with 2 decimnal. i.e
Product
Shoes price. 2.00
Shirt Price 69.00 etc
you can update your product price from your admin end

Jump to post
  • Thu Aug 06, 2020 6:13 pm
  • Replies 8
  • Views 1426
Re: Opencart, Xampp error trying to setup

WickedToneProduction wrote:
Thu Aug 06, 2020 2:52 pm

Fatal error: Uncaught RuntimeException: Unable to create the cache directory
Did you check your directory permissions?

read this too https://stackoverflow.com/questions/904 ... n-mac-os-x

Jump to post
  • Thu Aug 06, 2020 5:10 pm
  • Replies 6
  • Views 5963
Re: Upgrade Error 1091

I receive this error when trying to upgrade. I mention I just tried to access the admin panel when it took me straight to this upgrade page and when I hit upgrade it guves this error. I mention I do not know SQL. This is for a client. I searched on Google and I couldn't find no answer for this issu...

Jump to post
  • Thu Aug 06, 2020 4:56 pm
  • Replies 17
  • Views 1537
Re: Upgrade Error 1091

I receive this error when trying to upgrade. I mention I just tried to access the admin panel when it took me straight to this upgrade page and when I hit upgrade it guves this error. I mention I do not know SQL. This is for a client. I searched on Google and I couldn't find no answer for this issu...

Jump to post
  • Thu Aug 06, 2020 4:52 pm
  • Replies 17
  • Views 1537
Re: Upgrade Error 1091

letxobnav wrote:
Thu Aug 06, 2020 3:33 pm
Error NO. 1091 Has anybody ever heard of this?
No sorry, 1091 is part of the post-graduate level, amateur classes only cover up to 1085.
Ha ha ha a :laugh: :laugh: :laugh:

Jump to post
  • Thu Aug 06, 2020 4:50 pm
  • Replies 17
  • Views 1537
Re: My Opencart website showing the following error.

geel wrote:
Thu Aug 06, 2020 4:17 pm
I am looking for someone who can check it out for me and fix it.
Thanks
I would suggest then post it in commercial support fourm to get quote on it.

Jump to post
  • Thu Aug 06, 2020 4:21 pm
  • Replies 9
  • Views 594
Re: My Opencart website showing the following error.

Well, I have done it and its the BOOKING MODULE that is causing this error. Its a module that I need very much therefore, how to fix it with that mod being active? The best and easy sloution would be ask the module developer to have a look into the issue. Did you make any changes into the site rece...

Jump to post
  • Thu Aug 06, 2020 4:10 pm
  • Replies 9
  • Views 594
Re: 1 single category link is http instead of https

Check your both config files.
And .htaccess

Jump to post
  • Thu Aug 06, 2020 12:51 am
  • Replies 8
  • Views 824
Re: How to change Recurring profile Display on product page

pprmkr wrote:
Wed Aug 05, 2020 4:22 pm

Code: Select all

{% for recurring in recurrings %} YOUR_CODE_HERE {% endfor %}
And better not to use checkbox. Multiple options can be selected then.
i got stuck here guys ??? ??? any help

Jump to post
  • Wed Aug 05, 2020 4:55 pm
  • Replies 19
  • Views 1619

Search found 1122 matches