Search found 36 matches

Search found 36 matches

Re: [How to] Add watermark to image???

Opencart 2.1.0.2 $image = new Image(DIR_IMAGE . $old_image); $image->resize($width, $height); // you have to add this two lines $imageW = new Image(DIR_IMAGE . 'path/to/image/in/image/folder.png'); $image->watermark($imageW, 'bottomright'); // topleft , topright , bottomleft or bottomright $image->...

Jump to post
  • Sat Nov 18, 2017 2:47 am
  • Replies 28
  • Views 33209
Re: Remove Red Asterisk

Thanks I was searching: hide / remove asterisk required field css opencart

and came across this thread. I made a small modification to your code and got it to work successfully. Thanks.

Code: Select all

.required .control-label:before {
	display: none;
}

Jump to post
  • Sun Sep 24, 2017 6:03 am
  • Replies 4
  • Views 802
OpenCart Server Compression vs. nginx Gzip compression

I currently am using nginx as a proxy, which compresses all my files using gzip.

What is the difference between this compression and the Output Compression Level (gzip compression) in the Settings --> Server tab?

Jump to post
  • Sat Sep 23, 2017 8:12 pm
  • Replies 0
  • Views 2091
Re: First attempt, vqmod simple mod

Thanks, I made a few other mistakes too. Also, I used a vQmod XML generator by UKSB and it is working now. Here is the output. <modification> <id><![CDATA[Add and Remove Parts to Account Page]]></id> <version><![CDATA[1.0]]></version> <vqmver><![CDATA[2.x]]></vqmver> <author><![CDATA[Me]]></author> ...

Jump to post
  • Sat Aug 26, 2017 6:44 am
  • Replies 2
  • Views 499
First attempt, vqmod simple mod

Since there are constant updates to a theme I use, I made an attempt at a vQmod to do the changes for me automatically on an account.tpl file. However, the vQmod is not working. Any input would be much appreciated to get it working.. <?xml version="1.0" encoding="UTF-8"?> <modifi...

Jump to post
  • Sat Aug 26, 2017 2:57 am
  • Replies 2
  • Views 499
Developer Needed for Custom Work

I am currently using journal 2 theme and would like to add a field to the quick-checkout supplied with journal 2 theme. The field will essentially be "date of event" that will supply a dropdown calendar to select the date. If you are developer and think you can handle the task please PM me...

Jump to post
  • Tue Aug 22, 2017 7:21 am
  • Replies 0
  • Views 867
Optimizations for nginx

My server is running with nginx. I have configured a few settings including: # enable gzip compression gzip on; gzip_disable "MSIE [1-6]\.(?!.*SV1)"; gzip_http_version 1.1; gzip_vary on; gzip_comp_level 4; gzip_proxied any; gzip_types text/plain text/xml text/html text/css application/json...

Jump to post
  • Tue Jun 06, 2017 3:22 am
  • Replies 1
  • Views 3892
Re: Help with options

2.3.0.2


and that did do the trick. thank you for your help

Jump to post
  • Tue Jan 03, 2017 11:59 pm
  • Replies 3
  • Views 547
[SOLVED] Help with finding an option a product is using

Hi I currently have two options for Color. One is "color" and the other is "Color". "color" has one option value name that is blue and I am trying to delete this. However, when trying to delete it, I get an error " Warning: This option cannot be deleted as it is cu...

Jump to post
  • Tue Jan 03, 2017 12:51 am
  • Replies 3
  • Views 547
Help with errors

Long story short, I have A LOT of errors. I am running an e-commerce site and just learning web stuff so help is more than appreciated.. PHP Notice: Undefined index: image in [path]/admin/model/catalog/option.php on line 42 41: if ($option_value['option_value_id']) { 42: $this->db->query("INSER...

Jump to post
  • Fri Dec 30, 2016 1:53 pm
  • Replies 1
  • Views 352
[solved] google / gmail couldn't verify OpenCart email

I noticed a question mark next to my email (something interesting in my gmail) for an automated OpenCart message sent with a SMTP configuration of ssl://smtp.gmail.com for Mail in Settings. As Below: "Google / gmail couldn't verify that [yourdomain.com] actually sent this message (and not a spa...

Jump to post
  • Thu Dec 29, 2016 1:53 pm
  • Replies 1
  • Views 865
Automatically remove decimal places in price for product

I saw a post here: https://forum.opencart.com/viewtopic.php?f=20&t=42133 It recommends to hide the .00 when it is .00 and only show decimals when they are needed (ie: .68) to change the following code in system/library/currency.php: return $string; Into: return str_replace('.00','',$string); I d...

Jump to post
  • Thu Dec 29, 2016 12:48 am
  • Replies 5
  • Views 4039
Re: Google Base Feed Errors: Missing Attributes, Identifiers

uksitebuilder wrote:Please advise your OpenCart version
OpenCart 2.3.0.2

Jump to post
  • Tue Dec 20, 2016 6:56 am
  • Replies 3
  • Views 2003
Google Base Feed Errors: Missing Attributes, Identifiers

I am using the Google Base feed to upload products into Google Shopping and am receiving a ton of errors within Merchant Center. Anyone know how to correct the below errors? Missing required attribute: gender Missing required attribute: color Missing required attribute: size Missing required attribu...

Jump to post
  • Tue Dec 20, 2016 4:15 am
  • Replies 3
  • Views 2003
Re: Errors with geo_zone.php

Thank you for your help. It is much appreciated. I will post back if any other errors post..

Jump to post
  • Fri Dec 09, 2016 3:56 am
  • Replies 6
  • Views 879
Re: Errors with geo_zone.php

Yes, I did match the vqmod errors with a vqmod. Thank you as I have contacted the developer.

Also, any idea about the geo_zone.php errors?

Jump to post
  • Fri Dec 09, 2016 12:01 am
  • Replies 6
  • Views 879
Errors with geo_zone.php

I am running OpenCart 2.3.0.2 and getting the following errors for the following file: /admin/model/localisation/geo_zone.php PHP Notice: Undefined index: zone_id in [route]/admin/model/localisation/geo_zone.php on line 28 PHP Notice: Undefined index: zone_id in [route]/admin/model/localisation/geo_...

Jump to post
  • Thu Dec 08, 2016 2:25 pm
  • Replies 6
  • Views 879
Re: how to upgrade from 2.0.1.1 to 2.0.2.0 quickly

Doing a clean install and re-setting everything would take way too long. I will use this only if no other option exists...

Jump to post
  • Wed Apr 08, 2015 2:11 am
  • Replies 6
  • Views 2655
Re: how to upgrade from 2.0.1.1 to 2.0.2.0 quickly

I also am trying to upgrade from 2.0.1.1 to 2.0.2.0.

I created a changes-only patch (here is a zip http://www.filedropper.com/2011to2020changesonlypatch ).

I ran the upgrade, but it failed.

So if the patch helps you to find a way to upgrade please share..

Jump to post
  • Wed Apr 08, 2015 1:47 am
  • Replies 6
  • Views 2655

Search found 36 matches