Show Posts


Messages - Basara

Pages: 1 2 [3] 4 5 ... 385
31
Hello.
There are no settings for this. Most likely you add some code to the theme or have another extension installed.
You can find the CSS file and rule to edit with the browser inspector tool https://abantecart.atlassian.net/wiki/spaces/AD/pages/7569496/Debug#Debug-Browserinspector

32
General Support / Re: Order system emails not being received
« on: March 13, 2024, 10:21:08 AM »
Hello.
https://abantecart.atlassian.net/wiki/spaces/AD/pages/4980799/AbanteCart+Upgrade
Before upgrade check the error log. Your hosting provider can block your outgoing mail or some other issue.

33
General Support / Re: Order system emails not being received
« on: March 13, 2024, 03:53:35 AM »
Hello.
Upgrade to the latest 1.3.4 version it has improved mail sender

34
General Support / Re: Is there quotation function?
« on: March 13, 2024, 03:36:49 AM »
Hello.
Please check 3rd party solutions at marketplace https://marketplace.abantecart.com/offer

35
Hello.
Each product has a setting to Block Product From Ordering

36
News and Announcements / Re: PayPal Commerce
« on: March 12, 2024, 10:01:16 AM »
Hi,
I have followed the instructions and replaced the extension files but the problem is still the same. perhaps it is a different problem. I have recently installed Abantecart version 1.3.4 and have installed the Paypal commerce extension and activated  'ON'. On clicking on the edit button and then the Paypal Get Started the following message comes up: Oops, something went wrong. Please try a bit later. Can you please advise how to proceed. Thank you

Hello. Please confirm you have installed 1.3.4 and replace files from the patch in the Novator branch https://github.com/abantecart/abantecart-src/tree/novator/public_html/extensions

37
Hello.
To solve the missing Continue button in the bootstrap 5 theme please set the Account terms in the Admin > System > Settings > Checkout

38
New Features Discussion / Re: Shipping per product
« on: March 11, 2024, 07:05:23 AM »
Hello.
We appreciate your feedback and we will consider adding this feature in the future.

39
I finally figured out the issue, basically I just needed to add the "http://" to the beginning of the link, lol.

Instead of using "    echo '<a href="' . $pcgw_link . '">PC Gaming Wiki Link</a><br>';"
I had to change it into "    echo '<a href="http://' . $pcgw_link . '">PC Gaming Wiki Link</a><br>';"
and now it works exactly how I wanted.
I didn't fully understand what was going on with the code previously, but now that I understand it, the answer seems so obvious lol.

Just posting  my answer on the off-chance a random person gets in the same situation and searches for help :)
Thank you

40
Hello.
In the System → Settings → System set the debug level to 0 and clear error log
https://abantecart.atlassian.net/wiki/spaces/AD/pages/7569496/Debug#Debug-DebugLevel

41
Hello.
Go to Admin > System > Settings > Checkout and set the account terms to some content page.

42
Hello,

Were you able to fix this issue?  I am having the same problem.

Any help would be appreciated.

Thanks

Hello.
Please try to change the Phone Validation Regex Pattern setting in System → Settings → Checkout to
Code: [Select]
/(.*?)/

43
Hello.
Please try to change the Phone Validation Regex Pattern setting in System → Settings → Checkout to
Code: [Select]
/(.*?)/

44
Hello.
Do you have any other extensions like page builder or anything that affects the storefront? What is the URL of your site, and have you checked the page for any JS errors in the browser console?

45
can you please explain how i do that? thanks
Hello. Most hosting panels let you switch PHP versions. If you need assistance, please contact your hosting service.

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

Powered by SMFPacks Social Login Mod