Search found 7172 matches

Search found 7172 matches

Re: convert twig to tpl

<select name="payment_special_mode" class="form-control"> <?php if ($payment_special_mode) { ?> <option value="1" selected="selected"><?php echo $text_enabled; ?></option> <option value="0"><?php echo $text_disabled; ?></option> <?php } else { ?> <o...

Jump to post
  • Wed Feb 14, 2024 10:36 pm
  • Replies 3
  • Views 1567
Re: Developer Support

Isn't the point of the module that you don't need to modify other files? That depends! Some modules / extensions do not need to modify other files, while some need that (especially if they are build on Events - like for OC 3 or 4, or OCMod - like for OC 2). But at the end you should know always wha...

Jump to post
  • Tue Feb 13, 2024 6:32 pm
  • Replies 9
  • Views 1405
Re: Developer Support

As it seems, you have several problems .. It would be good, if you find a developer you can trust - best one with a website you can verify who he is and from where. For the FTP (access) you have to understand the following. Case A - access via FTP The devs can access the whole shop and the files ins...

Jump to post
  • Tue Feb 13, 2024 6:17 pm
  • Replies 9
  • Views 1405
Re: Developer Support

Am I the asshole for not letting some total stranger be able to modify my store without supervision? Not really ;) To be honest, if you do not give some unkown full access (and FTP is a kind of full access) to your server, than you are absolutely right. And if those "developers" are not a...

Jump to post
  • Tue Feb 13, 2024 1:46 am
  • Replies 9
  • Views 1405
Re: Fatal Error in module, developer is not helping

.. so I don't think the MySQL is slow is the problem .. Never said that your SQL-Server is slow, wrote that he is gone away! Reason could be that your tables contain several million entries (as we had this issue in 3.x releases!). Or that your dabase query/ies is not correct or should eb optimized....

Jump to post
  • Mon Feb 12, 2024 6:15 pm
  • Replies 5
  • Views 528
Re: Fatal Error in module, developer is not helping

First: this message indicates that your SQL-Server has too much load: MySQL server has gone away Talk with your provider. Second: use the Marketplace Support and open a ticket there if the developer is not responding: https://www.opencart.com/index.php?route=support/support or Third: use the button ...

Jump to post
  • Sun Feb 11, 2024 2:59 pm
  • Replies 5
  • Views 528
Re: Provider upgrades to PHP 8.1 so i guess i have to upgrade to a newer version

See here: https://github.com/condor2/Opencart_23xx I am quite satisfied with that work, but have to say that it can happen that some OCMods (and eventually VQMods) are not fully working! Best to install it in a new folder (should be done always when someone wants to update) and test with former used...

Jump to post
  • Sat Feb 10, 2024 3:54 pm
  • Replies 7
  • Views 1478
Re: Provider upgrades to PHP 8.1 so i guess i have to upgrade to a newer version

Hi there, I am currently running Opencart version 2.3.0.2 on PHP 7.4.33. Today i have gotten a email from my provider that they will upgrade the server to php 8.1 I am afraid i have to upgrade to a newer opencart version. Wich one should i upgrade to? A 3x version or straight to 4x? Any thoughts ar...

Jump to post
  • Fri Feb 09, 2024 10:09 pm
  • Replies 7
  • Views 1478
Re: Translate portuguese version 4.0.2.1

paulfeakins wrote:
Thu Feb 08, 2024 12:33 am
rcarvalho wrote:
Wed Feb 07, 2024 9:58 pm
not working
Read this: https://www.antropy.co.uk/blog/how-to-r ... right-way/
Nice .. whenever you answer you try to promote your webseite ..
But whe have already some here to read for such cases: viewtopic.php?t=200480

Jump to post
  • Thu Feb 08, 2024 2:24 am
  • Replies 4
  • Views 422
Re: V 4.0.2.3 - System Settings

Beside the fact that the mentioned website is extremely slow!
What do you expect from us here to answer?

