Search found 21 matches

Search found 21 matches

Re: Change image sizes (WxL) for new uploads only

OC version. You'd need to modify your catalog/controller/tool/image.php and admin/controller/tool/image.php file where this line: $image->resize($width, $height); could become: if ($this->config->get('config_new_image_width') && $this->config->get('config_new_image_height')) { $image->resiz...

Jump to post
  • Tue Jun 07, 2022 6:11 pm
  • Replies 11
  • Views 755
Re: Change image sizes (WxL) for new uploads only

Besides the image quality problem (if I were to upload better images) there is the SEO aspect. Updating the size of the existing images will change the image URL which will result in broken images in Google and across all other marketing channels (Pinterest etc). I was aiming for a way so that the n...

Jump to post
  • Thu Mar 31, 2022 8:40 pm
  • Replies 11
  • Views 755
Re: Change image sizes (WxL) for new uploads only

Is there are a way to change the size of newly uploaded images let's say from 500x500 to 100x100px? If I do it via System>Settings>Image, OpenCart will update all the current uploaded images, which will affect all the Google ranked images and the quality of the images. I have uploaded one via FTP a...

Jump to post
  • Wed Mar 30, 2022 11:35 pm
  • Replies 11
  • Views 755
Change image sizes (WxL) for new uploads only

Is there are a way to change the size of newly uploaded images let's say from 500x500 to 100x100px? If I do it via System>Settings>Image, OpenCart will update all the current uploaded images, which will affect all the Google ranked images and the quality of the images. I have uploaded one via FTP an...

Jump to post
  • Tue Mar 29, 2022 5:50 pm
  • Replies 11
  • Views 755
Re: 403 Forbidden Access after Setting Save in Admin

Simply change the URL from sitemap to sitemaps (or any other name you may want) - as it basically conflicts with another module you may have installed.

Code: Select all

UPDATE `opc_url_alias` SET `keyword` = 'sitemaps';
It worked on Opencart 2.1.0.2

Jump to post
  • Wed May 02, 2018 12:17 am
  • Replies 17
  • Views 12164
Re: 2.2.0.0 Upgrade Script Improvements by Qphoria - TEST PL

The link is broken, it would be fab if you can fix it for us ;o)

Many thanx
@lex

Jump to post
  • Mon Jan 09, 2017 5:32 pm
  • Replies 248
  • Views 99332
Re: SEO Friendly URL tags

MarketInSG wrote:You may wish to consider this: https://www.opencart.com/index.php?rout ... n_id=12422

Many thanks for taking time to reply.
It looks like this may do ;o)


Cheers

Jump to post
  • Mon Nov 21, 2016 11:57 pm
  • Replies 2
  • Views 754
SEO Friendly URL tags

I am looking to update to the OC 2.0 version but I cannot find a solution to make the product tags to be SEO friendly i.e from: http://website.com/index.php?route=product/search&tag=something http://website.com/product/search&tag=something Basically getting rid of the index.php?route= Any id...

Jump to post
  • Thu Nov 17, 2016 10:54 pm
  • Replies 2
  • Views 754
Recaptcha for the admin login

Hey OC guys, After many hours of forum reading and code testing I thought to turn to the OC forum for help. To help protecting the admin for hacking attacks, I would like to implement the Google Re-captcha on the admin login page; ANY HELP would be GREATLY appreciated! I think this will be a very us...

Jump to post
  • Tue Aug 16, 2016 10:40 pm
  • Replies 2
  • Views 1768
Re: SEO URL friendly URL for the A - Z on manufacturer page

Ooops nobody knows :(; plan B ---- more waiting, maybe someone will advise.
pleaseee

Jump to post
  • Fri Jan 29, 2016 12:38 am
  • Replies 2
  • Views 428
Re: SEO URL friendly URL for the A - Z on manufacturer page

Nobody knows how I can do this :(((((

I am thinking htaccess sau seo_url.php, any thoughts, please

Jump to post
  • Fri Jan 15, 2016 9:07 pm
  • Replies 2
  • Views 428
SEO URL friendly URL for the A - Z on manufacturer page

I have looked on the net but not getting very far :( The links for the A - Z on manufacturer page do not show in the SEO friendly form. (see attached screenshot) They appear as: <p><b>A-Z of Tile Brands:</b> <a href="index.php?route=product/manufacturer#B"><b>B</b></a> <a href="index....

Jump to post
  • Wed Jan 13, 2016 10:47 pm
  • Replies 2
  • Views 428
Re: How can I create a manufacturer detailed page

Ernie ta very much for your efforts!

It gives me a starting point.

Work smart not hard.

Jump to post
  • Thu May 07, 2015 7:06 pm
  • Replies 4
  • Views 704
Re: How can I create a manufacturer detailed page

I would like more of a detailed page something like the product detailed page template.
It would be absolutely fantabulous if this is pos ;o)

Jump to post
  • Wed May 06, 2015 10:16 pm
  • Replies 4
  • Views 704
How can I create a manufacturer detailed page

I have been trying for days to find out how can I create a manufacturer detailed page linked from the manufacturer list.

Hopefully someone will help so my hair doesn't go any greyer

Ta
Alex

Jump to post
  • Sat May 02, 2015 7:43 pm
  • Replies 4
  • Views 704
How to display an attribute on the cart page

How can you display the allocated attribute for the products currently in the cart.
For example a sold by attribute per piece, per box etc.

Help is needed please!
Ta
Alex

Jump to post
  • Fri Sep 19, 2014 8:15 pm
  • Replies 1
  • Views 368
Re: How to attach a .pdf or.doc file to the opencart 1.4webs

I know is an old topic but I have managed after hours to workout why I was not able to link to an pdf file, I was beeing served with 'Page not found' Follow these steps: create a folder called /downloadarea/ in root change config.php and admin/config.php to say define('DIR_DOWNLOAD', '/home/(your di...

Jump to post
  • Tue Aug 19, 2014 11:30 pm
  • Replies 7
  • Views 2530
Re: <?php echo $store; ?> doesn't print in footer.tpl

..one more thing you need to add an address echo in your footer like this:
<?php echo $address; ?>

This works in version 1.5.6

Jump to post
  • Fri May 02, 2014 8:36 pm
  • Replies 3
  • Views 1717
Re: <?php echo $store; ?> doesn't print in footer.tpl

Fantabulous explanation, cheers ;o)
I have implemented this in a vqmod 'Show store address in footer' see attachment.
Have fun :)

Jump to post
  • Fri May 02, 2014 8:32 pm
  • Replies 3
  • Views 1717

Search found 21 matches