Search found 68 matches

Search found 68 matches

Re: Opencart 3.0.2 and PHP 7.xx & Journal3

Hi guys!

I run 2 sites with 3.0.2.0 .
One with Journal v3.0.46
And another with v3.1.8

Now guess what? The one with v3.0.46 runs without problems with PHP 7.4 while the newer Journal cant.
Any idea what is going on?

Jump to post
  • Wed Jan 31, 2024 4:34 am
  • Replies 25
  • Views 15822
Re: Schema JSON-LD For Product Review Mod - Needs Comma

If you want to buy SEO pack with all need I recommend SEO Pack Ultimate - All in One
I use it in all my sites

Jump to post
  • Sat Sep 26, 2020 9:26 pm
  • Replies 7
  • Views 8369
Re: How to add meta description in manufacturer list?

Here is the OCMOD file: <?xml version="1.0" encoding="utf-8"?> <modification> <name>Meta desc in manufacturer list</name> <version>1.0</version> <author>masterross</author> <code>MDML</code> <description>Addind Meta desc in manufacturer list</description> <link>https://www.cerami...

Jump to post
  • Fri Sep 25, 2020 6:16 pm
  • Replies 5
  • Views 788
Re: How to add meta description in manufacturer list?

If you can't find an extension, you could pay a developer such as ourselves or post a job in the Commercial Support Forum . Or you could be more friendly and share the right syntaxis which is: if (isset($this->request->get['route']) && $this->request->get['route'] == 'product/manufacturer')...

Jump to post
  • Fri Sep 25, 2020 5:37 pm
  • Replies 5
  • Views 788
Re: How to add meta description in manufacturer list?

Thanks mate,
but this extention adds data to page:
index.php?route=product/manufacturer/info&manufacturer_id=xx

I'm looking to add data to:
index.php?route=product/manufacturer

Jump to post
  • Fri Sep 25, 2020 8:58 am
  • Replies 5
  • Views 788
How to add meta description in manufacturer list?

Hi guys, I'm trying to add meta description in manufacturer list but I get stuck. I tried in catalog/controller/common/header.php in public function index() { if ((isset($this->request->get['route'])) AND ($this->request->get['route'] = 'product/manufacturer')) { $data['description'] = 'Test manufac...

Jump to post
  • Fri Sep 25, 2020 6:12 am
  • Replies 5
  • Views 788
Re: leave EXIF info on upload and in cache?

Using for copyrighting and SEO.
Unfortunately, I couldn't able to compress the images.

Jump to post
  • Wed Jun 03, 2020 7:07 pm
  • Replies 23
  • Views 4060
Re: leave EXIF info on upload and in cache?

Yep. Your script compresses the the images well but also stip the exif which I need in my images.
Function thumbnailImage clear the exif.
I tried to change it with resizeImage but cant compress them :(

Jump to post
  • Sat Apr 11, 2020 12:53 am
  • Replies 23
  • Views 4060
Re: Malicious JavaScript injected

Thx guys, Baning IPs won't help :) Not sure are these queries related but they are thousands and attacker did 4 requests for each string The links start with these: https://www.example.com/index.php?route=product/product&path=4_16&product_id=6946 https://www.example.com/index.php?route=produ...

Jump to post
  • Sat Jan 25, 2020 6:30 am
  • Replies 5
  • Views 2003
Malicious JavaScript injected

Hi guys, Looks like one of my clients site was injected with Malicious code. OC 2.3.0.2 standart theme ./catalog/view/javascript/common.js ./catalog/view/theme/default/template/checkout/payment_method.tpl was modified trying to steal CC info. I check the logs and on that date I see SQL injection tri...

Jump to post
  • Sat Jan 25, 2020 1:06 am
  • Replies 5
  • Views 2003
Re: Featured/related products by other vendors in Manufacturer category?

Hi mate,

Unfortunately, there is no "Design" tab in Manufacturers.
Such an option exist only in Products.
I found semi-solution but it's applied at all manufacturers. Cant separate them.

Regards,
Ross

Jump to post
  • Sat Nov 02, 2019 10:17 pm
  • Replies 3
  • Views 289
Featured/related products by other vendors in Manufacturer category?

Hi, Is it possible to show Featured/related products by other vendors in the Manufacturer categories? For example: in Sony Manufacturer, I want to show related/featured products from other manufacturers (Samsung, Apple, etc.) at the bottom of the page SOLVED: Needed to add new Layout and in the rout...

Jump to post
  • Sat Nov 02, 2019 9:38 pm
  • Replies 3
  • Views 289
Theme template edited by ocmod extention doesnt used by Opencart 3.0.2.0

Hi, Can you help me with Opencart 3.0.2.0? I really hate the template parse engine. I used an extension to modify the twigs and I can see in storage/modification the files are modified but it is not used! Clearing cache from gear and manually doesnt work. How the hell to tell OC 3 to use twig modifi...

Jump to post
  • Mon Oct 28, 2019 7:43 pm
  • Replies 1
  • Views 738
Re: GA Ecommerce Tracking

OMG
Thank mate!
I lost a few hours to write a code when it already exists...

Jump to post
  • Sun Jul 21, 2019 6:09 am
  • Replies 3
  • Views 820
GA Ecommerce Tracking

Hi guys, I'm trying to add ga Ecommerce Tracking to OC 2.3.0.2. But it looks I cant send order_tracker array to success.tpl Can you help? Here is the code: <?xml version="1.0" encoding="UTF-8"?> <modification> <name>>Add GA Ecommerce Tracking</name> <code>ga-ecommers-tracking</co...

Jump to post
  • Sun Jul 21, 2019 5:54 am
  • Replies 3
  • Views 820
Re: leave EXIF info on upload and in cache?

Hi, Your Additional Product Image Size (W x H) in the product page is set by the theme 90x60. However, I see that in some products real images thumbs are 60x60. For example here: http://www.opencart.li/bright/Abgrenzen-research-p376c34c39.html <img src="http://opencart.li/bright/image/cache/dat...

Jump to post
  • Mon Jul 01, 2019 12:11 am
  • Replies 23
  • Views 4060
Re: leave EXIF info on upload and in cache?

@IP_CAM This optimization is according to PageSpeed recommendations. However, gtmetrix doesn't like EXIF :) Bellow is the full working code. If you want to remove EXIF uncomment the corresponding line. Regards! <?php /** * LICENSE * * This source file is subject to the GNU General Public License, Ve...

Jump to post
  • Sun Jun 30, 2019 6:26 am
  • Replies 23
  • Views 4060
Re: leave EXIF info on upload and in cache?

@IP_CAM I added jpeg optimization: public function save($file, $quality = 70) { // Set image compression $this->_image->setImageCompressionQuality($quality); // Set image format $this->_image->setImageFormat($this->_info['mime']); // Optimize if ($this->_info['mime'] == 'JPEG') { $this->_image->setI...

Jump to post
  • Sat Jun 29, 2019 3:33 pm
  • Replies 23
  • Views 4060
Re: leave EXIF info on upload and in cache?

Another bug found:

Code: Select all

'mime'   => $this->_image->getFormat()
Should be:

Code: Select all

'mime'   => $this->_image->getImageFormat()

Jump to post
  • Sat Jun 29, 2019 3:24 pm
  • Replies 23
  • Views 4060

Search found 68 matches