Show Posts


Messages - raj@ad4u.co.uk

Pages: [1] 2
1
General Support / Inconsistent CSV export
« on: August 25, 2019, 04:35:27 AM »
Hi,

I have about 60,000 items and the shop is working fine.

I need to export the products and Url_aliases which I use to create feeds for google sitemap and merchant store.

Something changed recently or I've reached a number of items where this issue has come up. I have to export the
products files as items 0-39999 and items 40000-99999 otherwise the process does not complete and there is no output to the browser or in the admin/system/data on the server.

The issue:
For the first file 0-39999 the image url is at field 60 in the CSV
For the second file 40000-99999 the image url is at field 56

Ideally I like to be able to export and download everything in one file if that is possible.




2
Search results url changed to https://autodiscover. ..

I don't know if this is a server issue or an abanteCart issue.

Everything has been working for nearly a year now. Recently, a customer complained that the search function goes to a 404 page.

I examined the url and it said "https://autodiscover." then the domain and all the search parameters.

If I remove the "autodiscover." from the url then everything works fine. Don't understand where this "autodiscover." is being added to the url.

Please advise.

3
Support / Re: GDPR - adding cookie warning on main page
« on: December 10, 2018, 01:46:07 PM »
Thanks for your reply.

I have installed the code in home.php and head.php.

Make sure the code is added after the header function as sending data before the header will stop the site
functioning properly.

Raj

4
Support / GDPR - adding cookie warning on main page
« on: December 10, 2018, 10:54:51 AM »
Hi,

Where can I add the following code so that the warning appears and stay on all the pages:

echo '<div style="text-align:center; font-size:90%">
This site uses cookies. <a href="https://www.google.com">Click <button class="blink" style="border:red 1px solid; font-size:90%;">
Exit
</button> to leave the site.
</a>
</div>';

Including the code at the top of "search.php" does work, but it does not appear on index.php.

I just want the user to read the warning and leave if they have an issue with cookies.

Raj

5
How-to questions / Re: Search via urls
« on: August 25, 2018, 02:25:57 AM »
Thanks for that. Really useful.

raj

6
How-to questions / Search via urls
« on: August 12, 2018, 09:20:59 AM »
Does Abatecart have parameters which can be to visit a page via a search

On google it works like:
xxxx:\\www.google.co.uk/search?q=HP+EliteBook+850+G1+Notebook+PC

This can be used to provide SEO urls for google merchant center.

7
AbanteCart v2.0 / Search has to be an "AND" search
« on: August 09, 2018, 05:42:38 PM »
Adding keywords has to narrow down the search results:

1. Apple - all apple products
2. Apple Ipad - just Apple Ipad products

The current "OR" search makes no sense.

How can a customer see only "Apple Ipad" products?

I had to customise the PHP code to make it a "AND" search - works fine.

Raj


PS. nearly 40,000 items online an Abantecart is working like a dream - just love it.

8
Tips and Tricks / Search - keep keywords in search box
« on: July 31, 2018, 10:04:08 AM »
Hi,

Is there any way to retain the search - like google does. It helps the customer narrow down to the required
product by adding more details:

1. Dell
2. Dell studio
3. Dell studio model 1557

At the moment all the words have to be retyped to add extra words.

Also there should be an option to make the search an "AND" for all words.




9
the shop is at laptopspareparts+co+uk (please add the dots)

Added about 30,000 products - worked like a dream, but then stated getting memory errors:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 73728 bytes) in /home/laptops2/public_html/core/engine/view.php on line 639

That is with 2G max_memory allocated in php.ini (confirmed by phpinfo)

It just got worse and now nothing works.
 





10
Support / Re: Memory errors - NOT AN ABANTECART ISSUE
« on: June 11, 2018, 04:15:54 AM »
NOT AN ABANTECART ISSUE.

Sorry to have bothered you with this issue. It is an issue with my server.

<?php
echo  memory_get_usage() . " " . memory_get_usage(true);
exit();
?>

Gets the same results - Nothing to do with Abantecart.


Sorry.

11
Support / Re: Memory errors - what is eating my RAM?
« on: June 11, 2018, 03:31:02 AM »
Any idea why the index page is consuming 700MB RAM?

Just got this from A2HOSTING:

Hello,

I'm seeing that alone, your index page of your site is consuming over 700MB of memory.

The memory_get_usage() function isn't 100% accurate as your account is dynamically allocated memory by CloudLinux, you cannot reserve and use 100% of the memory at all times.

You can view the resource information yourself in cPanel, under CPU and Concurrent Connections Usage.

Best Regards,

- Jonny M.
Support Specialist
A2 Hosting - Our Speed, Your Success!
+1.888.546.8946
@a2hosting

12
Support / Memory errors - what is eating my RAM?
« on: June 10, 2018, 02:51:50 PM »
****** - My live online shop has stopped working - need help with this.

On the first line of index.php I had added:

echo  memory_get_usage() . " " . memory_get_usage(true);
exit();

I get: 349424 2097152 - which means only 349K available of 2097K.

phpinfo() confirms:
memory_limit   2G   2G

Where is my memory going?

CART ERROR LOG:
2018-06-10 19:06:44 - App Warning: AbanteCart core v.1.2.12 Error: Cannot load image /home/laptops2/public_html/resources/image/1a/6e/c.jpg. Unable to create internal image from file /home/laptops2/public_html/resources/image/1a/6e/c.jpg. Try to decrease original image size 1600x1600px or reduce file size or increase memory limit for PHP.
in /home/laptops2/public_html/core/lib/image.php on line 71

2018-06-10 19:06:44 - App Warning: AbanteCart core v.1.2.12 Resize image error. File: /home/laptops2/public_html/resources/image/1a/6e/c.jpg in /home/laptops2/public_html/core/engine/resources.php on line 345

2018-06-10 19:06:44 - App Warning: AbanteCart core v.1.2.12 Error: Cannot load image /home/laptops2/public_html/resources/image/1a/6e/c.jpg. Unable to create internal image from file /home/laptops2/public_html/resources/image/1a/6e/c.jpg. Try to decrease original image size 1600x1600px or reduce file size or increase memory limit for PHP. in /home/laptops2/public_html/core/lib/image.php on line 71

2018-06-10 19:06:44 - App Warning: AbanteCart core v.1.2.12 Resize image error. File: /home/laptops2/public_html/resources/image/1a/6e/c.jpg in /home/laptops2/public_html/core/engine/resources.php on line 345

13
If you use import csv to upload the products then SEO are not generated. That is why you need to use
the SEO extension.

14
Feedback on My Store / Re: Would appreciate some feedback on my store
« on: June 07, 2018, 07:32:38 PM »
Looking good here.

Best of Luck,

Raj


btw - this coupon at checkout has made me go online to find a coupon and find better deals at other suppliers - something to consider - if I couldn't find a code I felt cheated out of some deal that others got :)

15
Generating a SEO url when products are inserted would take a few microseconds - why do we need to use an external extension which takes hours to process the all the products?

When we opt to use SEO urls in settings all the new items inserted should automatically have SEO urls. This will generate consistent urls which always work, unlike the ones produced by the "SEO URLS" extensions which are quite unreliable.

Is there any way to force the system to generate a seo url at the time of inserting an item?

Raj

Pages: [1] 2

Powered by SMFPacks Social Login Mod