Show Posts


Messages - markzap

Pages: [1]
1
Support / Re: Setup SMTP Mail. I am using Godaddy as Host Provider
« on: January 24, 2024, 01:31:52 AM »
To set up SMTP in AbanteCart with GoDaddy:

Log in to AbanteCart.
Navigate to "System" > "Settings" > "Mail."
Choose SMTP as the mail engine.
Enter GoDaddy's SMTP server details.
Enable SMTP authentication.
Set your customercare email as the sender.
Save changes and test the email settings.
Replace placeholders with your actual details.

2
General Support / Re: Specials in Bootstrap5
« on: January 24, 2024, 01:25:51 AM »
To set a special price using a fixed amount, follow these steps:

Login to your admin panel.
Locate the product you want to put on sale.
Look for a "Specials" or "Discount" section.
Instead of using a percentage, input the discounted price directly (e.g., $272.25).
Save the changes.
If your platform doesn't support setting a fixed amount directly, you might need to calculate the percentage manually. In this case, a 10% discount on $302 would be approximately $272.80, close to your desired price. Check your platform's documentation or support for specific guidance.

3
General Support / Re: Specials in Bootstrap5
« on: January 20, 2024, 01:25:00 AM »

It seems like you're having trouble creating a special or a discount for a product using both percentage and dollar values. Let me clarify how you can achieve this:

Percentage Discount:
If you want to apply a percentage discount, you can use the % symbol. For example, if you want to give a 10% discount on a $302 product, the discounted price would be calculated as follows:
Discounted Price
=
Original Price

(
Original Price
×
Percentage
)
Discounted Price=Original Price−(Original Price×Percentage)
In this case:
302

(
302
×
0.10
)
=
302

30.20
=
271.80
302−(302×0.10)=302−30.20=271.80

Dollar Discount:
If you want to apply a discount in dollars, you simply subtract that amount directly from the original price. For a $302 product with a $29.75 discount:
Discounted Price
=
Original Price

Dollar Amount
Discounted Price=Original Price−Dollar Amount
In this case:
302

29.75
=
272.25
302−29.75=272.25

If you specifically want the discounted price to be $272.25 and you are starting from $302, then you would use a dollar discount of $29.75.

To summarize:

Percentage Discount:
302

(
302
×
0.10
)
=
271.80
302−(302×0.10)=271.80
Dollar Discount:
302

29.75
=
272.25
302−29.75=272.25
Make sure you are using the correct values in your calculations, and it should work as expected. If you are still having issues, please provide more details about the problem or the specific context in which you are working.

Pages: [1]

Powered by SMFPacks Social Login Mod