Search found 234 matches

Search found 234 matches

Re: Please Help me About Fix Javascript Error

Hi Satya - Safiramedia, Those are just php Notices, not a JS error as your subject suggests. To paraphrase ADD Creative, a senior member on these forums: You need make sure display errors in set to off in all 3 places. Your PHP settings, in system/config/default.php and in the settings. Not only can...

Jump to post
  • Tue May 03, 2022 6:21 pm
  • Replies 3
  • Views 359
Re: Remove register button when customer is logged in

Hi forbeauty,

I don't see a Register button when logged in. Could you share a screenshot to clarify which part of the website your're refering to?
And in general: viewtopic.php?f=176&t=200480#p529151

Jump to post
  • Fri Apr 15, 2022 11:20 pm
  • Replies 3
  • Views 359
Re: odd behavior OCMOD getting overwritten for some reason

Hi Joe1234, I believe what's happening in your case is that Extension X modifications are applied first, then your Custom Mod looks for the original line, but can not find it as it has already been modified. Check your Modification Log to confirm. In OCMOD, modifications are applied sequentially, an...

Jump to post
  • Fri Apr 15, 2022 10:06 pm
  • Replies 5
  • Views 490
Re: Live update extensionS, don't work in my OC 3.0.2.0

I think we'll need a bit more information to be able to help. Try the following: Go to Admin > Extensions > Modifications and click the Refresh button in the top right corner. Check if there's an entry for your extension on the same page, if so: make sure its Status is set to Enabled , then click th...

Jump to post
  • Thu Apr 14, 2022 8:44 pm
  • Replies 11
  • Views 944
Re: How to make /index.php?route=information/sitemap your 404 page?

Ok, this is a rather incomplete solution as the not_found page is not always served by its controller. So in this case the Events System would be a cleaner, more convenient solution. If anyone beats me to building this, please post your solution and I'll remove this slightly buggy one. ??? This is t...

Jump to post
  • Mon Apr 11, 2022 11:57 pm
  • Replies 10
  • Views 1059
Re: How to make /index.php?route=information/sitemap your 404 page?

??? This is the opposite effect of what OP was asking... (It redirects the sitemap to 404) one more think this code $this->response->setOutput($this->load->view('information/sitemap', $data)); replace to $this->response->redirect($this->url->link('error/not_found', '', true)); code replace in this f...

Jump to post
  • Mon Apr 11, 2022 10:47 pm
  • Replies 10
  • Views 1059
Re: Trying to do an OCMOD

Hi Joe1234, While Journal is wildly unpopular and generally unsupported in this forum, I do have a test environment set up just in case... In that setup the file under that path ( catalog/view/theme/journal3/template/journal3/products.twig ) doesn't exist. The only file I can find the referenced cod...

Jump to post
  • Mon Apr 11, 2022 6:31 pm
  • Replies 9
  • Views 630
Re: very high memory use

I wonder, could it be?
viewtopic.php?f=179&t=225771

TL;DR: Check your access logs and see if there's anything suspicious; if so, deny those connections before they can start a session.

Jump to post
  • Fri Apr 08, 2022 6:30 pm
  • Replies 2
  • Views 587
Re: Address Minimum 3 Charactors

Sidenote:
@phpscript7

Why update your original, rather unhelpful post with the small part of a solution after a more complete one has been provided by khnaz35 and myself?

phpscript7 wrote:
Mon Apr 04, 2022 5:06 pm
konse form me?
please ,Write the complete problem

Jump to post
  • Mon Apr 04, 2022 6:33 pm
  • Replies 9
  • Views 853
Re: Address Minimum 3 Charactors

Change code to if ((utf8_strlen(trim($this->request->post['address_1'])) < 6) || (utf8_strlen(trim($this->request->post['address_1'])) > 128)) { $this->error['address_1'] = $this->language->get('error_address_1'); } That's in catalog/controller/account/address.php , validateForm() function. In addi...

Jump to post
  • Mon Apr 04, 2022 5:55 pm
  • Replies 9
  • Views 853
