Search found 1349 matches

Search found 1349 matches

Re: Admin Panel When Saving = 404 Forbidden

It could be as simple as not using a single domain, like www vs non-www Make sure you're using either with or without www and this has to reflect in both config.php files plus you need a redirect in your htaccess. I posted several examples, as many others did as well on the forum :) Otherwise you ha...

Jump to post
  • Thu May 11, 2017 4:49 am
  • Replies 2
  • Views 976
Re: line break at first space in category name

Or avoid escaping:

Code: Select all

echo implode('<br>', explode(' ', $category['name'], 2));

Jump to post
  • Thu May 11, 2017 4:39 am
  • Replies 12
  • Views 1930
Re: Taxing Reoccurring Profiles 2.3.0.2

Do you have taxes setup according to the zones? This would add taxes to the total after the customer put his address during checkout (or when logged in as returning cust.) I assume you need the same tax class for product and profile? Setting up taxes can be a bit of a puzzle, check out the docs here...

Jump to post
  • Fri May 05, 2017 8:53 pm
  • Replies 1
  • Views 265
Re: SQL error when opening products tab

SELECT keyword FROM oc_url_alias WHERE query = 'product_id=291'

You got more than 1 result from this most likely!

Jump to post
  • Thu May 04, 2017 5:57 pm
  • Replies 3
  • Views 785
Re: Coupon so value of cart become "0" - no checkout - opencart 2.3.0.2

Add the free checkout payment module! And put a minimum total for PP, like $1.00

Jump to post
  • Thu May 04, 2017 2:07 am
  • Replies 1
  • Views 248
Re: ERROR Security header is not valid

That means wrong user/password. Maybe sandbox for live or vice versa?

Jump to post
  • Thu May 04, 2017 1:14 am
  • Replies 2
  • Views 2199
Re: OpenCart Marketplace Updates

Hi Joel, Good list! I'd like to see #comments on the extension listing pages in addition to rating. Most buyers don't rate (or don't know how to as I've encountered also) so that leaves ~80% of the ratings empty thus not providing a clue to popularity. And for an idea: If a search returns zero resul...

Jump to post
  • Tue May 02, 2017 11:11 pm
  • Replies 84
  • Views 63208
Re: order number jump in 10,like 51,61,71,81,91, how to fix ?

Yes, on Linux my.conf is where sql settings can be set.
I didn't know if you were on Linux. My client asked aws support to change it but they didn't so I advised him to go to another host, as aws was terribly slow as well, which solved it for him.

Jump to post
  • Mon May 01, 2017 2:31 pm
  • Replies 14
  • Views 1716
Re: order number jump in 10,like 51,61,71,81,91, how to fix ?

I have actually seen this on an aws azure IIS installation recently - I checked the db information schema and the increment was indeed 10. Should be fixed at the sql settings

Jump to post
  • Mon May 01, 2017 5:02 am
  • Replies 14
  • Views 1716
Re: How to sync multiple opencart stores with different Admin pages?

The thing to avoid is to overwrite a manually added product while you import your new feed. There are always ways to do things but it depends on the setup. You might be able to merge all stores and have the manual products disabled for instance. You can tell your resellers to add a bit of text to th...

Jump to post
  • Mon May 01, 2017 2:32 am
  • Replies 7
  • Views 1723
Re: How to sync multiple opencart stores with different Admin pages?

Here's what I understood: You have a store and you built other unique stores using the same inventory - no common databases It's unclear how you got all products to the child stores, maybe by using an export/import extension? Now, you update your store and need this sync'ed to others as well. Meanwh...

Jump to post
  • Sun Apr 30, 2017 9:43 pm
  • Replies 7
  • Views 1723
Re: How to sync multiple opencart stores with different Admin pages?

In a multiseller environment retailers would not use the admin to maintain their products while the admin can assign products to all 'stores'. I suspect this is what you're after. Take a look at an extension called MultiMerch. I was curious to your need as I have an extension in the making (on hold ...

Jump to post
  • Sun Apr 30, 2017 8:20 pm
  • Replies 7
  • Views 1723
Re: How to sync multiple opencart stores with different Admin pages?

Are you looking to merge stand-alone stores into one database and than sync the products into these stores on certain conditions?

Jump to post
  • Sun Apr 30, 2017 2:44 pm
  • Replies 7
  • Views 1723
Re: VQMod and database changes

Once the vqmod is gone there's no way to alter anything, unless you replace by a vqmod that removes the column ;D OC3 might force an admin side for extensions; here you can use the install(), uninstall() methods where you can trigger db changes. In any case you should always create your own table an...

Jump to post
  • Sun Apr 30, 2017 4:50 am
  • Replies 9
  • Views 10955
Re: How to edit such an ocmod code?

A hint to how you can do it. Use the ocmod documentation to implement. It helps to know php; here, I just reset the vouchers array before it loops. Patience and persistence will eventually make it work ;D search: <?php foreach ($vouchers as $vouchers) { ?> add position=replace: <?php $vouchers=array...

Jump to post
  • Sun Apr 30, 2017 2:12 am
  • Replies 6
  • Views 1594
Re: Minimum price restriction for extensions?

There is a 2% paypal fee deducted from the wire. So most get 50% - that fee, while some are on 70% I believe.
Also I don't think there is drop in sales, just compare the orderid increments from before the changes

Jump to post
  • Fri Apr 28, 2017 6:30 pm
  • Replies 23
  • Views 6813
Re: Looking for feedback on a module I'm working on

In that case you can even use it to get conversion rate for a banner so shops can weed out banners without effect. Maybe see if it can be tied to a sale for timeframe order and banner url match :D
Let us know when finished,
Cheers

Jump to post
  • Fri Apr 28, 2017 4:58 am
  • Replies 3
  • Views 628
Re: Looking for feedback on a module I'm working on

Nice idea. You could add a column to the table with the viewed/clicked values Or I would probably create a dashboard module for this as you now have to get into the banner editor to view anything. Maybe a top 5 most clicked banners with its preview image, maybe timeline for when it was clicked. Hope...

Jump to post
  • Fri Apr 28, 2017 2:40 am
  • Replies 3
  • Views 628

Search found 1349 matches