Show Posts


Topics - G. O.

Pages: [1] 2
1
Templates / Login page on mobile screen on V.1.4.1
« on: April 17, 2025, 03:39:16 AM »
Hello,

I just realized that login page even on AbanteCart demo website has issue with the width and the page scrolling right and left due to the create account button on this link: https://demo.abantecart.com/index.php?rt=account/login when you try access this link on mobiles, however i tried this at least on my mobile which it's screen size 360X800 so you can give it a try and check that too. I tried to find the css style to do some changes but i couldn't find it in the style.css file. Also i tried to use the Google Inspect tool but also I couldn't find it's source location. Can you tell me which file i should edit please ?

Also, could you add the fix to next version so it won't appear once again please?

2
Templates / meta tags for sharing links to 3rd sites on V.1.4.1
« on: April 12, 2025, 10:41:09 AM »
Hello,

I already searched the forum but couldn't find a useful solution on:
How to integrate meta tags on all categories and products to push sharing function to show the category/product name, image and description?

I edited the head.tpl file and placed the next code but that only will work with the main webpage URL
<!-- Essential Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="robots" content="index, follow" />
<meta name="author" content="" />
<meta name="description" content=" is a trusted manufacturer of premium uniform fabrics for all industries. Discover our durable and comfortable collections today." />
<meta name="keywords" content=" uniform fabrics, industrial fabrics, medical fabrics, airline uniforms, textile manufacturer, durable textiles" />

<!-- Open Graph Meta Tags -->
<meta property="og:title" content="" />
<meta property="og:description" content="Premium uniform fabric collections crafted for durability and comfort across industries." />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="resources/image/19/2d/c.jpg" /> <!-- Replace with your actual image -->

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="Explore our high-quality, industry-standard uniform fabrics." />
<meta name="twitter:image" content="resources/image/19/2d/c.jpg" /> <!-- Replace with your actual image -->
<meta name="twitter:site" content="" /> <!-- Replace with your Twitter handle if available -->

<!-- Security & Performance -->
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<meta name="referrer" content="no-referrer-when-downgrade" />

<!-- Mobile Web App & Theme Color -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="theme-color" content="#005f73" />


how to make the same technique to inject information and retrieving them pre-sharing the categories/products URL links on 3rd websites?

can we expect a good news in next AbanteCart Version related to this issue?


Thank you Team

3
Template Support / Blurb text on V.1.4.1
« on: April 11, 2025, 04:24:51 AM »
hello,

i change the Blurb text typing from text to html on database but when i checked the storefront page for categories and products i found that when using expanded option for products as in the screenshot, the Promotional text showing the contain as html code.

How to fix it plz?

php: 8.3
AbanteCart: NOVATOR V.1.4.1

4
General Support / Contact Us Form on v.1.4.1
« on: April 07, 2025, 06:30:08 AM »
Hello,

when i tried the contact us form i got next error as on screenshot. i use last V.1.4.1 with php 7.3

also i noticed that to required fields in the form settings are off but on the interface they are appearing active and required.

here is the link to the form: https://abcotex. com/index.php?rt=content/contact


here is the error log:


2025-04-07 13:22:54 - Unknown Error: AbanteCart core v.1.4.1 Symfony\Component\Mime\Address::__construct(): Argument #2 ($name) must be of type string, null given, called in /home/u0768522/abcotex.com/core/lib/mail.php on line 142
Trace:
#0 /home/u0768522/abcotex.com/core/lib/mail.php(142): Symfony\Component\Mime\Address->__construct()
#1 /home/u0768522/abcotex.com/storefront/controller/pages/content/contact.php(136): AMail->setSender()
#2 /home/u0768522/abcotex.com/core/engine/dispatcher.php(306): ControllerPagesContentContact->main()
#3 /home/u0768522/abcotex.com/core/engine/dispatcher.php(341): ADispatcher->dispatch()
#4 /home/u0768522/abcotex.com/core/engine/page.php(108): ADispatcher->dispatch()
#5 /home/u0768522/abcotex.com/core/engine/router.php(204): APage->build()
#6 /home/u0768522/abcotex.com/core/engine/router.php(86): ARouter->route()
#7 /home/u0768522/abcotex.com/index.php(101): ARouter->processRoute()
#8 {main} in /home/u0768522/abcotex.com/vendor/symfony/mime/Address.php on line 42
2025-04-07 13:23:22 - Unknown Error: AbanteCart core v.1.4.1 Symfony\Component\Mime\Address::__construct(): Argument #2 ($name) must be of type string, null given, called in /home/u0768522/abcotex.com/core/lib/mail.php on line 142
Trace:
#0 /home/u0768522/abcotex.com/core/lib/mail.php(142): Symfony\Component\Mime\Address->__construct()
#1 /home/u0768522/abcotex.com/storefront/controller/pages/content/contact.php(136): AMail->setSender()
#2 /home/u0768522/abcotex.com/core/engine/dispatcher.php(306): ControllerPagesContentContact->main()
#3 /home/u0768522/abcotex.com/core/engine/dispatcher.php(341): ADispatcher->dispatch()
#4 /home/u0768522/abcotex.com/core/engine/page.php(108): ADispatcher->dispatch()
#5 /home/u0768522/abcotex.com/core/engine/router.php(204): APage->build()
#6 /home/u0768522/abcotex.com/core/engine/router.php(86): ARouter->route()
#7 /home/u0768522/abcotex.com/index.php(101): ARouter->processRoute()
#8 {main} in /home/u0768522/abcotex.com/vendor/symfony/mime/Address.php on line 42





