Show Posts


Messages - abolabo

Pages: 1 2 [3] 4 5 ... 144
31
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.

32
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.

33
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.


34
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.

35
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

37
Extensions and Add-Ons / Re: Unable to save Options
« on: March 28, 2025, 08:09:27 AM »
Hi,

Any idea what this error means??

2025-03-28 3:29:49 - 2006: MySQL server has gone away
SELECT DISTINCT
e.*,
s.store_id,
st.alias as store_name,
s.value as status
FROM gsog_extensions e
LEFT JOIN gsog_settings s
ON ( s.`group` = e.`key` AND s.`key` = CONCAT(e.`key`,'_status') )
LEFT JOIN gsog_stores st ON st.store_id = s.store_id
WHERE e.key<>'' AND e.`type` IN ('extensions', 'extension', 'payment', 'shipping', 'template', 'language', 'tax') AND COALESCE(s.`store_id`,0) = '0'
ORDER BY e.priority desc

We already added reconnect cycle into amysqli driver in v1.4.1.
If you wish to prevent such errors in the future you can replace your file public_html/core/database/amysqli.php with this

38
Template Support / Re: Table of product_descriptions
« on: March 27, 2025, 06:15:24 AM »
Hi, if your html-description is too big for database saving try to save this as html-file. You can create some subfolder for such huge descriptions.
Then add iframe tag into your product description with source url to this file.


39
Support / Re: Help with the .ico logo
« on: March 21, 2025, 05:33:52 AM »
What file do I have to open to get the HTML code you're showing me? Thank you.

any page. it's a head

40
Support / Re: Help with the .ico logo
« on: March 20, 2025, 03:24:51 AM »
you should change icon files. Just open source code of your cart and find something like this

41
Built-in Features / Re: Shipping doesn't work at check out
« on: March 17, 2025, 05:15:33 AM »
I updated to the new cart.   But I can't upgrade just the USPS extension.

default_usps extension is a part of AbanteCart. It upgraded with core.

42
Built-in Features / Re: Shipping doesn't work at check out
« on: March 14, 2025, 05:47:15 AM »
I just realized I have very 1.2.1 and you offer 1.3. Can I upgrade for free?  Or do I have to purchase the latest version?

https://abantecart.atlassian.net/wiki/spaces/AD/pages/4980799/AbanteCart+Upgrade

43
General Discussion / Re: Search Model by Default
« on: March 12, 2025, 05:06:50 AM »
open file public_html/extensions/novator/storefront/view/novator/template/blocks/search_top.tpl
and add <input type="hidden" name="model" value="1"/>
inside <form> tag.
Note: if you plan to upgrade cart in the future this modification will be overwritten

44
General Discussion / Re: Group Pricing Display when Logged In
« on: March 11, 2025, 05:04:09 AM »
discounted price is a special price.
See this link for details

45
General Support / Re: Estimates
« on: March 10, 2025, 04:26:41 AM »
only via email.
Admin->Sales->Send Mail

Thanks for your reply. It's unfortunate that it doesn't have a formal estimate template; the customer needs an estimate for a repair to claim insurance. I will have to use another application to do this, and it will look informal because the look will be different from the website/Abantecart.

Please clarify your business process.
Can you describe step-by-step checkout process?

Pages: 1 2 [3] 4 5 ... 144

Powered by SMFPacks Social Login Mod