Search found 211 matches

Search found 211 matches

jrr

Looking to integrate speadsheet date with products - OC 3.0.3.6

I have a thousands of diodes and transistors - and I am looking for a way to integrate the transistor/diode/etc name with a spreadsheet list. As an example, a transistor called 2N6122 - looking at the spreadsheet it has values of Material, Polarity, Power Dissipation, Vcb, DC Current Gain, and many ...

Jump to post
  • Thu Mar 18, 2021 5:47 am
  • Replies 4
  • Views 467

jrr

[SOLVED] Two Primary Keys in one Table - oc_product_description - OC 3.0.3.6

I was rummaging around the DB just looking it over as I'd had some trouble with searches when I found that oc_product_description had two primary keys! These are found in product_id and language_id when one looks at the structure under phpMyAdmin. Note I am running php 7.3.x, and my collation is utf...

Jump to post
  • Tue Mar 16, 2021 12:44 pm
  • Replies 2
  • Views 562

jrr

Re: Captcha 3 not blocking bots from registering...3.0.3.6

You can use our SpamBot Buster which uses both a honeypot trap and also checks for required mouse/touch/keyboard events to distinguish between a genjuine human user and a spambot. Ah, I already bought a different honeypot (Honeypot Spam Robot Protection) which seems to be working OK - no new junk r...

Jump to post
  • Thu Mar 11, 2021 8:30 am
  • Replies 5
  • Views 662

jrr

Re: Captcha 3 not blocking bots from registering...

sw!tch wrote:
Tue Mar 09, 2021 5:41 am
An old school HoneyPot method is still pretty effective. Lots of examples you can use.
Thanks, I found a Honeypot extension that looks like it will do the job. If it works I'll post it here with a [Solved].

Jump to post
  • Tue Mar 09, 2021 3:01 pm
  • Replies 5
  • Views 662

jrr

[Solved] Captcha 3 not blocking bots from registering...3.0.3.6

I'm getting a couple every day or two - new 'customers' with a name like TreedWise TreedWiseNM. Always with the last two letters capitalized, and the first name doubled. I'm running the default extension/extension/Captcha Goggle reCAPTCHA extension. Had this problem with my previous shopping cart (o...

Jump to post
  • Tue Mar 09, 2021 5:10 am
  • Replies 5
  • Views 662

jrr

Re: Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 40 bytes) in /home/xxxxxxx/www/syst

This is way too much memory requirement for an OpenCart web server. What exactly do mean by "saving a website"? If it is just a DB backup, and your DB happens to be very large, it's better to use PHPMyAdmin for this. Not saying it is not too much memory as I don't know the answer, but I c...

Jump to post
  • Tue Mar 09, 2021 4:48 am
  • Replies 6
  • Views 1739

jrr

Re: Checkout Page blank in 3.0

I too tried your Checkout page using Firefox 86.0 - I stopped at the point where it asked for my name and address but it seemed to be working. If you resolved the problem can you edit your original post (look for the pencil symbol about your post) and add [SOLVED] to the subject line? If not resolve...

Jump to post
  • Mon Mar 01, 2021 6:54 am
  • Replies 3
  • Views 223

jrr

Re: error log PHP Notice: Undefined index: manufacturer (OC 3.0.3.6)

I am unable to get a response from the developer drugoe.de who made a great shipping extension for Canada Post and FedEx that I am having trouble with but they no longer reply to me. We were on good terms and I had simply asked a question on their FedEx extension which wouldn't produce shipping labe...

Jump to post
  • Sun Feb 28, 2021 3:05 am
  • Replies 6
  • Views 957

jrr

Re: error log PHP Notice: Undefined index: manufacturer (OC 3.0.3.6)

Thanks, I think I see now, I went to the storage/etc///file and found the source extension - which was listed early in the php code, and have disabled it. Now to see if that stops the error messages. It is a extension creator I am not able to communicate with any more - I send notes and they do not ...

Jump to post
  • Mon Feb 22, 2021 3:30 pm
  • Replies 6
  • Views 957

jrr

error log PHP Notice: Undefined index: manufacturer (OC 3.0.3.6)

