Show Posts


Messages - abolabo

Pages: 1 ... 4 5 [6] 7 8 ... 146
76
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

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


78
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

79
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

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

81
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

82
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

83
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

84
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?

85
General Support / Re: Estimates
« on: March 09, 2025, 05:53:10 PM »
only via email.
Admin->Sales->Send Mail

86
Templates / Re: Novator - Remove Dark / Light Theme Switch Button
« on: March 07, 2025, 10:10:30 AM »
see common/page.tpl file. line 24

But note, all your changes will be overwritten during upgrade process.
To avoid it in the future you should to copy novator as you own template, or create new your custom extension which will replace some files of novator template such as tpl or css.
I guess second variant less painful

87
General Support / Re: Layout format
« on: March 06, 2025, 04:32:36 AM »
Thanks, but it is not that. It is the custom block content of BS5 Main Page Carousel.

e.g.
<p><img src="resources/image/18/7b/f.png"></p><p><img src="resources/image/18/7a/9.png"></p><div id="mainPageSliderIndicators" class="carousel carousel-dark slide bg-light" data-bs-ride="carousel"><div class="carousel-indicators"><button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button> <button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="1" aria-label="Slide 2"

etc.

Its this block of text I am looking for

we always suggesting to use search on admin side. Any word from storefront.  ;)

88
General Support / Re: Layout format
« on: March 04, 2025, 04:14:03 AM »
thanks all, i got it sorted.

Problem now is I fiddled with the main carousel html and ruined it. Where can I find a copy of the default block?
since v1.4.1 we use layout.xml files to import layouts into database.
default template: https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/layout.xml
novator tempate: https://github.com/abantecart/abantecart-src/blob/master/public_html/extensions/novator/layout.xml

89
General Support / Re: Layout format
« on: March 02, 2025, 05:02:15 AM »
not sure understand you correctly.
Did you read this doc?
https://abantecart.atlassian.net/wiki/spaces/AD/pages/11763764/Pages+Layouts

If you have an issues, can you check them on our demo first?

90
thanks for the reply

this is the error log
https://drive.google.com/file/d/1nFjAdNJJpAqEbGts53QNcZcZtybUrl7D/view?usp=sharing

i dont know what it means

i got message on abantcart saying:

Incorrect index.php file permissions
Message status:
warning
Date:
01/10/2025 01:05:03 PM
Number of repetitions:
3639897
/home/bluelotu/public_html/index.php file is writable. It is recommended to set read and execute modes for this file to keep it secured and running properly!



3911
/home/bluelotu/public_html/system/config.php file needs to be set to read and execute modes to keep it secured from editing!


i  unticked the write box on these, i set to read and execute

if i delete it, and rebuild it all, will it stop this problem? as it was so easy to build he site, but proving impossible to fix lol
thanks again for your help

Warning is not error.
But you have a problems much bigger.
Just opened your error_log file and found you have a issues after incomplete upgrade process.

Code: [Select]
2025-01-13 13:19:39 - App Error:  AbanteCart core v.1.3.4  Error: Cannot upgrade file : 'extensions/novator/storefront/view/novator/css/tm_style.css
 Error: Cannot upgrade file : 'extensions/novator/storefront/view/novator/template/responses/checkout/address.tpl
 Error: Cannot upgrade file : 'storefront/view/default/template/responses/checkout/address.tpl
 Error: Cannot upgrade file : 'admin/controller/responses/listing_grid/menu.php
 Error: Cannot upgrade file : 'extensions/ups/core/ups-api/AddressValidation/.php_cs
 Error: Cannot upgrade file : 'extensions/ups/core/ups-api/AddressValidation/.travis.yml
 Error: Cannot upgrade file : 'extensions/ups/core/ups-api/AddressValidation/README.md
 Error: Cannot upgrade file : 'extensions/ups/core/ups-api/AddressValidation/composer.json

I suggest you replace all files from public_html directory https://github.com/abantecart/abantecart-src/tree/1.3.4 except public_html/system subfolder in manual mode (via ftp, ssh. cPanel fileManager etc)
Just download this zip https://github.com/abantecart/abantecart-src/archive/refs/tags/1.3.4.zip and replace





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

Powered by SMFPacks Social Login Mod