Show Posts


Messages - digitalt

Pages: [1] 2 3 ... 8
1
General Support / Re: error 500 after updating
« on: April 16, 2017, 09:37:27 AM »
So this fixes the problem I've been having?

2017-04-16 13:36:22 - warning: AbanteCart core v.1.2.8 Illegal string offset 'limit' in <b>/home/digitalt2016/public_html/cbto.us/storefront/model/catalog/manufacturer.php</b> on line <b>83</b>

http://forum.abantecart.com/index.php/topic,5035.msg22305.html#msg22305

Still getting a error with manufacturer.php and you all said that the code should reset to 0. Still getting error but it doesn't effect the performance of the site.

2
General Support / Re: cache drive
« on: April 16, 2017, 09:29:30 AM »
A suggestion only, what does your server have now?  I use Godaddy and have tried other methods of caching and found that the fastest loading time was with server default.  I'm guessing that you use a shared server and using the methods you listed may hinder rather than help with load time.

If you are looking for faster load time, maybe look at the Gzip option if available. I have found that works well. Just don't set compression to high or you could get an error depending on the client browser being used.

3
General Support / Re: Cannot open the admin panel. Frontend opens instead.
« on: November 20, 2016, 11:26:37 AM »
Look at the file system-->config.php-->define('ADMIN_PATH', 'xxxxx');

The x's are the name you gave the admin path so in yourdomain.com/index.php?s=admin  replace admin with what the ADMIN_PATH is in config.php.

4
General Support / Re: Error with manufacturer.php
« on: November 13, 2016, 11:59:15 AM »
Just a thought, but could this error be coming from the manufacturers data cache? I have had problems with errors that didn't resolve till I cleared the caches and then everything was okay.

Is there a way to disable manufacturers data cache to test ?

5
Extensions and Add-Ons / Re: Age Verification
« on: November 12, 2016, 08:14:58 AM »
I don't think there is one as such in the core. What you could do for products that require it is use Block Product From Ordering which displays a message to contact you for price/details/ordering. You can put in your description the reason-->Age Verification Required.

 

6
General Support / Re: Error with manufacturer.php
« on: November 09, 2016, 01:48:54 PM »
Thanks, I'll check it.

7
Support / Re: How to manage maximun amount $ allowed per order?
« on: November 09, 2016, 01:47:45 PM »
Do to System>Checkout and there is a max order allowed amount towards the bottom.

8
Hi I am working on new template but when I select the new template I get error(see error.png) I have layout.xml in my template_test folder.
Can you please help me what am I missing..

Did you follow these directions? http://forum.abantecart.com/index.php/topic,1340.msg5297.html#msg5297

You should have a folder with a bunch of files, not just an .xml. 

Also make sure you are using v1.2 of dev_tools.

9
Extensions and Add-Ons / Re: As Low As Pricing
« on: October 26, 2016, 12:45:06 PM »
@digitalt: Just add that text where ever it is highlighted


/*CSS FOR AS LOW AS PRICE*/
.aslowas{
   color:red;
}

Note: This will make all appear "As low as" on all of your products.

Got it, thanks.

10
Extensions and Add-Ons / Re: As Low As Pricing
« on: October 26, 2016, 12:19:13 PM »
Without looking at the style.css file, this is inserted at the end of the file?

11
Extensions and Add-Ons / Re: As Low As Pricing
« on: October 26, 2016, 07:45:14 AM »
The blurb would do that. They see the product picture and below it would be "As Low As $x.xx

12
Extensions and Add-Ons / Re: As Low As Pricing
« on: October 25, 2016, 11:14:57 AM »
You could mention it in the blurb.

13
Support / Re: Send Mail not working for newly imported customers
« on: October 24, 2016, 07:50:36 AM »
Check Sales-->Customers   Are your imported customers listed as Newsletter Subscribers?  See attachment. From your screenshot, it doesn't look like you have any Newsletter Subscribers.

I had the same error when I first got setup.

14
General Support / Re: Error with manufacturer.php
« on: October 24, 2016, 07:46:08 AM »
The only extension I added was Whitelabel and cloned the default template as a new extension. The cloned template only has changes in the .css files and custom.js(no code modifications, only removed some things for a cleaner mobile screen).  Other than that it's a clean installation.

Strange thing is, the error seems random.  If it was serious, there should be an error every time manufacturer.php is called.

I just spent 15 minutes trying to recreate the error to pinpoint it and no luck.  Is there some code I could add to manufacturer.php to log more detail about this?  It's not creating a problem with the site, just a little annoying.

15
General Support / Re: Error with manufacturer.php
« on: October 23, 2016, 10:02:22 AM »
I've been ignoring this, but also have been getting this error:

2016-10-23 6:43:11 - warning: AbanteCart core v.1.2.8 Illegal string offset 'limit' in <b>/home/digitalt2016/public_html/cbto.us/storefront/model/catalog/manufacturer.php</b> on line <b>83</b>

This is the code starting at line 83:
Code: [Select]
if ($data['limit']){
$sql .= " LIMIT " . (int)$data['start'] . "," . (int)$data['limit'];
}
$query = $this->db->query($sql);
$output = $query->rows;
$this->cache->push($cache_key, $output);
return $output;
}

I'm guessing the fix is similar to what was already done, but not sure how to do it.

Pages: [1] 2 3 ... 8

Powered by SMFPacks Social Login Mod