Show Posts


Messages - G. O.

Pages: 1 [2] 3 4 ... 12
16
General Support / Re: Contact Us Form on v.1.4.1
« on: April 11, 2025, 09:59:44 AM »
i just discovered that there is an option should be activated for getting notification on admin dashboard for the contact us form enquiry details.  still i need to know how to push the form enquiry to arrive to email inbox and without the unnecessary fields as well as the CAPTCHA and Google reCAPTCHA codes.

17
General Support / Re: Contact Us Form on v.1.4.1
« on: April 11, 2025, 07:55:01 AM »
Looks like trouble in gmail that you use as mailer.
Can you try to set your sender email (abcotex.llc@***.com) as store email (instead info@***.com) ?
Looks like google don't like when sender email address not equal real sender account


after replacing the files codes you advised i found that the form is working but all emails forms appearing only in the sender (sent box) only and not appearing in the inbox or admin messages notifications as also it is printing all form's fields even the CAPTCHA code too, as also the required and not required fields. 

18
Template Support / Re: Blurb text on V.1.4.1
« on: April 11, 2025, 07:50:46 AM »
blurb cannot be html. It's just a short description of product


we cannot keep the html version anyway with a fix for this issue ?

what the aim of html-version of blurb?


it is gonna be more attractive for client when has some bold font and colors and maybe some JS

19
Template Support / Re: Blurb text on V.1.4.1
« on: April 11, 2025, 05:18:08 AM »
blurb cannot be html. It's just a short description of product


we cannot keep the html version anyway with a fix for this issue ?

20
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

21
General Support / Re: Contact Us Form on v.1.4.1
« on: April 11, 2025, 04:12:25 AM »
Can you provide access to your admin side via private message?

check you inbox plz

try to replace your files with this
https://github.com/abantecart/abantecart-src/blob/2724b43aa1c9cb122734acdfe9b7173542f528a7/public_html/storefront/controller/pages/content/contact.php
and
https://github.com/abantecart/abantecart-src/blob/2724b43aa1c9cb122734acdfe9b7173542f528a7/public_html/core/engine/form.php

and let us know


i replaced those files and after testing the contact us form i got these error log: and when submitting the form i got next screen as you can see in my screenshot

ERROR LOG:
2025-04-11 6:59:47 - Unknown Error: AbanteCart core v.1.4.1 Call to undefined method ALanguage::getAndReplace()
Trace:
#0 /home/core/engine/dispatcher.php(306): ControllerPagesContentContact->main()
#1 /home/core/engine/dispatcher.php(341): ADispatcher->dispatch()
#2 /home/core/engine/page.php(108): ADispatcher->dispatch()
#3 /home/core/engine/router.php(204): APage->build()
#4 /home/core/engine/router.php(86): ARouter->route()
#5 /home/index.php(101): ARouter->processRoute()
#6 {main} in /home/storefront/controller/pages/content/contact.php on line 50

oh, sorry, forgot this file
https://github.com/abantecart/abantecart-src/blob/1.4.2/public_html/core/engine/language.php#L184
Please replace too



i replaced the required file and tested again the form and just on screen got a notification that the (Your inquiry has been successfully sent to the store owner!) but nothing arrived no on admin no on email and no error logs at all.

22
General Support / Re: Contact Us Form on v.1.4.1
« on: April 11, 2025, 12:33:44 AM »
Can you provide access to your admin side via private message?

check you inbox plz

try to replace your files with this
https://github.com/abantecart/abantecart-src/blob/2724b43aa1c9cb122734acdfe9b7173542f528a7/public_html/storefront/controller/pages/content/contact.php
and
https://github.com/abantecart/abantecart-src/blob/2724b43aa1c9cb122734acdfe9b7173542f528a7/public_html/core/engine/form.php

and let us know


i replaced those files and after testing the contact us form i got these error log: and when submitting the form i got next screen as you can see in my screenshot

ERROR LOG:
2025-04-11 6:59:47 - Unknown Error: AbanteCart core v.1.4.1 Call to undefined method ALanguage::getAndReplace()
Trace:
#0 /home/core/engine/dispatcher.php(306): ControllerPagesContentContact->main()
#1 /home/core/engine/dispatcher.php(341): ADispatcher->dispatch()
#2 /home/core/engine/page.php(108): ADispatcher->dispatch()
#3 /home/core/engine/router.php(204): APage->build()
#4 /home/core/engine/router.php(86): ARouter->route()
#5 /home/index.php(101): ARouter->processRoute()
#6 {main} in /home/storefront/controller/pages/content/contact.php on line 50

23
General Support / Re: Contact Us Form on v.1.4.1
« on: April 10, 2025, 05:41:02 AM »
Can you provide access to your admin side via private message?

check you inbox plz

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

