Home / Prestashop Module Tutorials (page 4)

Prestashop Module Tutorials

Here you can get all introduce, guides for installation for PrestaShop Modules

How to get Instagram Access Token

How to get Instagram Token

Starting from March 2020, Facebook requires users to create a Facebook app with Instagram Basic Display API to get a long-live Instagram Access Token. Follow our instructions on this section to get your own Instagram Access Token and paste it back on the Instagram Shopping & Feed app back-end configuration …

Read More »

Ap Booking: Update new version to 1.1.0

Leotheme update module Ap Booking to new version 1.1.0. What new function in version 1.1.0. Room search page Link to room detail with form search. add this code to link product in category page: ?from={$date_from}&to={$date_to}&adult={$adult}&child={$child} {if isset($date_from) && isset($date_to) && $date_from && $date_to } <h3 class=”h3 product-title” itemprop=”name”><a href=”{$product.link}?from={$date_from}&to={$date_to}&adult={$adult}&child={$child}”>{$product.name|truncate:30:’…’}</a></h3> {else} …

Read More »

Fix error display Price Discount in Ap Booking Prestashop Module

Update display Price Discount in Ap Booking Prestashop Module. Continue the tutorial series of Ap Booking Prestashop Module, this blog is going to be so simple to guide you on how to manage order and filter booking order in Prestashop Booking Module. Change file: modules/apbooking/override/classes/Cart.php What change in file: – …

Read More »