Jump to post
  • Thu Feb 08, 2024 2:20 am
  • Replies 12
  • Views 838
Re: Mail delivery failed: returning message to sender

.. missing a valid Message ID in the header ..
And which header and which valid ID ??
Sounds to me that they not really know what's going on.

Jump to post
  • Thu Feb 08, 2024 2:18 am
  • Replies 2
  • Views 507
Re: Kann man verschiedene Optionen kombinieren?

Hi, mittlerweile sind ja ein paar Jahre ins Land gegangen? Gibt es hier mittlerweile etwas für Shopversion 4.x ? Abgesehen davon daß OC 4.x (Stand mit heute 1.2.2024) noch nicht wirklich brauchbar für einen Produktiveinsatz ist, eventuell das hier: https://www.opencart.com/index.php?route=marketpla...

Jump to post
  • Thu Feb 01, 2024 4:02 pm
  • Replies 11
  • Views 3989
Re: Load controller of a plugin in an other controller file

I would call the function like this:

Code: Select all

$this->controller_extension_module_membership_process

Jump to post
  • Mon Jan 29, 2024 3:59 pm
  • Replies 2
  • Views 336
Re: Verify Customer age by ID or Passport

Usually all existing extensions do only a simple - and no valid! - check of somewhat is called "Age Check". User can define his age and the stupid logic in the extension will accept any input - as long the age is over as required by law (14/16/18 or 21). Beside this, no log is made. So, wh...

Jump to post
  • Sun Jan 28, 2024 4:47 pm
  • Replies 7
  • Views 1692
Re: [SOLVED] SEO Keywords: is there a Max Char limit?

More important than many words - or a long phrase - is the relevance to the given text / page. And no repetition! Also only one (1) keyword per page. There are many sites and tools there, just two of them: https://neilpatel.com/ubersuggest/ and https://trends.google.com/trends/ Also a big difference...

Jump to post
  • Fri Jan 19, 2024 10:51 pm
  • Replies 7
  • Views 595
Re: SEO Keywords: is there a Max Char limit?

Can I change that? To 10000 for example? There are always some funny guys sometimes somewhere outside .. It's an old discussion about how many .. what for should be 10.000 good??? See e.g.: https://stackoverflow.com/questions/3812143/how-many-keywords-are-ideal-for-the-meta-keywords-tag Beside this...

Jump to post
  • Fri Jan 19, 2024 3:49 pm
  • Replies 7
  • Views 595
Re: Every time when I want to update a product I get this error how do I solve it...has anyone had a problem like this O

That line says at all: Table 'thesjbbl_onlinestore.oc_ump_product' doesn't exist
Seems you are using an extension because this table is not OpenCart standard.
Either reinstall or remove that extension.
Or check by your own which table and content is created by which extension and add id manually.

Jump to post
  • Thu Jan 18, 2024 11:50 pm
  • Replies 2
  • Views 284
Re: Is OpenCart 3.0.3.9, support PHP version 8.1.26 or 8.2.13

paulfeakins wrote:
Mon Jan 15, 2024 8:17 pm
liprotech.in wrote:
Fri Dec 22, 2023 5:15 pm
Our AWS Plesk
Also AWS is awful and Plesk is awful.

Find a better host and use Virtualmin.
Basically every cloud service is awful.
But Plesk, working with that since 2 decades - had no better administration.

Jump to post
  • Mon Jan 15, 2024 11:15 pm
  • Replies 18
  • Views 2155
Re: Is OpenCart 3.0.3.9, support PHP version 8.1.26 or 8.2.13

I would rework this line: $_['text_powered'] = 'Offerto da <a href="http://www.opencart.com">OpenCart</a><br /> %s &copy; %S'; to: $_['text_powered'] = 'Offerto da <a href="http://www.opencart.com">OpenCart</a><br /> %s &copy; %s'; ( instead S use s )

Jump to post
  • Fri Jan 12, 2024 5:16 pm
  • Replies 18
  • Views 2155

Search found 7172 matches