Show Posts


Messages - abolabo

Pages: 1 ... 3 4 [5] 6 7 ... 146
62
General Support / Re: Contact Us Form on v.1.4.1
« on: April 09, 2025, 07:11:55 AM »
Can you provide access to your admin side via private message?

63
General Support / Re: Contact Us Form on v.1.4.1
« on: April 08, 2025, 05:38:51 AM »
what about email template with id 'storefront_contact_us_mail' ?

64
General Support / Re: Contact Us Form on v.1.4.1
« on: April 08, 2025, 03:55:36 AM »

Success page: content/contact


why such route?
Should be content/contact/success

65
General Support / Re: Contact Us Form on v.1.4.1
« on: April 07, 2025, 05:20:16 PM »
try to disable all 3d-party extensions and retry

66
thanks

anothe question i see there is a countdown component? How do we use it?

Looks like this component require CDN js-file from grapesjs github-repo.
Just add it into your html and let us know

67
General Support / Re: Contact Us Form on v.1.4.1
« on: April 07, 2025, 07:45:13 AM »
how to fix these errors please?

do you see such message in the form manager edit form page?

no

To solve set first_name field as mandatory via admin->design->form manager->edit ContactUs form

68
General Support / Re: Contact Us Form on v.1.4.1
« on: April 07, 2025, 07:10:34 AM »
how to fix these errors please?

do you see such message in the form manager edit form page?

69
Apparently by adding the Main Content Area block not only show the product info, but the page title is shown too.
yes, page title takes from main content area data.

70
General Support / Re: Layout format
« on: April 06, 2025, 11:15:12 AM »
Back Again, I added the code you sent and this is the result in the block. I am completely lost:
Why visual mode of editor?

71
Hi core devs,

I am testing the v1.4.1 page builder extension.

I found out that the page title is empty after I publish the changes. I cleared the cache, and it is still the same. How do i add the missing title?

Also, I have a question on changing the default product page. How do I add back the default product image, descriptions, etc?

Thanks

mmm... what are you expecting when try to design a "default" page?
You can try to remove prior design and use loading of presets for some product page.

72
Extension Support / Re: PAGE BUILDER not installing - why?
« on: April 06, 2025, 05:11:09 AM »
Any errors in error.log ?
please post phpinfo() output here.

73
Extension Support / Re: PAGE BUILDER not installing - why?
« on: April 04, 2025, 09:18:48 AM »
You don't need to download PageBuilder anymore. Since v1.4.1 it is a part of core.
Try to uninstall and delete it. Then take folder https://github.com/abantecart/abantecart-src/tree/master/public_html/extensions/page_builder from git and place into your extrension directory.
Then install and let us know about result.


74
General Support / Re: Customer Registration error
« on: April 03, 2025, 03:03:55 AM »
I upgraded automatically using a link from the message manager inbox. Nothing unusual during the upgrade but after the upgrade, I couldn't get the admin console login page to load and it was giving a "webserver need version php8.2+ to work properly" error. But after clearing cache and using a different web browser I was able to log in. I didn't notice anything wrong with abantecart or the database.

We noticed that some database servers ignores some of sql-queries of upgrade script.
Can you tell us what database server version do you use? (see server info link under tabs in your phpAdmin)

Anyway to solve issue you should to run every SQL query from file https://github.com/abantecart/abantecart-src/blob/master/public_html/install/abantecart_database_upgrade.sql
inside phpAdmin ( do not forget to change table prefix before run! ).
Also check privileges of your database user. Just set GRANT ALL for him before execution of sql.
Probably some of them was ran successfully during upgrade process.

75
Extensions and Add-Ons / Re: Unable to save Options
« on: March 30, 2025, 05:24:24 AM »
Hi,

Ok If I replace this file.

What parameters I need to update in the new file?

I copied over the following from amysqli.php but the admin panel is not loding anymore.

        $connection->query("SET NAMES 'utf8'");
        $connection->query("SET CHARACTER SET utf8");
        $connection->query("SET CHARACTER_SET_CONNECTION=utf8");
        $connection->query("SET SQL_MODE = ''");
        $connection->query("SET session wait_timeout=60;");
        $connection->query("SET SESSION SQL_BIG_SELECTS=1;");
why you edited file? Just replace with new

Pages: 1 ... 3 4 [5] 6 7 ... 146

Powered by SMFPacks Social Login Mod