Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
Template Support / Re: Embedding HTML Block SEO Keyword URL
« Last post by G. O. on June 02, 2025, 04:55:48 AM »
Hello,

I just wanna know if it's possible to do something to embed a specific html block with a unique url link to share outside of website in 3rd parties webpages and apps.
 
is that possible?

Yes, in theory:
1. create your own controller, let's name it myBannerBlock. As example you can get method "main" from public_html/extensions/banner_manager/storefront/controller/responses/extension/banner_manager.php.
The main function of this controller to send piece of html (tpl-render of ready html-content of block) by request parameters.
2. Then create new html-banner. Get it's banner_id.
3. Insert into table url_aliases data, where `query`  =  'banner_id=123&format=html' and `keyword` = 'some_unique_your_seo_keyword'.
4. Then open browser and put url https://www.yourdomain.com/some_unique_your_seo_keyword

It's a good idea to extend functionality our native banner manager extension. Feel free to donate us for this feature :-)

if you could add this function to next version you will be 1st platform who's adding such idea  :) . don't worry i still have too much idea to share here  8)
52
Template Support / Re: Embedding HTML Block SEO Keyword URL
« Last post by abolabo on June 02, 2025, 04:12:24 AM »
Hello,

I just wanna know if it's possible to do something to embed a specific html block with a unique url link to share outside of website in 3rd parties webpages and apps.
 
is that possible?

Yes, in theory:
1. create your own controller, let's name it myBannerBlock. As example you can get method "main" from public_html/extensions/banner_manager/storefront/controller/responses/extension/banner_manager.php.
The main function of this controller to send piece of html (tpl-render of ready html-content of block) by request parameters.
2. Then create new html-banner. Get it's banner_id.
3. Insert into table url_aliases data, where `query`  =  'banner_id=123&format=html' and `keyword` = 'some_unique_your_seo_keyword'.
4. Then open browser and put url https://www.yourdomain.com/some_unique_your_seo_keyword

It's a good idea to extend functionality our native banner manager extension. Feel free to donate us for this feature :-)


53
Template Support / Embedding HTML Block SEO Keyword URL
« Last post by G. O. on June 02, 2025, 03:18:46 AM »
Hello,

I just wanna know if it's possible to do something to embed a specific html block with a unique url link to share outside of website in 3rd parties webpages and apps.
 
is that possible?
54
Extension Support / Re: PAGE BUILDER not installing - why?
« Last post by leque126 on June 01, 2025, 10:43:08 PM »
Check your php.ini file — Make sure fileinfo, mbstring, and zip extensions are enabled. These are often required by page builders or dashboard components.
55
Upgrade / Re: upgrading from V.1.4.1 to V. 1.4.2
« Last post by abolabo on June 01, 2025, 06:15:39 AM »
You may have the same issue I had.

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 was go to the .htaccess file in the root folder of your AbanteCart installation and add this line:
DirectoryIndex index.php
Nope, this it database index related issue, not webserver
56
General Support / Re: Receiving Error Trying to Import Products
« Last post by abantecart on May 31, 2025, 05:22:44 PM »
Set permissions on this directory to be writable for a web user.

Depending on your OS/hosting/configuration, you can do 775 or 777
57
Tips and Tricks / AI and AbanteCart
« Last post by abantecart on May 31, 2025, 05:19:57 PM »
Check how Cursor AI can help you with customizing AbanteCart. 



Share your experience if you try something like this.

58
I just tested on my end and can confirm the issue when trying to scroll to some sub-categories like eShops from a PC. It seems like the submenu doesn’t fully load or respond properly to the mouse scroll.
59
Templates / Re: How to remove Powered By: AbanteCart on v1.4.0
« Last post by salmon on May 31, 2025, 03:57:35 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.
Thank you very much for this extremely useful sharing! I just tried to delete the line “Powered By: AbanteCart” according to the instructions and it was very quick and solved the problem that I have been annoyed with for a long time.
60
Upgrade / Re: upgrading from V.1.4.1 to V. 1.4.2
« Last post by Marklawrence on May 30, 2025, 01:39:40 PM »
You may have the same issue I had.

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 was go to the .htaccess file in the root folder of your AbanteCart installation and add this line:
DirectoryIndex index.php
Pages: 1 ... 4 5 [6] 7 8 ... 10

Powered by SMFPacks Social Login Mod