Hello,
I tried to upgrade to AbanteCart v1.4.2.1 but it looks like there is an issue but no error logs.
what to do ?
I tried to upgrade to AbanteCart v1.4.2.1 but it looks like there is an issue but no error logs.
what to do ?
AbanteCart v1.4.2.1 is released.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Basara on May 14, 2025, 05:16:00 AMQuote from: G. O. on May 14, 2025, 02:55:24 AMIt is a bug, please subscribe to the GitHub issue for updates on its resolution.
the ratings filter on the category pages
https://github.com/abantecart/abantecart-src/issues/1735
Quote from: abolabo on June 02, 2025, 04:12:24 AMQuote from: 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?
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 :-)
Quote from: Basara on May 14, 2025, 05:14:22 AM
Hello.
Please check https://abantecart.atlassian.net/wiki/spaces/AD/pages/8028306/Multi-store
Quote from: Basara on May 14, 2025, 01:44:40 AM
Hello.
Are you referring to the rating field on the product page, or the rating filter on the category pages?
Quote from: Basara on May 13, 2025, 10:00:09 AM
Set Display Reviews Off and Allow Reviews: Do not allow
Quote from: Basara on May 13, 2025, 09:05:20 AM
Hello.
You can disable the reviews in the System > Settings > General