Search found 6726 matches

Search found 6726 matches

Re: Problem extension Smartbill

I'd look up and see if strip_tags() would work in place of the lines that have FILTER_SANITIZE_STRING i.e. $product_code = filter_var($product_code, FILTER_SANITIZE_STRING); $product_code = strip_tags($product_code); I'd update those and see what other errors show. Does this still occur? Error! Syn...

Jump to post
  • Sat Feb 08, 2025 5:55 pm
  • Replies 17
  • Views 485
Re: Problem extension Smartbill > Constant FILTER_SANITIZE_STRING is deprecated

Before posting here endless, read this here and change the code es mentioned: https://www.php.net/manual/it/filter.constants.php#constant.filter-sanitize-string On the other hand, the developer of that extension should support php8.x asap as this is nowadays standard! And if you or this develper are...

Jump to post
  • Fri Feb 07, 2025 4:59 pm
  • Replies 17
  • Views 485
Re: Built In AI Content Generator

And the next step in this "development" will be auto generated products, payment / shipping terms.
Finally that AI/KI will ship the products automatically to the customer.

Oh, what a wonderful world .. we do not need to work anymore - just add AI/KI and your day is made!

Jump to post
  • Wed Feb 05, 2025 6:00 pm
  • Replies 3
  • Views 1996
Re: Sprache und Google frage!

1. Sprache um-/einstellen: lässt sich mit dieser Erweiterung realisieren: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=39181 2. Google (und andere): OpenCart hat eine Standarderweiterung dafür (gibt aber auch Erweiterungen anderer Anbieter): Menü > Erweiterung...

Jump to post
  • Wed Feb 05, 2025 5:51 pm
  • Replies 1
  • Views 437
Re: Digital Products - Customer downloads mysteriously shuffling

Sounds very strange to me. Have you checked how the sorting and database queries are made at each page call? Do you use any cache mechanism(extension, server, etc.)? If I would be you, I would check first how the sorting and database queries are made. And, if you are using php 8.x, I would prefer to...

Jump to post
  • Sat Feb 01, 2025 5:44 pm
  • Replies 9
  • Views 656
Re: Unable to add new attributes or change existing attributes in products-OC4.0.2.2

As recommended by ChatGPT, .. First stupid idea! .. The response I get is this "#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''oc-product-attribute' WHERE 'product-id' = YOUR_PRODUCT_ID LIMIT 0, 25...

Jump to post
  • Fri Jan 31, 2025 8:07 pm
  • Replies 4
  • Views 368
Re: Experiencing Issues With Shipping Method Module Implementation on OpenCart 4.0.3.1

Hello,

it's your first post here, the more you should read that Forum Rules before proceeding.
Otherwise nobody here is able to help you.

Jump to post
  • Fri Jan 10, 2025 9:45 pm
  • Replies 2
  • Views 358
Re: When I Edit and Save a product Forbidden Messaeg Appear

ruwantha20 wrote:
Fri Jan 10, 2025 5:41 pm
When I Edit and Save a product Forbidden Messaeg Appear not save any changes.
Hello,

it's your first post here, the more you should read that because unless you can provide some details, nobody will be able to help you here.
Please read the Forum Rules before proceeding.

Jump to post
  • Fri Jan 10, 2025 9:40 pm
  • Replies 3
  • Views 415
Re: Change Date Format

Maybe post once a time in which template you want to change the date format, or which action.
Because often these dates are hardocded inside the corresponding controller.

Jump to post
  • Thu Jan 09, 2025 3:28 pm
  • Replies 13
  • Views 1420
Re: Customer/Admin Login problem

not sure if related but my admin login fails if I update the SEO URL files from github, only the stock 4.0.2.3 works. If I try and fix it, it locks me out of admin. GitHub files (and I guess you mean the master branch) are NOT for production sites to use or to replace files in an existing installat...

Jump to post
  • Wed Jan 08, 2025 9:37 pm
  • Replies 13
  • Views 1340
Re: Theme editor reverting files?

