Skip to Store Area:

Latest News! SEO Suite Enterprise Magento extension is now compatible with Magento 1.4

You're currently on:

Magento Tweaks Magento Extension

Screenshots

Magento Tweaks Magento Extension

Version: 1.0.3
Compatibility: Magento Enterprise 1.6.x, 1.7.x, Magento 1.2.x, 1.3.x, 1.4.x
License Type: Single Domain License (Single Magento Installation)

$39.00
Magento Tweaks extension adds little but very useful tweaks to Magento store, e.g. 'Sign Up for Newsletter' checkbox on Onepage Checkout and many more.

* Required Fields

$39.00
Add Items to Cart Add to Cart

Magento Tweaks extension adds little but very useful tweaks to Magento store.

Features

  • Ability to enable or disable any Tweak
  • Adds 'Sign Up for Newsletter' checkbox on Onepage Checkout for both guests and customers which wish to register
  • Adds redirect directly to a product page for category if it has only 1 product
  • Adds 'View Previous' and 'View Next' buttons onto the order view page for Admin
  • Adds Translate directive for CMS Pages and Static Blocks, {{translate text="Some Text"}} and {{translate block_id="about_us"}}
  • NEW Allows Template Directives to be used in Product description, i.e. {{block ...}}, {{store url="..."}}, {{translate ...}} etc. By default Magento does not process them
  • More Magento Tweaks can be added by your request
  • 100% Open Source

Also Includes

  • 30 days money back
  • Free extension updates
  • Free life time support

Translate Directive Usage

If you are running a multi language Magento store you may experience difficulties with some CMS Pages and Static Blocks when you want them to display text in store language.

With Magento Tweaks extension you can do it by adding Translate directive to your CMS Pages and Static Blocks content.

For example, you are running 2 stores (one in English and one in Italian) and you want your footer link 'Technical Support' to be translated into Italian when a customer switches to Italian store view.

  1. Go to 'CMS > Static Blocks' section and edit 'Footer Links' block content
  2. Find Technical Support text and replace it with {{translate text="Technical Support"}}. Save static block
  3. Go to [Magento root]/app/design/frontend/[YOUR PACKAGE]/[YOUR THEME]/locale/it_IT/ folder and create or edit translate.csv file
  4. Add a new line "Technical Support","Supporto Tecnico" and save the file
  5. Go to 'System > Cache Management' section and untick Cache Control checkbox for 'Blocks HTML output'
  6. Now the text will be automatically translated when you switch the store view

To create Store view language dependent CMS Page you should use {{translate block_id="..."}} directive. For example you are running 2 stores (one in English and one in Italian) and you want your CMS Page 'Technical Support' to be translated into Italian when a customer switches to Italian store view.

  1. Go to 'CMS > Static Blocks' section and create 'Technical Support' static block with identifier tech_support. This will be your default content for 'Technical Support' CMS Page.
  2. Then create another 'Technical Support' static block with identifier tech_support_it (here _it suffix means Italian) . This will be your Italian content for 'Technical Support' CMS Page.
  3. Go to 'CMS > Manage Pages' section and create 'Technical Support' CMS Page. Use directive {{translate block_id="tech_support"}} for the content. This directive will automatically add Store view language as a suffix for the static block identifier tech_support and load tech_support_it static block instead of tech_support
  4. Go to 'System > Cache Management' section and untick Cache Control checkbox for 'Blocks HTML output'
  5. Now 'Technical Support' CMS Page will be automatically translated when you switch the store view

You may also be interested in the following product(s)

Link Exchange Directory Magento Extension

Link Exchange Directory Magento Extension
$89.00

Currency Auto Switcher Magento Extension

Currency Auto Switcher Magento Extension
$59.00

Multi Fees Magento Extension

Multi Fees Magento Extension
$79.00
   
Other people marked this product with these tags:
Add Your Tags:
Add Tags
Use spaces to separate tags. Use single quotes (') for phrases.

Customer Reviews

5 stars Review by Emmanuel
Rating

Very good extension, the newsletter checkbox is a must have!
Premium customer support.
Thank you.
Emmanuel - www.zenlap.com

(Posted on 12/3/09)

Write Your Own Review

You're reviewing: Magento Tweaks Magento Extension

How do you rate this product?*
  1 star 2 stars 3 stars 4 stars 5 stars
Rating



Changelog

  • Legend:
  • New Feature
  • Bug Fix
  • Version: 1.0.3
  • Added ability to use Template Directives in a Product Description
  • Version: 1.0.2
  • Added support for Magento Enterprise 1.7 and Magento 1.4
  • Version: 1.0.1
  • Added {{translate ...}} block directive
  • Version: 1.0.0
  • Initial release