Show Posts


Messages - maxter

Pages: 1 2 3 [4] 5 6 ... 15
46
Security / Re: Issue with credit card brute force
« on: March 05, 2021, 09:13:56 AM »
The easiest solution is to block guest checkout. If you still want a guest checkout, you would need to program Captcha into the process. This requires some coding skills.

Also, you can change the payment provider to Stripe, for instance. I think they have better way of handling this.

47
Support / Re: Can't send emails.
« on: February 22, 2021, 10:33:09 PM »
As error suggests, what is in your error log? Please post errors related to your email.
Are you using SMTP or some internal mail client?

 

48
Support / Re: Product Option don't accept value "0"
« on: November 30, 2020, 06:44:22 AM »
I think you need this ^-?[1-9]\d{0,2}$|^-0$

You can test your regex in here https://www.regexpal.com

49
Support / Re: Sell Digital Software
« on: November 17, 2020, 09:18:23 AM »
Yes. Set price of 0.

NOTE: Avoid creating duplicate posts.

50
Support / Re: Sell free products
« on: November 17, 2020, 09:16:59 AM »
I do not get your question. What does it mean "sell completely free"? Are you planning to sell or provide for free?

Set product of price 0 to be free.

52
Installation and Configuration / Re: Limit items in cart
« on: November 12, 2020, 11:15:23 PM »
There is no such setting to limit number or items in the cart, but should be relatively simple to alter in the code

There is "$this->cust_data" array in core/lib/cart.php class. This needs to be limited your requirement.



53
Support / Re: Setting Up A 'BOGO' Sale?
« on: November 08, 2020, 09:10:23 PM »
I used this extension in the past and I think is allows Buy One Get One Free

https://marketplace.abantecart.com/promotions-management?keyword=promotion


54
Support / Re: I get http error 500 on admin page
« on: November 08, 2020, 09:04:56 PM »
Somehow you deleted your config file:
This file is missing.
/home/moralbxy/public_html/ospures/system/config.php

55
General Support / Re: Error while attempting to embed
« on: November 08, 2020, 08:24:24 PM »
I think your index.php file on the server has incorret permissions. It should be 755 or rwx rx rx.
This would cause issues for all pages, not just embed.

56
How-to questions / Re: Task Manager Configuration
« on: November 02, 2020, 06:21:17 AM »

57
API Development / Re: Shipping Method selection problem
« on: October 21, 2020, 08:57:51 AM »
I am trying to clarify the question. Are you expecting to see the same list all the time?

What version of Abantecart do you have?

58
Gary, You might have got a notification of the spam post and it was later deleted. I have seen that before.
Good luck with your store!
 

59
Templates / Re: Showing Prices on Website
« on: October 17, 2020, 08:08:24 AM »
This is not available in standard abantecart and I did not come across of any extension that does this.

This would be a custom solution.

60
Customization help / Re: Where Can I Find These CSS
« on: October 16, 2020, 08:37:59 AM »
Generally, most of CSSs are in this file https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/stylesheet/style.css

You can use browser inspector to see where the exact CSS is located. 

Pages: 1 2 3 [4] 5 6 ... 15

Powered by SMFPacks Social Login Mod