Next and previous links on the product page module

Module Description: This module adds Next and Previous links on the product page that go to the next and previous product in the last visited category. It displays in the product footer by default, but it can also be repositioned to the “Product actions”, “Extra Left” or “Extra Right” hooks. UPDATE v1.1 * Friendly URLs are now used when enabled UPDATE v1.2 * Changed so that it uses the last visited category instead of the product’s default category * Added code so that v...

Home Featured Carousel Module v0.1

Module Description: Displays Featured Products in the middle of your homepage as Flash Carousel. You can change appearance of carousel from urunxml.php in files folder. Download Home Featured Carousel Module Module Homepage

Search By Attribute Module

Search By attribute module working fine now, Advanced Search, Filter by attributes, Filter search product. Added feature and Bug fixes in the latest version 3. 1) Select dropdown reset issue solved 2) Product combinations with “0” quantity not shown now 3) Search by attribute block works in both columns. 4) Picture shown in search listing matches the attribute selected 5) Attributes with no products in them are not shown anymore 6) Clarification : Products only with pictures will be s...

WIZNAV 2.1.3 + Cat addon Module

WIZNAV The new generation (Back Office Interface) If you are using multiple languages on your site you will need to translate all the tabs to the respective language and also if you are using the menu included it or category and search you will have to go to: Back Office >>Tools>>Translations and choose “Modules Translations” and click on the flag according the language to be translated and search for the prestashop – wiznav – 31 expressions. This is very important especially ...

Offline Credit Card Payment v3.03.production

Offline Credit Card Payment Module v3.03.production Purpose:This module allows currently operating stores to accept credit card payments thru an offline payment gateway, such as an existing cash register or credit card terminal. It does not process credit cards! Features: -Selectable “Authorized Card Issuers” -Multiple selectable fields with validation – Name -Number -Issue Date -Expiration Date -CVC code -Address Verification Option (require delivery and billing addre...

How to fix prestashop mailalert no voucher code display?

Fix prestashop mailalert no voucher code display bug My prestashop Version 1.1.0.5. I have a problem with mailalert module before, which is the Voucher code and voucher value do not display in the email 'New Order'. If you have same problem, you can fix it in a minute. Open file '/modules/mailalerts/mailalerts.php'. Find line #106 [code] $itemsTable .= '<tr style="background-color:#EBECEE;"> <td colspan="4" style="padding:0.6em 0.4em;...

Writing your own Prestashop Module – Part 5

The finishing touches Introduction In this final part of our basic module writing tutorial series we’ll look at the final steps to transform our Tutorialthird module class into a base template that we can use to kick start the writing of new modules. Rather than republish the same old code again we’ll only discuss the changes, but I’ve added a download link at the end of this part so you can grab the final code and use it as the basis for your own projects. We’re going to call this module ...

Google Sitemap Generator Module

Module Description: There seems to have been a lot of problems with the Google XML Sitemap generator shipping with PrestaShop 1.2, so I’ve had a run through and re-written a fair bit of the code to fix these issues. The main changes (in 1.4.2) are: * New XML generation code using the DOMDocument(*) class * Modified the logic to remove extra elements from the generated URLs * Added an xml-stylesheet reference to the output file, xsl included in download * Fixed the issues...

Sliding accordion categories block

Module Description: Sliding accordion categories block features include: * Top-level categories slide so that only one set of subcategories is visible at a time, which saves room when there are many categories. * Configuration page allows one of following slide animations to be used: None, Default, Ease and Bounce. * The categories can be set to slide on mouse click or mouse hover. * The block height can be set to a fixed size or a variable size that changes based on how ma...

Create Hooks in 6 easy steps!

Took me quite a while and lots of meddling to figure this out… thought I would share with the rest of you guys on how to create a hook so u can NOT waste the number of hours like I did. 1. Goto your database and modify ps_hook… (ps_ is what I named my database, so it can be replaced by what you named yours.) 2. find the last id_hook number and insert a new number after with the hook that you want to name e.g. I name it ‘cat’ 3. goto the php of the pages you want the hook to be in… e.g f...