how to fix these errors please?


5
Template Support / Table of product_descriptions
« on: March 27, 2025, 04:56:56 AM »
Hello,

i have along html code for FAQ page which i wanna paste to (product descriptions) field but the code saving not completely. I check the database product_descriptions table and it was on LONGTEXT but doesn't worked. What to do ?
I use Abantecart v.1.4.1 NOVATOR
php 8.3

6
General Discussion / Avatar on v.1.4.1
« on: March 20, 2025, 08:33:11 AM »
Hello,

I did cloned website to other domain but when i tried to change the website avatar it is not refreshing to new uploaded website avatar logo and still showing the old one. i did deleted the web cache and browser caches but not solved.

I use the default AbanteCart theme v.1.4.1 with php v.8.3
website: wwwdotabcoxtexdotcom


thank you

7
Customization help / Navbar on v.1 4.1
« on: February 19, 2025, 05:49:41 AM »
Hello,

how to keep the Navbar fixed on the header of page on v.1 4.1?

8
Hello,


After upgrading to V.1.4.1 the Categories and sub-categories on mobile appearing fine and everything is well but on PC the contains of these categories and sub-categories not appearing and giving a message that The page you requested cannot be found.

AbanteCart v.:  Novator on V.1.4.1
php> v. 8.3
error log: empty

php.ini Permission (0644)
index.php Permission (0555)
config.php Permission (0555)
.htaccess Permission (0644)
I did reset the codes of php.ini, config.php and .htaccess to default codes but my issue still same
i did turned off SEO URL from System → Settings → System and also issue still same.

how to solve this issue?

9
Templates / error log on V.1.4.1
« on: January 24, 2025, 04:39:29 AM »
Hello,

I cannot understand these error reason:



2025-01-24 12:25:38 - App Warning: AbanteCart core v.1.4.1 Cannot to create directory /home/u6047506/public_html/image//thumbnails/19/16. Please check permissions for /home/u6047506/public_html/image/ in /home/u6047506/public_html/core/helper/utils.php on line 1220
2025-01-24 12:26:28 - App Warning: AbanteCart core v.1.4.1 Error: Cannot load image /home/u6047506/public_html/resources/image/no_image.jpg . File does not exist. in /home/u6047506/public_html/core/lib/image.php on line 54
2025-01-24 12:30:35 - App Warning: AbanteCart core v.1.4.1 Error: Cannot load image /home/u6047506/public_html/resources/image/no_image.jpg . File does not exist. in /home/u6047506/public_html/core/lib/image.php on line 54
2025-01-24 12:30:46 - Unknown Error: AbanteCart core v.1.4.1 Call to undefined method db_result_meta::fetch_object()
Trace:
#0 /home/u6047506/public_html/core/lib/db.php(119): AMySQLi->query()
#1 /home/u6047506/public_html/core/engine/extensions.php(1159): ADB->_query()
#2 /home/u6047506/public_html/core/engine/extensions.php(390): ExtensionsApi->__ExtensionsApiCall()
#3 /home/u6047506/public_html/core/lib/db.php(85): ExtensionsApi->__call()
#4 /home/u6047506/public_html/core/lib/dataset.php(89): ADB->query()
#5 /home/u6047506/public_html/core/lib/menu_control_storefront.php(36): ADataset->__construct()
#6 /home/u6047506/public_html/extensions/novator/storefront/controller/blocks/mega_menu.php(187): AMenu_Storefront->__construct()
#7 /home/u6047506/public_html/extensions/novator/storefront/controller/blocks/mega_menu.php(49): ControllerBlocksMegaMenu->buildMenu()
#8 /home/u6047506/public_html/core/engine/dispatcher.php(306): ControllerBlocksMegaMenu->main()
#9 /home/u6047506/public_html/core/engine/dispatcher.php(341): ADispatcher->dispatch()
#10 /home/u6047506/public_html/core/engine/dispatcher.php(341): ADispatcher->dispatch()
#11 /home/u6047506/public_html/core/engine/page.php(110): ADispatcher->dispatch()
#12 /home/u6047506/public_html/core/engine/router.php(204): APage->build()
#13 /home/u6047506/public_html/core/engine/router.php(86): ARouter->route()
#14 /home/u6047506/public_html/index.php(101): ARouter->processRoute()
#15 {main} in /home/u6047506/public_html/core/database/amysqli.php on line 136



