Search found 4938 matches

Search found 4938 matches

Search works on 1 site, not another

Okay this one has me scratching my head and hoping one of your guys have an idea where I can check.... go to fetish-fashions dot com. Type in the search bar something like leather and press enter. everything works fine & you get the results page but go to sensualelegance dot com and do the same ...

Jump to post
  • Mon Mar 16, 2020 4:30 am
  • Replies 4
  • Views 413
Re: USPS Shipping Module

Yes, every item in the store has to have a weight set on it. That's the only way the shipping module knows what to charge.

Jump to post
  • Fri Dec 06, 2019 9:45 pm
  • Replies 2
  • Views 534
Re: CAN'T HAVE 2 USERS LOGGED IN AT THE SAME TIME!! PLEASE HEEEELP!!!

I have a viritual assistant that is logged in on opencart same time I am with no issues, though she is in another town. Only thing I can think of is are you using the same chrome account on all computers? Chrome auto-syncs what you do via its account feature so you can move from pc to phone and back...

Jump to post
  • Fri Dec 06, 2019 9:21 pm
  • Replies 15
  • Views 1445
google shopping ads extension not working

I had high hopes for this one but after paying a $100 credit which I am now waiting to be refunded, it fails to find my google ads account, fails to connect to google if I try to use their ads account, and overall doesn't work.

Jump to post
  • Wed Oct 30, 2019 12:18 am
  • Replies 5
  • Views 3032
Re: "NEW" Label on products

There is a free mod to let you edit the date added to let you control things like this btw.

Jump to post
  • Wed Oct 09, 2019 12:18 am
  • Replies 5
  • Views 782
Re: remove product description from product thumb

Product thumbs on which modules - latest, featured, what??

You can delete the line

Code: Select all

<p>{{ product.description }}</p>
tag from catalog/view/theme/yourtheme/template/extension/module/latest.twig for example to remove it from the latest product module.

Jump to post
  • Wed Oct 09, 2019 12:16 am
  • Replies 35
  • Views 3584
Re: How to write a Text over the Product Title?

I use this mod to add custom text under the product title. You could change the position of where it places it to put it above easily by editing the ocmod to change where it puts it in the product template. https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=23171&am...

Jump to post
  • Fri Sep 27, 2019 11:41 pm
  • Replies 1
  • Views 455
Re: Problems with products linking to wrong/different products

seo urls must be unique and no spaces. use "seo-keywords-like-this" and not "seo keywords like this" which is what it looks like you are doing.

Jump to post
  • Thu Sep 26, 2019 11:31 pm
  • Replies 5
  • Views 594
Re: Would like to remove two things in 3.0.3.2

It only sends the emails when you check notify on.

As to the blue bar - check your layout and see what you have added to that section and remove it. It looks like a menu mod or something with your theme.

Jump to post
  • Thu Sep 26, 2019 11:27 pm
  • Replies 2
  • Views 380
Re: Caching issues

There is an issue with cache control headers in version 3. It doesn't look exactly like your problem, but maybe worth a try even if it's just to eliminate it. https://github.com/opencart/opencart/issues/7008 https://forum.opencart.com/viewtopic.php?f=201&t=207498#p737430 Thanks. I will look int...

Jump to post
  • Thu Sep 26, 2019 4:25 am
  • Replies 5
  • Views 959
Re: Caching issues

I've seen issues like this from vQmod before, where it doesn't auto-clear its cache, so it shows old files. You can try disabling it or manually removing its cache files to see if that fixes it. If it doesn't, then it wouldn't be vQmod. Other than that, some servers seem to have some weird caching ...

Jump to post
  • Thu Sep 26, 2019 4:25 am
  • Replies 5
  • Views 959
Re: Is there a list of webhost providers that KNOW OC?

Evolve does which is why I use them. See link in my footer.

Jump to post
  • Wed Sep 25, 2019 11:25 pm
  • Replies 10
  • Views 1203
Re: Out of stock items

Try refreshing your page or logging out and back in to see if they are really turning back in stock or just showing it is. I have noticed a lot of weird caching things where thing don't change until I do one or both of the above.

Jump to post
  • Wed Sep 25, 2019 11:20 pm
  • Replies 3
  • Views 351
Re: To upgrade or not from 1.5.6? Is it worthwhile?

xxvirusxx wrote:
Tue Sep 24, 2019 3:32 pm
Now 3.x version isn't worth it.
Many many bugs...
Other than some weird caching issues having to refresh things a lot, I'm not seeing any issues with 3.0.3.2 I'm developing right now.

Jump to post
  • Tue Sep 24, 2019 8:35 pm
  • Replies 12
  • Views 2258
Caching issues

I seem to have weird caching issues with oc3.0.3.2 - I can refresh over and over again both mod cache & template/saas ones and things do not show up. Had an extension not show in the modules list until the next day! Most things show up after multiple refreshes. Some changes I make like in a prod...

Jump to post
  • Tue Sep 24, 2019 8:27 pm
  • Replies 5
  • Views 959
Re: How to see a multistore in test setup??

actually my web hosts were able to set it up for me so thanks @evolve! I'm working thru the multi store designs now one by one. thanks!

Jump to post
  • Tue Sep 24, 2019 10:11 am
  • Replies 3
  • Views 408
Re: All my open cart images dissapeared

Looks like all your image path info is missing from the source code - <img src="" alt="Axis Certified Professional" class="img-responsive"/></div>. Not sure what would cause that...did you install or remove any mods or templates?

Jump to post
  • Tue Sep 24, 2019 10:09 am
  • Replies 13
  • Views 730
Re: Change in DB not showing in admin

even stranger - I just noticed it IS showing the change in things like extensions > advertising - the correct store ID is there. For some reason, it just refuses to reflect in the settings window. So assuming it is okay just weirdly displaying in settings tab.

Jump to post
  • Mon Sep 23, 2019 11:46 pm
  • Replies 1
  • Views 318
Change in DB not showing in admin

Okay this is just weird & annoying... In setting up my development v3.0.3.2 store, I am starting to import some of my data from v2.2 to it. I have 21 stores using multistores (used to have more that I've since closed/deleted), so I reset up the stores in v.3.0.3.2. In order to maintain compatibi...

Jump to post
  • Mon Sep 23, 2019 10:36 pm
  • Replies 1
  • Views 318
Re: To upgrade or not from 1.5.6? Is it worthwhile?

We rarely agree on things Ernie and yes, when you are a coder, you can keep an older version alive and up to date. But for the average person that is a store owner and not a coder, this is much harder so I stick to my original reply. Ultimately, it is up to the op to decide what he wants to do.

Jump to post
  • Mon Sep 23, 2019 9:02 pm
  • Replies 12
  • Views 2258

Search found 4938 matches