VIANsolutions

VIAN Pictograms

  • Popularity Score 966 Popularity Score

    Popularity ScoreReferrals to Site/Downloads

    0 0 1+ 1+ 250+ 250+ 1000+ 1000+ 10000+ 10000+

Install this extension totally FREE to strongly beautify your catalog and improve user experience
Compatible with:
This extension is currently unavailable on Magento Connect. Please contact the developer.

You will be re-directed to the developer's website to complete your purchase.

You must be registered and logged in to get extension key.
In order to get this extension, you must be logged in to the Magento Community. Click here to login or register.
In order to get this extension, you must have active Magento Go Store. Click here to create Go store.
You must choose from Magento Connect Version 1.5.1.0 or 2.0.
Learn more

Magento Connect 1.0 change

FREE
Previous Next
Overview

VIAN Pictograms

Live Demo

A picture is worth a thousand words

This old statement explains perfectly the goal for this extension. A pictogram can be defined as a “self explanatory enough” icon, when you see it you should know its meaning instantly

Install this extension totally FREE to strongly beautify your catalog and improve user experience. Well chosen icons will help customers to identify products kindly faster, increasing your sales ratings

List of features
  • Admin have full control over Pictograms: you can add, edit or delete items
  • Pictograms can be easily reordered at any time
  • Pictograms can have up to 2 associated images: standard images are used for product view pages, while small images are used for product listing pages (optional)
  • The extension’s functionality code is 100% Open Source
  • Requirements
    /media folder should have write permissions

    First steps after installing
    After installing the package you will find a new tab under Catalog menu at Backoffice, you can manage there the pictograms
    A new tab is created also for each Product, you can assign there the pictograms for the product
    At System > Configuration you will see the tab VIAN > Pictograms, where you can choose to display or not the pictograms block at catalog product listing pages

    Known issues
    If you have an "ERROR: unable to unpack" MagentoConnect error you might apply this patch to downloader/pearlib/php/Archive/Tar.php file
    Release Notes

    Beta version

    2012-01-24 09:06:45
    • Version number: 2.1.0
    • Stability: Beta
    • Compatibility: 1.4, 1.4.1.1, 1.4.2, 1.5
    You must be registered and logged in to get extension key.
    You must choose from Magento Connect Version 1.5.1.0 or 2.0.
    Learn more

    Magento Connect 1.0 change

    Beta version

    Beta version

    2011-11-09 13:13:07
    • Version number: 2.0.3
    • Stability: Beta
    • Compatibility: 1.4, 1.4.1.1, 1.4.2, 1.5
    You must be registered and logged in to get extension key.
    You must choose from Magento Connect Version 1.5.1.0 or 2.0.
    Learn more

    Magento Connect 1.0 change

    2.0.3
    Reviews

    About the Developer

    This extension was developed by and is supported by VIANsolutions

    VIAN Pictograms 2.5 5 17 17
    Pictorgram do not disappear anymore No answers here from VIAN :( I disables alle cache, deleted var/cache disabled pictograms BUT they are still there. Impossible to get them away again. I do not want to risk a complete uninstall and end up with a broken admin like others here. I wanted to change to smaller pictures but this also does not work. It always scales the pictograms to the size the first pictogram has. May 9, 2013
    not work in custom theme not work in custom theme, can u tell me what can i do to make it work with custom theme April 5, 2013
    Working well at 1.7.0.2!! Very usefull! But, how can i change the position of pictogram in the product page?? Thx a lot January 20, 2013
    Upload pictures path there will be problems savings appear \ disk savings December 19, 2012
    New release uploaded 2.1.5 Bug fixes July 23, 2012
    I noticed two errors in 1.6.2 BUG 1: VIAN\Pictograms\Helper\Data.php function displayFrontEnabled should look like : public function displayFrontEnabled(){ if (! Mage::getStoreConfig('pictograms/configuration/display_in_list')){ return FALSE; } return TRUE; } BUG 2: VIAN\Pictograms\Block\Catalog\Product\List.php function should be declared like this : public function getPriceHtml($product, $displayMinimalPrice = false, $idSuffix = '') May 31, 2012
    Hi, great extentions, but like rockgirl asked in january is it possible to make the images linkable? many thanks in advance April 26, 2012
    Also when I made uninstall from backend unistall has removed two more modules. This is a big issue!!! April 24, 2012
    I added <?php echo Mage::helper('pictograms')->getPic togramsHTML($_product); ?> in ../catalog/product/list.phtml theme file to show pictograms and all products are disappeared. Why? Thanks. April 19, 2012
    Same here.. Completely messed up the Magento admin with errors now.. Even after its removed. March 24, 2012
    2 next>>
    Q&A
    (3 Questions : 3 Answers)

    Product Q&A

    Ask your questions. Share your answers.

     
     
    « Back
     
     
    Sort by
    Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_25877066
    Customer avatar
    by
    raulsanchez
    -
    1 month, 2 weeks ago
    0points
    0out of 0found this question helpful.
    Was this helpful?Yes0No0

    Answers

    Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_25877066
    Customer avatar
    Answer: 
    As every theme is different there is not one concrete answer to this question... The pictograms takes the unused "other" layout child at default theme to be printed in catalog/product/view template. For instance, if your theme uses or removes this child then pictograms won't be printed

    A workaround to this could be the following...
    Locate your catalog.xml custom theme layout file & find the following code...

    <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
    ...
    </block>

    Then add the pictograms block wherever you want inside that tags with the following code

    <block type="pictograms/pictograms" as="pictograms_product_view" template="pictograms/catalog/product/view/pictograms.phtml" />

    After that, locate your catalog/product/view.phtml custom theme template file, and print the pictograms wherever you want with the following code

    <?php echo $this->getChildHtml('pictograms_product_view'); ?>

    Hope this helps
    by
    raulsanchez
    -
    1 month, 1 week ago
    +1point
    1out of 1found this answer helpful.
    Was this helpful?Yes1No0
    Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26415342
    Customer avatar
    hello
    that extension is a nice idea. I have two issues though:
    1. The thumbnails have to be uploaded? No autothumb (small image as you call it)? Images folder is writable.

    2. Can I change the size of the appearance of the small image or larger image? They look so small to my website
    by
    mailon
    -
    1 month ago
    0points
    0out of 0found this question helpful.
    Was this helpful?Yes0No0

    Answers

    Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_25877066
    Customer avatar
    Answer: 
    Hi there,
    The module supports 2 different images for pictograms. That's because some people could want to have different images for each case. However, if you want you can upload the same image, as image & thumbnail (small image). It'll be automatically resized as thumbnail in the product list pages

    If you want to adjust the image sizes you can edit manually the module related CSS file. You'll find it at <your Magento folder>skin/frontend/default/default/pictograms/css/skin.css

    Regards
    by
    raulsanchez
    -
    1 month ago
    0points
    0out of 0found this answer helpful.
    Was this helpful?Yes0No0
    Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26491711
    Customer avatar
    Hello, after uninstalling the extension I get an error when I try to edit my product
    "pictograms/product_attribute_source_unit" has not been found for the attribute "pictograms"

    I would like to know how to resolve this error can retrieve access to my products ?
    Thanks
    by
    kaz0ku
    -
    3 months ago
    +1point
    1out of 1found this question helpful.
    Was this helpful?Yes1No0

    Answers

    Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_25877066
    Customer avatar
    Answer: 
    Hi,
    Instead of using MagentoConnect Uninstall method (which won't delete the 'pictograms' attribute, causing the error you're reporting), please use our Secure Uninstall button at System > Configuration
    by
    raulsanchez
    -
    3 months ago
    0points
    0out of 0found this answer helpful.
    Was this helpful?Yes0No0
    1 of 1

    Product Q&A

    3 Questions | 3 Answers
    1 of 1
    Get Help

    Support for This Extension

    The best place to start if you need help with a specific extension is to contact the developer. All Magento developers have both a contact email and a support email listed.

    Magento Platform Support

    If you need support for a Magento platform, there are different options for support depending on which Magento platform you are using. Below are links for specific platforms.

    In order to upload extension, you must be logged in to the Magento Community. Click here to login or register.

    Close

    Register

    * Required Fields

    Close window

    Forgot Your Password?

    Please enter your email below and we'll send you a new password.

    * Required Fields

    Close window

    Login

    To upload extension you must be logged in.

    * Required Fields

    Forgot Password?

    New User? Register

    Close window

    You are using an outdated browser

    We built Magento Connect using the latest techniques and technologies.
    This makes Magento Connect faster and easier to use.
    Unfortunately, your browser doesn't support those technologies.
    Use the links below to download a new browser or upgrade your existing browser.