V8x PrestaShop-WordPress two-way integration module V1.8.3.1

Superkiki

Well-known member
Elite
XNullUser
Joined
Aug 18, 2023
Messages
79
Reaction score
434
Points
53
Location
Spain
NullCash
2,376
Version 1.8.3.1
** Correct Fatal Error on PrestaShop 8.1

Display WordPress posts in your store and PrestaShop products in your blog.
Flexible selection of articles, display anywhere - on the homepage, product page, etc.
Easy selection of products - individually, products of some category or brand, etc.
O que este módulo faz por você
person_add Otimiza o referenciamento natural (SEO) em todos os motores de busca
With this module you can easily display WordPress posts in your shop and show PrestaShop products in the blog. Such integration has a very positive effect on SEO and user experience.

addons.prestashop.com


PrestaShop-WordPress two-way integration

Display WordPress posts in your store and PrestaShop products in your blog.Flexible selection of articles, display anywhere - on the homepage, product page, etc.Easy selection of products - individually, products of some category or brand, etc.
addons.prestashop.com

addons.prestashop.com

In PrestaShop you can display content from your WordPress blog:
  • Posts at the homepage - show the latest posts directly on the homepage of your shop. This way you will improve the look of your homepage and show important content that is useful for visitors.
  • Posts at the product page - show related articles written exactly about your products. You can select specific posts or show posts from some category, configure each product separately or show posts for a whole category of products - anything you need.
  • Custom blocks of posts - display blocks of selected posts anywhere, for example show news from the blog in the left column. You can select the necessary posts, customize their appearance and much more.
  • List of all posts on a special separate page - display the full list of your posts directly in PrestaShop, with pagination, description, SEO fields, etc. If necessary you can even display full content of articles directly in PrestaShop and customers won’t be redirected to WordPress
  • WordPress categories and comments - optionally you can display even this info. This will make your store even more lively and customer friendly.

On the WordPress side you can display various PrestaShop data:
  • Products - add products directly to your posts. Visitors will go straight to the products after reading the article, this is a great way to engage them and increase sales. You can insert products into posts using shortcodes. Products can be selected individually, or you can show products of certain categories or brands.
  • "Add to cart" button - place the button in your promo post and customers will be able to buy the product right after reading the article.
  • "Shopping cart" block - show the shopping cart directly in WordPress, to be able to proceed to checkout at any moment directly from the blog.
  • "Catalog search" block - place the search form in your blog so that customers can easily move to shopping after reading your articles.
 

Attachments

  • v1.8.3.1-prestawp.zip
    431.9 KB · Views: 19

cmrcmr

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Sep 6, 2019
Messages
914
Reaction score
610
Points
93
NullCash
4,148
Gracias por este modulo, voy a probarlo en mi lugar de host.
 

hxcode

Well-known member
Master
Diamond
Elite
Joined
Aug 16, 2020
Messages
3,264
Reaction score
357
Points
83
NullCash
47
thank you for sharing this module.
 

lulu11

Member
XNullUser
Joined
Apr 14, 2022
Messages
250
Reaction score
0
Points
16
NullCash
5
Merci d'avoir partagé ce joli module, je l'essaye maintenant !
 

Superkiki

Well-known member
Elite
XNullUser
Joined
Aug 18, 2023
Messages
79
Reaction score
434
Points
53
Location
Spain
NullCash
2,376
FO NOT DOWNLOAD THE MODULE!!!! THIS IS FAKE VERSION 1.8.3.1! In fact it is 1.8.3 version with just changed version to 1.8.3.1 in main PHP-file. So this user is cheating you!!!!
Original version 1.8.3 is published here: https://www.nulledfrm.com/threads/prestashop-wordpress-two-way-integration-module-v1-8-3.94016/
please read ** Correct Fatal Error on PrestaShop 8.1
please read ** Correct Fatal Error on PrestaShop 8.1
please read ** Correct Fatal Error on PrestaShop 8.1
please read ** Correct Fatal Error on PrestaShop 8.1

$this->context->smarty->registerPlugin('modifier', 'implode', [$this, 'smartyModifierImplode']);
replace by
$this->context->smarty->registerPlugin('Modifier', 'implode', [$this, 'smartyModifierImplode']);

modifier is not Modifier in php
with this correct, no error on intall Presta 8.1
 
Top