- A new module “Octemplates Smart Checkout – Abandoned Carts” has been added. It tracks all carts, and also provides the ability to send reminders (email/SMS) in several waves, create discount coupons to encourage purchases, and conveniently manage carts in a separate tab (filtering, marking as “converted”, deletion, link copying). In the reminders, a recovery link for the cart is automatically generated, which instantly returns buyers to the checkout and allows them to use the discount (if that option is enabled). Additionally, you can configure the reminder sending time, cart retention period, and process them via Cron (password protected).
- A new module “Smart Register – Customer Registration” has been added. Primarily, this module was created to address the main issue that arises during registration via the standard Opencart form — the entry of incorrect or erroneous phone numbers by users due to the lack of a mask and proper validation. The module has minimal settings.
- In the main template settings, a field “Regular expression for phone validation in modules” has been added, along with an example for use with Ukrainian operators. Simply copy it and save the settings, and the modules will start validating the phone number, preventing the entry of an incorrect number.
- In the main template settings under the “Category Page Type” tab, a setting “Infinite Scroll” has been added — when enabled on pages such as category, manufacturers, search, and promotions, the next page of products will automatically load as soon as the “Show More” button comes into view for the buyers.
- In the “Multi Products” module, the “Infinite Scroll” setting has also been added — enabling it will automatically load the next page of products as soon as the “Show More” button appears in the buyers’ view.
- The display of product reviews and questions in the product card has been redesigned — the standard pagination has been replaced with a “Show More” button. In the template settings under the “Product Card” tab, a new setting “Review and Question Limit” has been added, allowing you to adjust the number of reviews as desired (default is 20). Unlike the standard review display, the first 20 reviews will now be indexed by search engines.
- The display of blog comments has been redesigned — the standard pagination has been replaced with a “Show More” button.
- Minor errors have been corrected and overall improvements have been made.
Added \ Updated files:
- admin/controller/extension/module/oct_product_modules.php
- admin/controller/extension/theme/oct_remarket.php
- admin/controller/octemplates/module/oct_abandoned_cart.php
- admin/controller/octemplates/module/oct_smart_register.php
- admin/controller/octemplates/module/oct_sms_notify.php
- admin/language/en-gb/octemplates/module/oct_abandoned_cart.php
- admin/language/en-gb/octemplates/module/oct_product_modules.php
- admin/language/en-gb/octemplates/module/oct_smart_register.php
- admin/language/en-gb/octemplates/module/oct_sms_notify.php
- admin/language/en-gb/octemplates/oct_remarket.php
- admin/language/en-gb/octemplates/theme/oct_remarket.php
- admin/language/ru-ru/octemplates/module/oct_abandoned_cart.php
- admin/language/ru-ru/octemplates/module/oct_product_modules.php
- admin/language/ru-ru/octemplates/module/oct_smart_register.php
- admin/language/ru-ru/octemplates/module/oct_sms_notify.php
- admin/language/ru-ru/octemplates/oct_remarket.php
- admin/language/ru-ru/octemplates/theme/oct_remarket.php
- admin/language/uk-ua/octemplates/module/oct_abandoned_cart.php
- admin/language/uk-ua/octemplates/module/oct_product_modules.php
- admin/language/uk-ua/octemplates/module/oct_smart_register.php
- admin/language/uk-ua/octemplates/module/oct_sms_notify.php
- admin/language/uk-ua/octemplates/oct_remarket.php
- admin/language/uk-ua/octemplates/theme/oct_remarket.php
- admin/model/octemplates/module/oct_abandoned_cart.php
- admin/view/template/octemplates/module/oct_abandoned_cart.twig
- admin/view/template/octemplates/module/oct_abandoned_cart_lost_carts.twig
- admin/view/template/octemplates/module/oct_product_modules.twig
- admin/view/template/octemplates/module/oct_smart_register.twig
- admin/view/template/octemplates/theme/oct_remarket.twig
- catalog/controller/account/oct_smart_register.php
- catalog/controller/checkout/oct_smartcheckout.php
- catalog/controller/extension/module/oct_product_modules.php
- catalog/controller/octemplates/blog/oct_blogarticle.php
- catalog/controller/octemplates/events/helper.php
- catalog/controller/octemplates/events/smartregister.php
- catalog/controller/octemplates/events/sms_notify.php
- catalog/controller/octemplates/faq/oct_product_faq.php
- catalog/controller/octemplates/module/oct_abandoned_cart.php
- catalog/controller/octemplates/module/oct_otp_login.php
- catalog/controller/octemplates/module/oct_popup_call_phone.php
- catalog/controller/octemplates/module/oct_popup_found_cheaper.php
- catalog/controller/octemplates/module/oct_popup_purchase.php
- catalog/controller/octemplates/module/oct_stock_notifier.php
- catalog/language/en-gb/octemplates/module/oct_abandoned_cart.php
- catalog/language/en-gb/octemplates/module/oct_smart_register.php
- catalog/language/en-gb/octemplates/module/oct_smartcheckout.php
- catalog/language/en-gb/octemplates/module/oct_stock_notifier.php
- catalog/language/ru-ru/octemplates/module/oct_abandoned_cart.php
- catalog/language/ru-ru/octemplates/module/oct_smart_register.php
- catalog/language/ru-ru/octemplates/module/oct_smartcheckout.php
- catalog/language/ru-ru/octemplates/module/oct_stock_notifier.php
- catalog/language/uk-ua/octemplates/module/oct_abandoned_cart.php
- catalog/language/uk-ua/octemplates/module/oct_smart_register.php
- catalog/language/uk-ua/octemplates/module/oct_smartcheckout.php
- catalog/model/octemplates/blog/oct_blogarticle.php
- catalog/model/octemplates/module/oct_abandoned_cart.php
- catalog/model/octemplates/module/oct_live_search.php
- catalog/model/octemplates/module/oct_product_bestsellers.php
- catalog/model/octemplates/widgets/oct_minify.php
- catalog/view/theme/oct_remarket/js/common.js
- catalog/view/theme/oct_remarket/stylesheet/all.css
- catalog/view/theme/oct_remarket/stylesheet/main.css
- catalog/view/theme/oct_remarket/template/account/oct_smart_register.twig
- catalog/view/theme/oct_remarket/template/checkout/cart.twig
- catalog/view/theme/oct_remarket/template/checkout/oct_smartcheckout/cart.twig
- catalog/view/theme/oct_remarket/template/checkout/oct_smartcheckout/customer_fields.twig
- catalog/view/theme/oct_remarket/template/checkout/oct_smartcheckout/smartcheckout.twig
- catalog/view/theme/oct_remarket/template/common/footer.twig
- catalog/view/theme/oct_remarket/template/common/header.twig
- catalog/view/theme/oct_remarket/template/common/language.twig
- catalog/view/theme/oct_remarket/template/common/search.twig
- catalog/view/theme/oct_remarket/template/octemplates/blog/oct_blogcomment.twig
- catalog/view/theme/oct_remarket/template/octemplates/faq/oct_product_faq.twig
- catalog/view/theme/oct_remarket/template/octemplates/module/oct_live_search.twig
- catalog/view/theme/oct_remarket/template/octemplates/module/oct_popup_cart.twig
- catalog/view/theme/oct_remarket/template/octemplates/module/oct_popup_login.twig
- catalog/view/theme/oct_remarket/template/octemplates/module/oct_products_modules.twig
- catalog/view/theme/oct_remarket/template/product/category.twig
- catalog/view/theme/oct_remarket/template/product/manufacturer_info.twig
- catalog/view/theme/oct_remarket/template/product/product.twig
- catalog/view/theme/oct_remarket/template/product/review.twig
- catalog/view/theme/oct_remarket/template/product/search.twig
- catalog/view/theme/oct_remarket/template/product/special.twig
- system/oct_live_search.ocmod.xml
- system/oct_products_modules.ocmod.xml
- system/oct_remarket_admin_part.ocmod.xml
- system/oct_remarket_theme.ocmod.xml
You can download the latest and current version of the template in the support center: https://octemplates.net/
Update instructions here: https://rmdocs.octemplates.net/update
We strongly recommend that you back up your site before upgrading (files + database via PHPMYADMIN).
If necessary, please contact our technical support.
You can order a paid service for updating the template to the current version.
The new version of the template is: edits and functionality improvements + new modules and solutions.
Attention! If you made / make non-standard and customized edits to our template files, then your improvements will be overwritten during the update.