Installation Instructions for Pin It Button
Installation Tips Uninstall Help
ABOUT US
backtotop
Title:Pin It Button
Author:Numinix
Description:Adds a Pinterest.com Pin It button to your product pages as described here: http://pinterest.com/about/.
Installation Level:Easy
Installation Time:~ 5 minutes
Author Notes:Zen Cart is the copyright of the Zen Cart Development Team.
DISCLAIMER
backtotop
This module is installed at your own risk. If you are unsure of how to complete the installation procedure documented below, please view our help section for additional information. Numinix Web Development LLC takes no responsibility for problems related to the installation of this module.
LICENSE
backtotop
Before installing this module, you agree to abide by these license terms.
INSTALLATION
backtotop
  1. Patch your database by copying and pasting the contents of install.sql in the Admin Panel at Tools->Install SQL Patches.
  2. Before uploading, rename these folders to your specific folder names:
    /YOUR_ADMIN -> Rename to your admin folder name
    /includes/templates/YOUR_TEMPLATE -> Rename to your template folder name
  3. Upload all files and updated folders in this package while maintaining the directory structure.
  4. In the Admin Panel, go to Configuration->Pinterest.com Pin-It Button and enable the button by setting "Enable Pinterest Button false" to True.
  5. Add the following code to any template file(s) you choose (example: includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php):
    Code: SELECT ALL
    <!-- Pin It Button BEGIN -->
    <?php
      if (PINTEREST_BUTTON_STATUS == 'true') { 
        require($template->get_template_dir('/tpl_modules_pin_it_button.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_pin_it_button.php');
      } 
    ?>
    <!-- Pin It Button END -->
TIPS
backtotop
  • Use the selector #pinitButton in your CSS stylesheet to position the button (use !important to override the inline styles).
UNINSTALL
backtotop
  1. Remove edits performed in the installation procedure above.
  2. Delete all uploaded files from your store.
HELP
backtotop
Copyright © 2006-2011 Numinix Web Development LLC. Web design by Numinix