Pages

Showing posts with label Miscellaneous. Show all posts
Showing posts with label Miscellaneous. Show all posts

Feedback Module

Module Features:

  • page of collection of feedback in Front office, with ceck privacy and request authorization to publication
  • management feedback BO: moderation (all feedback must be approved for publication); opportunity to correct any typos; option to delete the feedback; option for an answer
  • page of view feedback and any responses, in front office
  • language: EN, IT
  • for version: 1.1 1.2. and 1.3
  • browser : I’ve tested with FF, IE6/7/8 Chrome, Opera


How to install:

extract the zip file, copy and paste into the modules directory,go to back office on modules and click on install button.













Yahoo Messenger Block Module V0.2

Free Prestashop Yahoo Messenger Block Module Features:

* no new table will created on your sql, since there is a lot of table already on sql, why add more table just to store single YM! data
* but you still can do multi-user, add all your YM! ID as you like.
* personalized icon, all icon is stored on your server, so you can change it all by yourself.
* enable/disable default block frame and put some addtional info on the footer of this module block

By default im packed this module only contains 2 status icons, but you still can download more icons on separated files.












RSS Web 2.0 / Social Bookmarks Block Module

This free module will help you to add a RSS Web 2.0 / Social Bookmarks Block on your prestashop.



















Download RSS Web 2.0 block Module

Visite Module Homepage

Facebook Like Module

This module adds a Facebook Like button to the product page.
You can configure the size, type, show faces, font, color and text of the button.

You can also display it anywhere you want using a new hook.

It is compatible with Prestashop 1.1, 1.2 and 1.3


V1.0.1 released, bug fix for minimum width of compact button

Facebook Fan Page Block v0.1


















Show latest twitter status

This free module will show your latest twitter status in a block.






















Download: http://www.catalogo-onlinersi.com.ar/blocks/69-twitstate.html

Tab Send newsletter v1.4

If you are looking for a module can send newsletters to registered users, this might you need.
The functionalitydoes the following:

1. Provide options for you to choose which users you want to contact: Newsletter Block Subscribers, Customers, and Customers who Subscribed to Newsletter.
2. You can check all of them and it will remove any duplicate emails before it sends the newsletter, so that people don’t receive two.

NOTE: Newsletter Block Subscribers don’t have First or Last Names, so the FIRSTNAME token will be ‘Subscriber’ and LASTNAME will be blank in their case.

Here is a Video-Tutorial: http://www.prestashopbr.com/tutoriais/newsletter/

Croll Custom CSS

Why you need this module? Because it can make your page size small and speed up page load.

Module lets you include CSS files on each page according to different params:
. The name of the php file
. The value of variables

For example i can include beautiful.css on all pages, product_special.css only for products which id 3 and 4, content_magnifier.css to sitemap.php, my_custom_page.php and CMS page with id 3. Etc.

Here the process in images:
Choose CSS file










Edit “hooks”:















List:














At this time, there is no interface for CSS upload. You need to put them in the “css” folder of the module.
Only tested with Prestashop 1.3. Let me now if it doesn’t work with previous versions.
This module is in beta version and licensed under GPLv2.

You can download it here.

Original post on the french forum.

Add Google Maps to contact page

To add or embed Google Maps to your PrestaShop contact page, only one file needs to be edited and uploaded to your theme folder.

Add Google Maps to your site’s contact page will provide convenience to your potential customers. Also, putting a map and physical address will give more confidence to those who are considering to buy merchandise from you.

















STEP 1 – Download

  1. Click here to download the zipped contact-form.tpl file.
  2. Unzip the contact-form.tpl file to any location on your computer.

STEP 2 – Editing

  1. Open the contact-form.tpl file with any text editor.
  2. Get your API key from Google — Go to http://code.google.com/apis/maps/signup.html, enter your domain and get the key (it’s a long line of seemingly random characters).
  3. Copy and paste the key to contact-form.tpl — replace the text YOUR_API_KEY_HERE with your key (line 8).
  4. Get the exact latitude/longitude of your business location athttp://www.gorissen.info/Pierre/maps/googleMapLocation.php -Scroll and zoom in as close as possible to get the accurate position.
  5. Replace the (latitude,longitude) data (two locations — line 48 and 52).
  6. Change the business name/details (line 34).
  7. Save the file and upload to your theme folder:  \themes\YOUR_THEME\contact-form.tpl — It’s recommended that you download and backup a copy first before overwriting.
  8. That’s it. Open your PrestaShop site’s contact page in any browser and see the result.
CAUTION:
When you paste the Latitude and Longitude data, make sure you follow the order (Latitude, Longitude).


IMPORTANT NOTE:
The file above is for PrestaShop 1.3 and PrestaShop 1.3.1. If you have any other older or newer version of PrestaShop, you can download the file, then copy the lines of code between <!– Google Maps code start –> and <!– Google Maps code end –>, then paste to your own contact-form.tpl file at about the same location.


Browser compatibility: Tested with Firefox, Google Chrome, Opera, Safari, IE6, IE7 and IE8.

Original Post