Re: Problem with installation of OC 3.0.3.3

Hi luckylukeronse, It looks like your site redirects to https, but tries to load resources over http. The first thing you should try is to set both HTTP_SERVER and HTTPS_SERVER to start with https:// in config.php and admin/config.php . Hope this helps, let us know if this doesn't resolve your issue...

Jump to post
  • Thu Mar 31, 2022 11:49 pm
  • Replies 4
  • Views 707
Re: Coupon discount on line item price - is it possible?

I'm sure one of Jonathan's Ultimate extensions can do that: https://www.opencart.com/index.php?rout ... 20Thinking
He has a lot of extensions, but you should message him as he could definitely help you with this!

Jump to post
  • Thu Mar 31, 2022 11:36 pm
  • Replies 18
  • Views 1182
Re: Order not show in latest orders but only in recent activity dashboard

What happens when you click on the 'new order' link in the Recent Activity section on the Dashboard?
(+Please follow the guidelines described in this topic before posting: viewtopic.php?f=176&t=200480#p529151)

Jump to post
  • Mon Mar 28, 2022 11:49 pm
  • Replies 8
  • Views 795
Re: edit erased

Hello, I'm posting this message because I hope to find some help. I created a site using Opencart. I had managed to modify the files in order to modify the "add to cart" button to " quote request" when the price of the item is 0. However during the last update everything was era...

Jump to post
  • Mon Mar 28, 2022 10:56 pm
  • Replies 24
  • Views 7190
Re: Admin made orders sets affiliate commissions without tracking number

To check if you have the tracking cookie set in Safari: Use the shortcut Cmd ⌘ + Opt ⌥ + i to open the dev tools. Find the Storage tab Click on Cookies in the left sidebar (the one that has your domain name) See if a cookie with Name 'tracking' is set for your site, if so just right click on it and ...

Jump to post
  • Mon Mar 28, 2022 9:30 pm
  • Replies 12
  • Views 580
Re: Admin made orders sets affiliate commissions without tracking number

You probably have the tracking cookie set for this affiliate in your browser. You can check this in the developer tools, which browser are you using?

Jump to post
  • Mon Mar 28, 2022 6:30 pm
  • Replies 12
  • Views 580
Re: 'Showing %d to %d of %d (%d Pages)' in $_['text_pagination']

Filtering by Categories like that is not a standard opencart feature, and using default opencart Filters would definitely update that text. (If you're using the solution suggested above to change the pagination text, that is.) You're probably using an extension or theme with an ajax filtering featur...

Jump to post
  • Thu Mar 24, 2022 10:41 pm
  • Replies 7
  • Views 814
Re: 'Showing %d to %d of %d (%d Pages)' in $_['text_pagination']

Hi coldnsky, Is this the effect you're looking for? https://forum.opencart.com/download/file.php?mode=view&id=42100 The easiest⁠—albeit admittedly hacky⁠—solution would be to just change it to '<span class="hidden">%d%d</span>(%d Items)' in Admin > Design > Language Editor or in the ap...

Jump to post
  • Thu Mar 24, 2022 1:08 am
  • Replies 7
  • Views 814
Re: Change 'product' to 'model' in added to cart success message

Helping with minor tweaks like that is just my way of giving back to the community, so your expressed appreciation is more than enough for the effort I've put into this. Glad to have been of assistance! Just wow!! Gergely you are amazing, that worked perfectly. I really do appreciate it. Can i pay y...

Jump to post
  • Fri Mar 18, 2022 11:38 pm
  • Replies 6
  • Views 784
Re: Change 'product' to 'model' in added to cart success message

Hi driveshafts, That requires just a minor modification in catalog/controller/checkout/cart . Change $json['success'] = sprintf($this->language->get('text_success'), $this->url->link('product/product', 'product_id=' . $this->request->post['product_id']), $product_info['name'], $this->url->link('chec...

Jump to post
  • Fri Mar 18, 2022 6:16 pm
  • Replies 6
  • Views 784

Search found 234 matches