HERE IS THE HTML BODY CODE:
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>{{ title }}</title>
</head>
<body>
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 600px;">
   <tr>
      <td class="align_left">
         <a href="{{ store_url }}" title="{{ store_name }}">
            {{# logo_uri }}
               <img src="{{ logo_uri }}" alt="{{ store_name }}" style="border: none;">
            {{/ logo_uri }}
            {{# logo_html }}
               {{ logo_html }}
            {{/ logo_html }}            
         </a>
      </td>
   </tr>
   <tr>
      <td>&nbsp;</td>
   </tr>
   <tr>
<td>&nbsp;</td>
   </tr>
   <tr>
      <td class="align_left"
          style="background-color: #069; color:#FFF; font-size: 12px; font-weight: bold; padding: 0.5em 1em;">{{ entry_enquiry }}</td>
   </tr>
   <tr>
      <td class="align_left"
          style=" font-size: 12px; padding: 0.5em 1em;">{{{ enquiry }}}</td>
   </tr>
   <tr>
      <td>&nbsp;</td>
   </tr>
   <tr>
      <td>
         <table style="width: 100%; font-family: Verdana,sans-serif; font-size: 11px; color: #FFFFFF;">
            {{# tpl_form_fields }}
            <tr>
            <td style="padding: 0.3em; background-color: #EEEEEE; color: #000;">{{ name }}</td>
               <td style="padding: 0.3em; background-color: #EEEEEE; color: #000;">{{ value }}</td>
            </tr>
            {{/ tpl_form_fields }}
         </table>
      </td>
   </tr>
   <tr>
      <td>&nbsp;</td>
   </tr>
   <tr>
      <td class="align_center"
          style="font-size: 10px; border-top: 1px solid #069; text-decoration: none; color: #374953;">
         <a href="{{ store_url }}"
            style="color: #069; font-weight: bold; text-decoration: none;">{{ store_name }}</a><br>
      </td>
   </tr>
</table>
</body>
</html>


AND HERE IS THE BODY TEXT:

{{ store_name }}

{{ entry_enquiry }}
{{{ enquiry }}}


{{# tpl_form_fields }}
{{ name }}  {{ value }}
{{/ tpl_form_fields }}

25
General Support / Re: Contact Us Form on v.1.4.1
« on: April 08, 2025, 05:15:49 AM »

Success page: content/contact


why such route?
Should be content/contact/success

even your suggestion tried and the result as you see in the screenshot but there is nothing arrived, not to email and not to admin dashboard.   I think the best option is resetting the Form codes to default and replace them. so tell me what to replace? maybe will solve my problem. 

26
General Support / Re: Contact Us Form on v.1.4.1
« on: April 08, 2025, 03:40:11 AM »
try to disable all 3d-party extensions and retry

if you talk about google reCAPTCHA already tried that too. on website now there is the default CAPTCHA and i tried next options

1. when using:
 Processing Controller: Contact Us Page(*)

Success page: content/contact

on website form page not showing me a notification that to form been submitted successfully and on Admin side i get this notification message:

New Inquiry From m****** (info@test.com)
Message status:
notice
Date:
08.04.2025 10:12:09 AM
Number of repetitions:
0
Enquiry: First Name: m****** Last Name: h****** Gender: Mr: Email: info@test.com Departments: Sales Country: T***** Telephone | Cellphone: 0123456789 Inquiry: Note: bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla, Rate Us: 100 % reCAPTCHA: b60001 IP Address: 9*.1*.1**.1**

in the error log i get these errors:
2025-04-08 10:09:07 - App Error: AbanteCart core v.1.4.1 NOT EXIST Form with name ContactUsFrm
Trace:
#0 abcotex.com/core/engine/form.php on line 171
#1 abcotex.com/core/engine/form.php on line 125
#2 abcotex.com/storefront/controller/pages/content/contact.php on line 39
#3 abcotex.com/core/engine/dispatcher.php on line 306
#4 abcotex.com/core/engine/dispatcher.php on line 341


2. when using:
Processing Controller: Default Email(*)

Success page: forms_manager/default_email
on website form page showing me a notification that Form was submitted successfully! but on email inbox nothing and on admin panel page also nothing.


Not:  i tried also to make the field of Success page: empty in both options and gave it a try but nothing too.

finally, i should say that the contact us form in my website not working since v.1.3.2 on AbanteCart, there must be some missing codes which effecting on the form structure and on Google reCAPTCHA and that's made this conflict in the form process.


  DO YOU HAVE ANY SUGGESTION IN THIS CASE?

27
General Support / Re: Contact Us Form on v.1.4.1
« on: April 07, 2025, 10:18:37 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


i did that too, i tired many options and also doesn't work yet. what could be done else?

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

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

no

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


30
Template Support / Re: Table of product_descriptions
« on: March 27, 2025, 06:25:42 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.

I already have the same code and page on other website with the same version of cart and php and working fine.

Pages: 1 [2] 3 4 ... 12

Powered by SMFPacks Social Login Mod