Show Posts


Topics - kavlito

Pages: [1]
1
Recently, customers have been calling because they cannot create an account due to reCAPTCHA Human verification has failed! Please try again. error message. I've had this problem exactly 2 years ago and created new keys and it resolved the problem. However, this time it is not.

I assume that something changed on Google's end. I currently have to leave human verification turned off just to receive orders.

What can be done?

Thanks in advance.

2
I've been seeing this App Error message, but everything seems to be working OK. Is this something I as an end user need to troubleshoot, or is this a programming issue?

I am converting from Zencart and have migrated all of my data and testing to go live soon. So far everything is testing OK.

Thanks.

3
Support / Memory Limitation error
« on: May 26, 2020, 05:09:19 PM »
I've had this Memory Limitation error ever since I installed v1.2.15 last month. My PHP memory limit is set at 128MB.

I upgraded to v1.2.16 today and the message re-appeared. However, everything is running smoothly.

Do I need to do anything about this?

Thanks.

4
Support / 'SEO URLs does not work' error after upgrading to v1.2.16
« on: May 26, 2020, 05:06:01 PM »
I received the 'SEO URLs does not work' error message after upgrading to v1.2.16 today (from v1.2.15). However, it seems that it is still working OK as all of my pages have the appropriate friendly URL's.

My cart is currently in development with a go live this coming weekend. Would like to know if I need to worry about this.

Thanks.

5
How-to questions / Randomize Featured Products Listing
« on: May 13, 2020, 09:50:51 AM »
I use the Featured Products listing on my homepage. However, the display order is static and I prefer it to be random.

This can be easily accomplished by adding one line to this file: /storefront/view/*mytemplate*/template/blocks/product_list.tpl

Insert: shuffle($products);
between: $icount = 0;
and: foreach ($products as $product) {

See attachment.

Enjoy!

(one caveat: this does not work with HTML Cache enabled - Update 5/26/20 - this statement is moot as of v1.2.16 as HTML Cache has been deprecated)

6
Extensions and Add-Ons / Extra Tabs Extension Location Modification
« on: May 11, 2020, 09:00:05 PM »
Product descriptions on my site were lengthy due to redundant details for each product. So I purchased the Extra Tabs Extension and problem solved!

The only issue I had was that the extra tabs I created were placed at the end of all the baked in tabs such as Description, Reviews, Tags, etc. I needed my extra tabs to be right next to the Description tab.

To solve this, I made one simple change to /storefront/view/*mytemplate*/template/pages/product/product.tpl.

I moved <?php echo $this->getHookVar('product_features_tab'); ?> up between $tab_description and $review_status - see attachments.

Works perfectly!

7
Support / Updated PHP to 7.4 - critical error
« on: May 11, 2020, 12:05:42 PM »
Hi,

I updated my PHP version to 7.4 and received the attached critical error and no longer have access to my site. What should I do?

Thank you.

8
I am new to Abantecart, and am a little troubled by what I discovered.

Every Extension that I have installed so far, paid or free, has set all of the folders AND files permissions to 777.

That is very frightening from a security standpoint as the .php & .tpl files are openly writable, is it not?

9
How-to questions / webp images
« on: April 29, 2020, 09:27:59 AM »
How can I use webp images for product images with Abantecart? I get an error message, "Filetype not allowed".

Thanks.

10
Customization help / Convert Invoice to Packing Slip
« on: April 21, 2020, 09:02:43 PM »
I need to produce Packing Slips. I thought I could figure out how to convert, or duplicate the Invoice to a Packing Slip, but can't figure it out.

Thanks.

11
Customization help / Need to limit a Category to a Customer Group
« on: April 21, 2020, 07:50:30 PM »
My cart is for personalized products for retail and wholesale (resellers).

The resellers products (only 2) are not the same as the retail products.

I would like to be able to have my B2B Category tied to specific Customer Groups and not be shown to the non-Customer Group retail customers.

Can anyone think of how to code that?

Thanks.

noob to AbanteCart coming from Zencart and Opencart

Pages: [1]

Powered by SMFPacks Social Login Mod