how to solve them to stop seeing them in the error log file?

10
General Discussion / php.ini on AbanteCart V.1.4.1
« on: January 23, 2025, 08:03:58 AM »
Hello guys!

how do you rating next php.ini on AbanteCart V.1.4.1 code:



text/x-generic php.ini ( ASCII text )
; Use this file for specific PHP settings on your server required for AbanteCart.

; General PHP Settings
output_buffering = 4096
magic_quotes_gpc = Off
register_globals = Off
default_charset = UTF-8
memory_limit = 256M
max_execution_time = 18000
upload_max_filesize = 100M
post_max_size = 100M
max_input_vars = 5000
max_input_time = 300

; Error Handling and Logging
display_errors = Off
log_errors = On
error_log = /var/log/php_errors.log
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

; Session Settings
session.use_cookies = On
session.use_trans_sid = Off
session.gc_maxlifetime = 12000000
session.cookie_httponly = On
session.cookie_secure = Off ; Change to On if using HTTPS
session.cookie_lifetime = 0

; MySQL Settings
mysql.connect_timeout = 256
mysqli.reconnect = On

; APC and OPcache
apc.enabled = 0
opcache.enable = 1
opcache.memory_consumption = 128
opcache.interned_strings_buffer = 8
opcache.max_accelerated_files = 4000
opcache.revalidate_freq = 60
opcache.fast_shutdown = 1

; File Uploads
file_uploads = On
upload_tmp_dir = /tmp

; Security Settings
expose_php = Off
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
allow_url_fopen = Off
allow_url_include = Off

; Timezone
date.timezone = write here your timezone

11
Hello,

I tried to use the Pickup From Store extension on V.1.4.1 but still the same error not solved as you said in my previous post about this issue when i did reported it in V.1.4.0


Where is the new fix for it ?

12
Extension Support / SMTP on V.1.4.1
« on: January 22, 2025, 03:53:26 AM »
Hello,

I upgraded to V.1.4.1 but again we have a new error with using SMTP function and getting these error logs:



2025-01-22 11:41:23 - AMail. transport: Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport: Failed to authenticate on SMTP server with username "MYEMAIL@gmail.com" using the following authenticators: "LOGIN", "PLAIN", "XOAUTH2". Authenticator "LOGIN" returned "Expected response code "235" but got code "535", with message "535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-ab384f925dfsm870499166b.159 - gsmtp".". Authenticator "PLAIN" returned "Expected response code "235" but got code "535", with message "535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-ab384f925dfsm870499166b.159 - gsmtp".". Authenticator "XOAUTH2" returned "Expected response code "235" but got code "334", with message "334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==".".
2025-01-22 11:46:52 - AMail. transport: Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport: Failed to authenticate on SMTP server with username "MYEMAIL@gmail.com" using the following authenticators: "LOGIN", "PLAIN", "XOAUTH2". Authenticator "LOGIN" returned "Expected response code "235" but got code "535", with message "535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-ab384f22fd2sm873964666b.110 - gsmtp".". Authenticator "PLAIN" returned "Expected response code "235" but got code "535", with message "535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-ab384f22fd2sm873964666b.110 - gsmtp".". Authenticator "XOAUTH2" returned "Expected response code "235" but got code "334", with message "334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==".".


i did followed the errors codes on Gmail support page and changed the App Password and used it but nothing solved the error.

What to do please?

13
Templates / product pic on v.14.0
« on: January 20, 2025, 07:29:48 AM »
Hello,

I just realized that the product pics taking all screen size on mobiles and this action preventing the screen from scrolling up or down, what to do in this case to make the pics more smaller on mobile screens to make scrolling up and down working fine?


 

14
New Features Sposorship / Downloadable Orders
« on: January 10, 2025, 02:47:21 AM »
Hello!

I would like to advice to add this option to next version. If it is possible to make the orders downloadable to be saved and memorized after changing the order status to completed. There is a problem in printing the order because clients complaining always that the order appears in blank draft.

15
New Features Sposorship / Exporting Sales Reports
« on: January 10, 2025, 02:41:39 AM »
Hello,

In the next version of AbanteCart I would like to suggest to add the export sales report buttons to this field as showing in the screenshot. adding export format as pdf of excel or some more options will be useful i guess. such documents will be important in discussions of company teams for improving sales.

 

Pages: [1] 2

Powered by SMFPacks Social Login Mod