Search found 6730 matches

Search found 6730 matches

Re: Wie einen Block zwischen Menü und Slider einfügen?

Einfach einen HTML-Text (Menü > Erweiterungen >> Erweiterungen >>> Module >>>> HTML) erstellen und via Designer (Menü > Design >> Layouts >>> Layout auswählen z.B. Home) >>>> Inhalt Oben erstellen.

Jump to post
  • Sun Feb 09, 2025 3:18 pm
  • Replies 2
  • Views 606
Re: Not Saving Settings

lahoregifts wrote:
Sun Feb 09, 2025 3:47 am
.. Error log empty
OpenCarts log or servers log file?

Jump to post
  • Sun Feb 09, 2025 3:14 pm
  • Replies 3
  • Views 629
Re: Notice: Undefined variable: manufacturer_id vq2-catalog_controller_product_manufacturer.php on line 52

Im need help for error below in Opencart 2.0.1.1 Notice: Undefined variable: manufacturer_id in /home/u239797583/domains/korea-motors.com/public_html/vqmod/vqcache/vq2-catalog_controller_product_manufacturer.php on line 52 I didnt any changes in php files an error occurs when clicking on Brands low...

Jump to post
  • Sun Feb 09, 2025 3:12 pm
  • Replies 1
  • Views 273
Re: [CLOSED] Extension needed for extending specials price date end automatically

I would say, both of you calm down and discuss whatever you have somewhere else - otherwise a warning will be follow.

Jump to post
  • Sun Feb 09, 2025 3:09 pm
  • Replies 5
  • Views 4412
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 1355
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 1355
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 2646
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 566
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 850
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 390
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 366
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 416
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 1424
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 1344
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 1624
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 1483
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 1483
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 1344
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 2237
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 488

Search found 6730 matches