Product Image Flipper Pro For Magento 1

 | v1.0.0
main product photo
Rating:
100%
  • Effective tool to convince customers to shop more.

  • Show product from all angles.

  • Flip effect: Horizontal, Vertical, Rotate, None.

  • 100% responsive Magento extension.

Magento Community :

1.5.x - 1.9.x

$49.00

Magneto Product Image Flipper

One problem with online shopping is that customers are unable to know how the product will look in reality. Now, you can showcase the product from all angles and convince them to hit the buy button. Use Magento Product Image Flipper to display multiple images when customers mouse hover the primary product image. It works on all devices. You can use the extension anywhere you want including category page list, home page, catalog search list, related product list, up-sell product list and cross-sell product list, etc.

Select Flip Image from Back-end.

Select Flip Image from Product Detail Page.

Example of Product Image Flipper Setting from Back-end

Let's Take a Look at Front-end

Product Image Flip from Fronted

Example 1 of Product Image Flipping from Front-end

Example 2 of Product Image Flipping from Front-end

Product Image Flip from Related Product List.

Product Image Flip from Cross-sell Product List.

Backend Configuration for Product Image Flipper

Add Product Group Selector and Image Selector for Display Flipper Image.
Example of Back-end Configuration
  • Mouse Hover Selector: Add product group image selector for display product image flipper.

  • Image Selector: Add image selector for display product image flipper.

Select Image Flip Effect and Show/Hide Flip Image on Related , Cross-sell and Up-sell List.
  • Select Image Flip Effect: Select image flip effect Horizontal/Verticle/Rotate/None.

  • Enabled in Related Product List: Manage Show/Hide Image Flipper in Related Product List.

  • Enabled in Cross-sell Product List: Manage Show/Hide Image Flipper in Cross-sell Product List.

  • Enabled in Up-sell Product List: Manage Show/Hide Image Flipper in Up-sell Product List.

Need help? Please contact us at support@magebees.com

User Manual
  • Installation Guide Magebees Product Image Flipper Pro For Magento 1 Extension V1.0.0 download here
  • User Guide Magebees Product Image Flipper Pro For Magento 1 Extension V1.0.0 download here
Write Your Own Review
You're reviewing:Product Image Flipper Pro Extension For Magento 1

Product Image Flipper

2017-10-09 17:05:55
  • Version number: 1.0.0
  • Stability: Stable
  • Compatibility: With Magento CE 1.5.x - 1.9.x
  1. Q-1: I have Installed Product Image Flipper Pro Extension. But, when I click on Product Image Flipper Pro Tab in the config page, it generates 404 error.

    After installing Product Image Flipper Pro Extension. Please Logout from admin account, Re-login and Refresh the Cache.

  2. Q-2: Not Displaying Product Flipper Image in Product List Page.

    Go To Admin -> Magebees-> Product Image Flipper Pro -> Configuration.

    Open “General” Tab and check “Mouse Hover Selector” and “Image Selector” value.

    This selector value should match with front-end product list group selector and image selector. If not, then add new product selector group using comma separator sign.

  3. Q-3: Not Displaying Product Flipper Image after add product image hover selector and image selector.

    Ans: Open your theme magento_root_dir/app/design/frontend/[theme_name]/default/template/catalog/product/list.phtml file and add code for flipper image.

    You can put the below code after product name or product price in your theme's list.phtml file.

    <?php

    if($_product->getData('flip_image')){

    $image = Mage::helper('catalog/image')->init($_product, 'flip_image')->resize(210);

    if($image){

    ?>

    <span id="magebees_fliper_img" style="display:none;"> <?php echo $image; ?> </span&gt

    <?php

    }

    }

    ?>

    Please see below screenshot of list.phtml file

  • Please type the letters and numbers below