Show Posts


Messages - abolabo

Pages: [1] 2 3 ... 145
1
General Support / Re: Help with Permissions Breakdown
« on: June 13, 2025, 08:54:07 AM »
just try to set 755 for  directory home/heartpetsupply/public_html/admin/system/ and it's subdirectories via cPanel fileManager

2
Upgrade / Re: upgrading from V.1.4.1 to V. 1.4.2
« on: June 11, 2025, 04:30:19 AM »
Not all of us are dev's. There are many apps out there that provide both an easy upgrade, and a strong defense. We know because we have used them and upgrades are secure and seamless. These Abantecart upgrades have become intimidating and that should not happen. We just want to have the best products to present to our customers.

 Agree.  Feel free send us donations. This project alive because of you and code is free.

3
General Support / Re: Why Is My Website NOT Showing on Google?
« on: June 09, 2025, 04:23:14 AM »
you should to ask google about that.

https://www.google.com/search?q=how+to+add+my+website+to+google

They have a lot of tools for detecting problems with your domain records etc

See response from Gemini

4
General Support / Re: Upgrade to 1.4.2 mess!
« on: June 07, 2025, 10:36:00 AM »
this sounds so wierd.
Upgrade script works as chain.
1. step - running SQl upgrade script (database modification)
2. running php upgrade script.
3. replacement of files with new (including file public_html/core/version.php)

If you see version 1.4.2 in the footer of your admin side, this means previous steps was successful.

Do you have some errors in the error log?
Also you can seek some records in the install/upgrade history table.

Please give us more details.

6
General Support / Re: SQL error when trying to upgrade to 1.4.2.
« on: June 05, 2025, 06:03:14 AM »
probably same issue can be with table settings

Code: [Select]
CREATE INDEX `ac_settings_idx` ON `ac_settings` (`value`(333) ASC);

7
Template Support / Re: Embedding HTML Block SEO Keyword URL
« on: June 02, 2025, 04:58:38 AM »
we are already first platform 8)
And people got our code for free ;)

8
Template Support / Re: Embedding HTML Block SEO Keyword URL
« on: June 02, 2025, 04:12:24 AM »
Hello,

I just wanna know if it's possible to do something to embed a specific html block with a unique url link to share outside of website in 3rd parties webpages and apps.
 
is that possible?

Yes, in theory:
1. create your own controller, let's name it myBannerBlock. As example you can get method "main" from public_html/extensions/banner_manager/storefront/controller/responses/extension/banner_manager.php.
The main function of this controller to send piece of html (tpl-render of ready html-content of block) by request parameters.
2. Then create new html-banner. Get it's banner_id.
3. Insert into table url_aliases data, where `query`  =  'banner_id=123&format=html' and `keyword` = 'some_unique_your_seo_keyword'.
4. Then open browser and put url https://www.yourdomain.com/some_unique_your_seo_keyword

It's a good idea to extend functionality our native banner manager extension. Feel free to donate us for this feature :-)



9
Upgrade / Re: upgrading from V.1.4.1 to V. 1.4.2
« on: June 01, 2025, 06:15:39 AM »
You may have the same issue I had.

The webserver wouldn't serve index.php as the default index file, so any call to javascript would return 404, which was the wrong file type since it was expecting javascript, and it would get blocked.

The solution was go to the .htaccess file in the root folder of your AbanteCart installation and add this line:
DirectoryIndex index.php
Nope, this it database index related issue, not webserver

10
General Support / Re: testing email
« on: May 25, 2025, 07:03:25 AM »
looks like you forgot ssl:/ as protocol in the settings.
See example here https://abantecart.atlassian.net/wiki/spaces/AD/pages/7372837/Mail+Settings

11
Support / Re: multiple add to cart and buy it now buttons
« on: May 22, 2025, 04:25:03 AM »
do you have fast_checkout extension installed?

12
Installation and Configuration / Re: Various Error messages
« on: May 19, 2025, 02:47:20 PM »
you should to run sql queries manually via phpMyAdmin.
Regarding error i guess you should to start since line 1091
https://github.com/abantecart/abantecart-src/blob/master/public_html/install/abantecart_database_upgrade.sql#L1091

Do not forget to replace table prefix with yours before

13
General Support / Re: SQL error when trying to upgrade to 1.4.2.
« on: May 13, 2025, 04:18:39 AM »
if index does not exists just run this sql and start upgrade process again.

Code: [Select]
CREATE INDEX `ac_lang_definition_idx` ON `ac_language_definitions` (`language_value`(500) ASC);
Do not forget replace ac_ prefix in the names with yours before.

14
Extension Support / Re: Add Venmo to Paypal extension
« on: May 09, 2025, 05:28:30 AM »
Paypal Commerce extension do not have a management of your Paypal buttons on checkout form. These buttons loaded from their API, it's a third-party code.
So you should to ask their support team hot to enable venmo button inside your merchant account.

15
General Support / Re: Not all 1.4.2 tables are changed to INNODB
« on: May 09, 2025, 05:16:48 AM »
Hi Core Devs,

I've noticed that the stripe_customers, stripe_orders, and task_steps tables were not converted to the InnoDB engine during the upgrade process.

Was this intentional?

not critical, please ignore

Pages: [1] 2 3 ... 145

Powered by SMFPacks Social Login Mod