abarn wrote:
Wed Jan 08, 2025 12:52 am
CONFIRMED, it was the installatron backup process.
Exactly one of the reasons, why this here should be read before posting: Forum Rules

Jump to post
  • Wed Jan 08, 2025 9:23 pm
  • Replies 10
  • Views 1620
Re: Cannot translate VAT rate

Nop VAT is in my country PVM .. Whatever the local tax is called/named, it will have always the same name - regardless which language is used. If it's PVM, then it will PVM. If you're in Austria and Germany, it's called USt., in Switzerland they call it MwSt. .. and so on .. My tax authority will r...

Jump to post
  • Mon Jan 06, 2025 9:56 pm
  • Replies 15
  • Views 1476
Re: Cannot translate VAT rate

No need for extra tables if you want just translate the tax names. it can be translated from the tax function itself tax_name_eng = tax_name_fr (yes it will be hardcoded but hoe many taxes you may have:)? and it will solve your issue .. but how many taxes you may have .. Simply think of a webshop s...

Jump to post
  • Mon Jan 06, 2025 4:21 pm
  • Replies 15
  • Views 1476
Re: Customer/Admin Login problem

Opencart 4.0.2.3 First bad decision -> this version should not be used currently for production sites (too many bugs). Site works prefect, no problem with layouts, no any php errors/warnings/notices. I try to login to /blablabla/ area, and can not: after submiting Login form I am redirected to /bla...

Jump to post
  • Sun Jan 05, 2025 1:48 am
  • Replies 13
  • Views 1340
Re: [SOLVED] Receive an email anytime admin logs in

@OSWorX It was to jrr not you. Point being jrr has made an assumption that the zip function is the problem because of the difference in file size. This is not a reliable way to debug a problem. Each zip and rounding method will produce a different result. It was half a joke .. Seriousely: I know th...

Jump to post
  • Sun Jan 05, 2025 1:43 am
  • Replies 39
  • Views 2232
Re: EMAIL - Add a model name to a subject line

What is wrong here? .. Sorry, but nearly everything .. 1. open ../catalog/controller/mail/order.php with a qualified editor (e.g. Visual Studio Code). 2. then look for public function add( 3. search for foreach ($order_products as $order_product) { 4. before you add: $models = []; 5. inside the for...

Jump to post
  • Sat Jan 04, 2025 11:03 pm
  • Replies 6
  • Views 487
Re: [SOLVED] Receive an email anytime admin logs in

by mona wrote:
Sat Jan 04, 2025 9:32 pm
jrr wrote:
Sat Jan 04, 2025 4:30 pm
Mona's compressed file was 1K in size, and mine was 3K.
My mac will zip it to 2k
And my Atari can do that to 720 B :joker:
7zip use 1.12 KB

Jump to post
  • Sat Jan 04, 2025 10:47 pm
  • Replies 39
  • Views 2232
[UPDATED] Meta Tags robots Professional

Extension Meta Tag robots updated today (4th January 2025). New feature : disable (or remove when already defined) metatag robots when search pages are used. This includes also pages when tags like sort, order, limit , etc. are used. Useful to avoid these pages gets indexed (twice). More about that ...

Jump to post
  • Sat Jan 04, 2025 9:15 pm
  • Replies 0
  • Views 907
Re: EMAIL - Add a model name to a subject line

@khnaz35 & @nonnedelectari: both of you are true.
But that was not the question O0

To avoid longer subject lines he should check the length before adding.
Or adding the model(s) to the message text where enough space is ..

Jump to post
  • Sat Jan 04, 2025 8:49 pm
  • Replies 6
  • Views 487
Re: EMAIL - Add a model name to a subject line

Hello, I need to add a model name to email subject line (now I have only store name and order ID). I opened the file: /catalog/controller/mail/order.php and added [text_model] to a subject line. Looks like this: $data['title'] = sprintf($language->get('text_subject'), $order_info['store_name'], $or...

Jump to post
  • Sat Jan 04, 2025 6:46 pm
  • Replies 6
  • Views 487

Search found 6726 matches