Recent Posts

Pages: 1 ... 5 6 [7] 8 9 10
61
General Support / Receiving Error Trying to Import Products
« Last post by JessieSager on May 30, 2025, 12:53:01 PM »
Temporary Directory /home/heartpetsupply/public_html/admin/system/data/ is not writable! Please change permissions to proceed.

What does that mean?
62
Embedding / Embed code doesn't work - Solved
« Last post by Marklawrence on May 30, 2025, 12:41:48 PM »
I updated AbanteCart to 1.4.2 the update critically failed. After that the embeded code wouldn't work no matter what I tried, even rolling back to a fresh install of 1.4.1. When you go to the admin control panel, then select products, then select a product, then get embed code, the preview wouldn't appear. Furthermore if you went to a page with embeds in it and opened dev mode you would get an error.
In Chrome it's:
Cross-Origin Read Blocking (CORB) blocked a cross-origin response.
In Firefox it's:
The resource from was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff)

After working on this error for more than I day I figured out the problem. The webserver wouldn't serve index.php as the default index file, so any call to javascript would return 404, which was the wrong file type since it was expecting javascript, and it would get blocked.

The solution is go to the .htaccess file in the root folder of your AbanteCart installation and add this line:
DirectoryIndex index.php
63
Templates / Re: How to remove Powered By: AbanteCart on v1.4.0
« Last post by BrendaElliot on May 28, 2025, 10:15:46 AM »
you can still remove the “Powered By: AbanteCart” text by editing the footer.tpl file in your template folder. Simply delete or comment out the line with <?php echo $text_powered; ?> and clear the cache afterward. However, this change may be lost after future updates unless you use a custom theme.
64
Development Help Needed / Re: Make Stripe to support Apple pay / Klarna..
« Last post by albertsmith101 on May 28, 2025, 03:43:31 AM »
You're right — Stripe does support multiple payment methods like Apple Pay, Google Pay, Klarna, and more. However, AbanteCart's default Stripe extension is often limited to basic credit card payments only, unless it's extended or modified.

Here’s how you can potentially resolve this:

✅ Steps to Enable Other Stripe Payment Methods in AbanteCart:
1. Check for Extension Updates
Go to your AbanteCart admin panel → Extensions → Payments.

Locate Stripe and check for updates.

Sometimes, new versions add support for more payment methods.

2. Use a Third-Party Stripe Integration
The default Stripe plugin might not support all payment methods.

Check AbanteCart Marketplace or GitHub for enhanced Stripe extensions that support Apple Pay, Klarna, etc.

Some paid modules offer advanced Stripe features.

3. Use Stripe’s PaymentElement or Checkout Integration
You can customize the integration by using Stripe’s Payment Element or Stripe Checkout in your custom code.

This allows:

Apple Pay / Google Pay

Klarna

ACH

Afterpay/Clearpay

iDEAL, SEPA, and more

➡️ This requires some coding knowledge or help from a developer.

4. Enable Payment Methods in Stripe Dashboard
You mentioned already enabling them — good!

Just ensure you’ve enabled the methods for the correct region in your Stripe Dashboard.

65
SEO / Re: Link Building: Why Your Website Needs It to Grow!
« Last post by selectivesame on May 27, 2025, 03:10:56 AM »
Too many people chase backlinks without considering domain relevancy or quality, which can backfire with search engines.
66
Template Support / Re: Product Promotion option on V.1.4.2
« Last post by Basara on May 26, 2025, 09:12:43 AM »
what if i want to create my own extension and upload it to my server? is that working on AbanteCart ? more details in this case please

AbanteCart fully supports creating and uploading your own custom extensions. This is one of the platform’s strengths, allowing developers to extend or customize functionality
67
Template Support / Re: Product Promotion option on V.1.4.2
« Last post by G. O. on May 26, 2025, 08:17:41 AM »
what if i want to create my own extension and upload it to my server? is that working on AbanteCart ? more details in this case please
68
Template Support / Re: Product Promotion option on V.1.4.2
« Last post by Basara on May 26, 2025, 06:11:13 AM »
Hello.
Please review third-party tools for adding a percentage badge to product listings.
https://marketplace.abantecart.com/product_badges
69
Template Support / Product Promotion option on V.1.4.2
« Last post by G. O. on May 26, 2025, 06:03:39 AM »
Hello,

I searched for a solution to set the percent (%) of discount to be appeared around the SALE word or around the original prices but nothing found. how  to show the client the percent (%) of discount will get when planning to buy.

NOVATOR V.1.4.2
70
Support / Re: testing email
« Last post by Basara on May 26, 2025, 02:36:38 AM »
Hello.
You’re encountering this SMTP authentication error: 535 Incorrect authentication data

which means the SMTP server is rejecting the credentials you’re providing
Pages: 1 ... 5 6 [7] 8 9 10

Powered by SMFPacks Social Login Mod