Search found 4938 matches

Search found 4938 matches

Re: Planning a new OC 3.0.x.x release

3.0.4.0 for sure. Is there a release date for this? I just downloaded 3.0.3.9 planning to upgrade to it so I can use PHP 8 when I saw this post so now want to wait for the latest version.

Jump to post
  • Fri Feb 23, 2024 12:54 am
  • Replies 26
  • Views 1494
Fixing CLS issues for Google?

So I prioritized mobile in my opencart v3.0.3.2 default template and am now getting excellent scores for mobile, but at the same time, it lowered my desktop score due to CLS issues. Any suggestions to improve CLS for desktop while keeping things priortized for mobile which Google loves? Feel like th...

Jump to post
  • Tue Oct 31, 2023 7:17 pm
  • Replies 1
  • Views 162
Re: Move add to cart button on mobile view (default template)

Doing that totally destroys the layout on desktop and tablets. I ONLY want the change to be on small screens.

Jump to post
  • Fri Aug 25, 2023 9:56 am
  • Replies 8
  • Views 859
Re: Move add to cart button on mobile view (default template)

Basically, the default template has 4 parts which display as: |---------pic-------------| |-----------buy-------------| |---description tabs-| |-------related products----------------------------| This is fine for large and medium screens. But for Small/xsmall screens, I want to do: |---------pic---...

Jump to post
  • Wed Aug 23, 2023 7:48 pm
  • Replies 8
  • Views 859
Re: Move add to cart button on mobile view (default template)

Hi, it involves a simple adjustment of the code position within your Twig file. Can you give more details than that? I've looked at the twig file and I cannot figure out how it places what where when the screen size changes. I assume it puts the right hand column which is where the title/price/buy ...

Jump to post
  • Wed Aug 23, 2023 7:14 pm
  • Replies 8
  • Views 859
[solved] Move add to cart button on mobile view (default template)

One thing I hate about the way the default 3.0.3.2 theme shows the product page on mobile is that it moves add to cart all the way to the bottom. I've been trying to figure out how to move it to just under the images when viewed on a mobile screen but cannot for the life of me figure it out. Its fin...

Jump to post
  • Wed Aug 23, 2023 7:53 am
  • Replies 8
  • Views 859
Re: crazy long affiliate links!

ADD Creative wrote:
Tue Aug 15, 2023 7:48 am
You could try modifying the line at the link below. Change the token(64) to a smaller number.

https://github.com/opencart/opencart/bl ... r.php#L130
Thanks! That seems to have done the trick!

Jump to post
  • Wed Aug 16, 2023 8:55 pm
  • Replies 7
  • Views 679
Re: crazy long affiliate links!

Just discovered for some odd reason, opencart (v3.0.3.2) is generating CRAZY long affiliate link codes for my customers. Like peixlImJr5kuyH03bqrtz6iOJ9mwezwbTSeBwhLLjHDZqUOMA0MYqeaiGUStMpqd I do have 78999 registered customers (though most don't need affiliate codes though of course opencart 3 aut...

Jump to post
  • Mon Aug 14, 2023 11:34 pm
  • Replies 7
  • Views 679
Re: crazy long affiliate links!

ADD Creative wrote:
Sun Aug 13, 2023 9:04 pm
Where are you seeing the long codes?
Looking at the customer table in phpmyadmin after a customer told me about it. If I register myself and then look at the affiliate code it gives me, I also see a long one like this.

Jump to post
  • Mon Aug 14, 2023 11:33 pm
  • Replies 7
  • Views 679
[solved] crazy long affiliate links!

Just discovered for some odd reason, opencart (v3.0.3.2) is generating CRAZY long affiliate link codes for my customers. Like peixlImJr5kuyH03bqrtz6iOJ9mwezwbTSeBwhLLjHDZqUOMA0MYqeaiGUStMpqd I do have 78999 registered customers (though most don't need affiliate codes though of course opencart 3 auto...

Jump to post
  • Sun Aug 13, 2023 2:09 am
  • Replies 7
  • Views 679
buy now, pay later options

I just wondered for those of you with live stores, have you implemented any of the buy now/pay later options other than paypal? Like afterpay, klarna, etc? Were they worth adding and which do you use/like? Is there one you had issues with and think should be avoided? I am thinking about offering one...

Jump to post
  • Tue Jul 25, 2023 7:25 pm
  • Replies 1
  • Views 7688
Re: unlink error that I cannot figure out

Thank you! That seems to have solved the error problem!

However, I do have a bigger issue that apparently fixing this error didn't solve. I'm sending you a dm.

Jump to post
  • Sat Jul 08, 2023 8:24 pm
  • Replies 4
  • Views 383
[solved] unlink error that I cannot figure out

I keep getting this error over and over in my error log - it's the only error in fact. I cannot figure out why or how to fix it. The only thing I can find about unlink errors is that it is caused by trying to use php 8x for opencart v3 (I have 3.0.3.2), but I have triple checked and my server is run...

Jump to post
  • Sat Jul 08, 2023 6:45 pm
  • Replies 4
  • Views 383
Re: PayPal Commerce Platform Not Working!

Are you running a firewall on your server? If so, make sure you whitelist the paypal ips. I am running the paypal commerce manager on opencart 3.0.3.2 as well without issue, so my guess is it is something in your configuration. Also make sure your email settings are correct under settings on your st...

Jump to post
  • Fri Mar 24, 2023 4:19 am
  • Replies 18
  • Views 2186
Integration with printify?

Is anyone working on an integration with printify? I know printify offers api integration, but I know nothing about how to make it work with opencart and didn't see any mods for connecting opencart with it?

Jump to post
  • Mon Mar 06, 2023 1:26 am
  • Replies 2
  • Views 8940
Re: Recaptcha craziness driving me NUTS

I did a quick search in your site source code and found that the "notify_btn" extension calls a g-recaptcha-response variable. It might have something built in, so you could check that before doing a site scan. Yes, I tried disabling it thinking that was it and...it wasn't. Neither is the...

Jump to post
  • Thu Feb 09, 2023 6:52 am
  • Replies 15
  • Views 1788
Re: Recaptcha craziness driving me NUTS

Okay this is even weirder. When I view the page source, the recaptcha_en.js script line is NOT there. But when I use inspect in Chrome...it is!!! Wth???

It looks like it might be coming from my live chat program so I am looking into that now.

Jump to post
  • Thu Feb 09, 2023 6:47 am
  • Replies 15
  • Views 1788
Re: Recaptcha craziness driving me NUTS

halfhope wrote:
Thu Feb 09, 2023 2:51 am
Hi!

Use terminal command in site directory:

Code: Select all

find . -name "*.php" -type f -exec grep -H "search text" {} \;
Thanks. I am still trying to figure out how to get to my server via ssh. I found where it is enabled, but haven't gotten beyond that yet :(

Jump to post
  • Thu Feb 09, 2023 3:26 am
  • Replies 15
  • Views 1788
Re: Recaptcha craziness driving me NUTS

Clear and then refresh all caches, including those for OCmod. You can use our SpamBot Buster for preventing fake account registrations and spam messages on your OpenCart site, there is no need for a captcha. I already cleared all caches as I stated in my original post. I am not concerned right now ...

Jump to post
  • Thu Feb 09, 2023 1:42 am
  • Replies 15
  • Views 1788

Search found 4938 matches