Search found 98 matches

Search found 98 matches

Upgraded PHP Version - Opencart (vqmod) error

I am running 2.0.3.1. I updated the PHP version from 5.6 to 7.3.7, and my store displays the following: Warning: "continue 2" targeting switch is equivalent to "break 2". Did you mean to use "continue 3"? in /home/firstr11/public_html/cart/vqmod/vqmod.phpon line 675 War...

Jump to post
  • Wed Aug 28, 2019 4:04 am
  • Replies 1
  • Views 1326
Re: Category Link Cleared on Save?

Thanks, Ernie.

For the benefit of any others experiencing that, it turned out to be my web host's fault, instituting a very small post_max_size limit in the php.ini during a recent "server update".

Jump to post
  • Thu Apr 07, 2016 5:38 am
  • Replies 2
  • Views 438
Re: [VQMod] USPS API Update (Latest Update)

I have recently begun getting the following whenever someone chooses to use USPS in my Opencart 2.0.3.1 installation. OC error log: 2016-04-04 11:33:34 - USPS DATA SENT: API=RateV4&XML=<RateV4Request USERID="..........."> <Package ID="1"> <Service>ONLINE</Service> <ZipOrigina...

Jump to post
  • Tue Apr 05, 2016 3:26 am
  • Replies 23
  • Views 10830
Category Link Cleared on Save?

This is an odd one to me (Opencart 2.0.3.1):

If I create a new product or edit an existing one, then save it, the category link is cleared. If I hit my browser "back" button and re-enter the category, it saves fine.

Any ideas what might be going on?

Jump to post
  • Tue Apr 05, 2016 1:41 am
  • Replies 2
  • Views 438
Re: gift voucher invalid

I have found that the easiest way to fix that is to use phpMyAdmin and go into the vouchers table of the database. Change the order number to "0" - zero - indicating administrator created - and it works fine.

Jump to post
  • Sun Feb 21, 2016 5:11 am
  • Replies 3
  • Views 1148
2.0.3.1 to 2.1.0.1

Is that a full upgrade requiring the upgrade script, or is it sufficient to just overwrite the current files?

Jump to post
  • Thu Feb 18, 2016 6:45 am
  • Replies 3
  • Views 1161
Re: Mod Request - Text Page as "Product"

Here's a couple of mock-ups to show what I'm looking for: Category page with the first product listed being the info page: http://firstrays.com/_temp/Sample_Category.jpg And when you click on that, it takes you to the "product" page that looks like this: http://firstrays.com/_temp/Text_Pro...

Jump to post
  • Wed Jan 20, 2016 5:53 am
  • Replies 4
  • Views 716
Re: Mod Request - Text Page as "Product"

Thanks, Ernie, but I'm no coder, so would have no idea how to translate those examples to my "product" idea.

Jump to post
  • Wed Jan 20, 2016 4:54 am
  • Replies 4
  • Views 716
Mod Request - Text Page as "Product"

Is there an existing module out there that can allow an HTML page to be displayed as a product in a category? For example, I have a category of "widgets", with a dozen different designs available. I would like to have a "Guide to Choosing Your Widget" displayed as a selectable it...

Jump to post
  • Tue Jan 19, 2016 5:12 am
  • Replies 4
  • Views 716
New Module Request - Reviews

Because of the differences in package sizes and weights (Thanks, UPS & FedEx for using "dimensional weights" for determining shipping costs), I create separate "products" for the same thing in different sizes - for example, 250 ml, 500 ml, and 1L bottles - rather than having ...

Jump to post
  • Thu Dec 17, 2015 1:36 am
  • Replies 1
  • Views 466
Re: Reset Order_id

Is that really an issue? Let's assume that my last order before resetting is 201501999. if I then use your sql to reset the increment to 160001, I will not have changed any of the prior orders, but new orders from that point will be 160001, 160002, etc., and it is VERY unlikely that I will get 201.3...

Jump to post
  • Tue Dec 15, 2015 6:11 am
  • Replies 6
  • Views 1083
Re: Reset Order_id

Thanks for the response.

I seriously doubt there will be any data clashing going on, as the incremental change to get from a new, shorter number to my current starting point, would be about 75 years worth of orders!

Jump to post
  • Tue Dec 15, 2015 3:39 am
  • Replies 6
  • Views 1083
Reset Order_id

I seem to recall from many moons ago, that one could use phpMyAdmin to alter a table or two to "reset" the order_id. Can someone repeat those instructions? Specifically, my current order ID structure is 201512345, and come January 1, I'd like to shorten it to the last two digits of the yea...

Jump to post
  • Sat Dec 12, 2015 4:42 am
  • Replies 6
  • Views 1083
Bad Redirect - File Not Found

I recently did a fresh install of 2.0.3.1, and populated a new DB by using phpMyAdmin to truncate tables and import them from the old DB. I then renamed the installation directory to my preferred one, altering the config.php and admin/config.php files accordingly. All seems to be working well, but w...

Jump to post
  • Tue Nov 24, 2015 5:44 am
  • Replies 0
  • Views 242
Fresh Install of 2.1.0.1 - Banners Cannot be Disabled

I realize this is a "cosmetic" point, but with a fresh install, I was able to disable the Manufacturers Slideshow. I changed the Home Page Slideshow to include three of my own images, and now neither can be disabled - the Banner Manager screen shows they are, but they just keep on cranking...

Jump to post
  • Sat Oct 17, 2015 3:47 am
  • Replies 0
  • Views 247
Re: Permission Denied. You do not have permission to access

Well, I ran into this same issue, and tried the pm-netti suggestion.

Still no-go.

Any other suggestions?

Jump to post
  • Wed Oct 14, 2015 12:54 am
  • Replies 5
  • Views 1718
Re: Upgrade Error 2.0.3.1 to 2.1.0.1

OK, after adding define('DB_PORT', '3306'); to both config.php files, I now see this:

Image

So what in hell is going on? What can I do to fix it? Thanks for any help.

Jump to post
  • Tue Oct 13, 2015 6:39 am
  • Replies 14
  • Views 3641
Re: Upgrade Error 2.0.3.1 to 2.1.0.1

you need to add this to bottom of both config.php files define('DB_PORT', '3306'); What and Where would that have written to the DB??? After doing that i now get multiple error messages at the top of all store and admin pages (which I cannot log into): Notice: unserialize(): Error at offset 0 of 78...

Jump to post
  • Mon Oct 12, 2015 9:09 pm
  • Replies 14
  • Views 3641
Upgrade Error 2.0.3.1 to 2.1.0.1

Followed upgrade instructions to the "T", navigate to the "install" directory fine, but upon clicking "Upgrade", I get a whole page of errors, starting with: Notice: Use of undefined constant DB_PORT - assumed 'DB_PORT' in /home/firstr11/public_html/cart2/install/model/...

Jump to post
  • Mon Oct 12, 2015 12:08 am
  • Replies 14
  • Views 3641
Misalignment in Product Manager

Can anyone explain why my 2.0.3.1 installation shows Image, Product Name, and Model correctly, leaves the price column blank , then shows the Price in the Quantity column , Quantity in the Status column , and Status in the Action column? How do I fix it? http://firstrays.com/Pictures/Product_Manager...

Jump to post
  • Sat Sep 05, 2015 12:55 am
  • Replies 1
  • Views 747

Search found 98 matches