News:

AbanteCart v1.4.4 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - abolabo

#61
If you have two stores you should to have two variants of the same products with different prices.
See product form->stores. Chose only one.
#62
Quote from: cartagan on April 14, 2025, 09:42:40 AM
Coming back around to this again.

Could someone please point out what part of product_listing.tpl would need to be edited to get the correct group discount pricing to display on both the category page and the product page?

I know that I could make the price a special instead of a discount but that automatically puts them on the Specials page and shows the "Sale" text which I don't want.

Thanks!
You should no to edit tpl file in this case.
Is question only in Specials page?
What if remove links on it and use Featured block instead?
If you have a special price of product for group it's a "special". When you wish to show special product but say it's not a special product it sounds wierd
#64
General Support / Re: Contact Us Form on v.1.4.1
April 13, 2025, 08:35:56 AM
try to remove all messages. i guess nofitication depends on repeating
#65
Templates / Re: error log on V.1.4.1
April 12, 2025, 09:37:23 AM
fix is already in current development version 1.4.2.
Hope release will be soon.
#66
General Support / Re: Contact Us Form on v.1.4.1
April 12, 2025, 09:35:22 AM
Your contactUs form works as expected.
I created new customer, changed store email to mine
and i got this email to another mailbox address.
See screenshot

#67
General Support / Re: Contact Us Form on v.1.4.1
April 11, 2025, 12:09:27 PM
Quote from: G. O. 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.

Fix with captcha here
https://github.com/abantecart/abantecart-src/blob/1.4.2/public_html/core/engine/form.php
https://github.com/abantecart/abantecart-src/blob/1.4.2/public_html/storefront/controller/pages/content/contact.php
Just replace files.
Regarding uploaded files. You should find them in admin->system->data->file uploads.

#68
General Support / Re: Contact Us Form on v.1.4.1
April 11, 2025, 11:42:56 AM
Quote from: G. O. on April 11, 2025, 10:30:53 AM
yes, i can confirm that i got the email in my inbox as you can see in my attachment

check spam on mailbox side.
#69
General Support / Re: Contact Us Form on v.1.4.1
April 11, 2025, 10:13:00 AM
Quote from: G. O. on April 11, 2025, 07:55:01 AM
Quote from: abolabo on April 11, 2025, 05:23:45 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 the required and not required fields.

1. Try to create and send new email from you to yourself (email loop) via email page (gmail etc) and let us know if you got this email in the inbox.

2. Regarding uploaded files. There are two limitations, first in on php.ini side. see post_max_size, upload_max_size.
So if you plan to receive files via contactUs form you should to test with some small images and then increase values of php-directives.
Second limitation related to mailer. Usually mail server do not send emails greater than 7Mb.

Regarding other data.
I'll test this part of code a bit later and let you know
#70
Template Support / Re: Blurb text on V.1.4.1
April 11, 2025, 05:26:36 AM
Quote from: G. O. on April 11, 2025, 05:18:08 AM
Quote from: abolabo on April 11, 2025, 04:59:48 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?
#71
General Support / Re: Contact Us Form on v.1.4.1
April 11, 2025, 05:23:45 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
#72
Template Support / Re: Blurb text on V.1.4.1
April 11, 2025, 04:59:48 AM
blurb cannot be html. It's just a short description of product
#73
General Support / Re: Contact Us Form on v.1.4.1
April 11, 2025, 03:46:41 AM
Quote from: G. O. on April 11, 2025, 12:33:44 AM
Quote from: abolabo on April 10, 2025, 10:38:43 AM
Quote from: G. O. on April 10, 2025, 05:41:02 AM
Quote from: abolabo on April 09, 2025, 07:11:55 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
#74
Please give us more details. What shipping methods are enabled and post screenshot with your settings of them.
Also what payment method do you have enabled.
Also please post some test address of customer.
#75
what common restrictions was set for payment and shipping methods?
Did you tried to reset settings for both?

Forum Rules Code of conduct
AbanteCart.com 2010 -