(OC 3.0.3.6 - default theme, usual assortment of extensions) I'm got many (over 900) occurrences of this error and I can't identify what extension or change I may have done to trigger it: PHP Notice: Undefined index: manufacturer in /.../storage/modification/admin/controller/catalog/product.php on l...

Jump to post
  • Mon Feb 22, 2021 11:07 am
  • Replies 6
  • Views 957

jrr

[SOLVED] adding Model (Part #) to the search results - OC 3.0.3.6

Jonathan was a big help to me with this question I had of adding Model to the search - he suggested adding: ------------------------------------------------------------------------------ IN: /catalog/controller/product/search.php REPLACE: 'name' => $result['name'], WITH: 'name' => $result['name'] . ...

Jump to post
  • Wed Feb 17, 2021 3:49 am
  • Replies 1
  • Views 623

jrr

Re: Unable to email opencart@zendesk.com - does not exist!

The contact form wants an order number.

I figured if one wants to send a more general request - like why don't OC extension invoices include the name of the extension one is buying - then why not simply email them?

Jump to post
  • Mon Feb 15, 2021 11:12 am
  • Replies 5
  • Views 902

jrr

Re: v3.0.3.6 to v.3.0.3.7

I would not recommend changing to 3.0.3.7 from 3.0.3.6 as there are probably still bugs to be worked out of 3.0.3.7 so why be the guinea pig - unless you love troubleshooting and your livelihood does not depend on your web site running. Not many extensions have been tested on '7' so I suggest sticki...

Jump to post
  • Sun Feb 14, 2021 2:36 pm
  • Replies 3
  • Views 1123

jrr

Unable to email opencart@zendesk.com - does not exist!

I wanted to send a note to the folks at OC and crafted a friendly letter that I addressed to the Support email of "opencart@zendesk.com" (https://www.opencart.com/index.php?route=support/contact) and I got back "The email account that you tried to reach does not exist. Please try doub...

Jump to post
  • Sun Feb 14, 2021 6:06 am
  • Replies 5
  • Views 902

jrr

Re: Fatal Error - something about "os.description", can't figure out where this is coming from... 3.0.3.6

Think I found the guilty extension. I am now disabling it - it was an order history extension that appears to not work as it should. I will edit the subject with a <Solved?> until I am sure to avoid wasting anyone else's time.
Thanks!
John :-#)#

Jump to post
  • Fri Feb 12, 2021 9:18 am
  • Replies 23
  • Views 1361

jrr

<Solved?> Fatal Error - something about "os.description", can't figure out where this is coming from... 3.0.3.6

OC 3.0.3.6 Default theme, a number of extensions added... I'm getting the following error msg: PHP Fatal Error: Uncaught Exception: Error: Unknown column 'os.description' in 'field list'<br />Error No: 1054<br />SELECT o.order_id, o.firstname, o.lastname, os.name as status, os.description as status_...

Jump to post
  • Fri Feb 12, 2021 8:57 am
  • Replies 23
  • Views 1361

jrr

Re: Website is blank...(seems OK now)

As the web site is back up can the OP (cavegirl) let us know what was the problem and also put "[SOLVED]" in the original subject if fully resolved? Cures can be as interesting as the problem...(look for the pencil-like thing "/" to enable edit - just above).

Jump to post
  • Wed Feb 10, 2021 6:50 am
  • Replies 21
  • Views 1473

jrr

Re: Adjusting size of product listings in the Grid. (OC 3.0.3.6, default theme)

So what exactly do you want? Four Products per row? As mona suggested, provide a screenshot or something. Pretty much - I would like to start with perhaps four products in a row, changing to three, two, or one as the width decreases. Perhaps someone made an extension for that, but I couldn't find i...

Jump to post
  • Tue Feb 09, 2021 6:22 am
  • Replies 6
  • Views 776

jrr

Re: Adjusting size of product listings in the Grid. (OC 3.0.3.6, default theme)

Hmm, well, it isn't an overlooked setting, but in the code, or a bothersome extension - Nah, that never happens! (right?). OK, with your suggestions now I can do some digging to find out perhaps why it is misbehaving - assuming that is the case. My web site is https://www.flippers.com/catalog_oc and...

Jump to post
  • Mon Feb 08, 2021 2:24 pm
  • Replies 6
  • Views 776

Search found 211 matches