Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35
  1. #11
    Join Date
    Nov 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: AJAX Image Swapper Basic Support

    What happened to the demo-sites, Jay?

    Oh, and by the way, I can't quite get the hold of this. Not used to configuring attributes, groups, values etc. And btw, could the fact that I use Norwegian language on the zencart have anything to say?

  2. #12
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX Image Swapper Basic Support

    Quote Originally Posted by credible View Post
    What happened to the demo-sites, Jay?
    Ahg, I upgraded my site, and the demosites were deleted accidentally, thanks for letting me know.

    I am quite happy to announce v.1.0.3, with this it is even easier to upgrade. If you only have AJAX Image Swapper (basic or premium) and / or AJAX Banner Swapper installed in your Zen-Cart.

    Now prior to upgrading you can just overwrite all your Zen-Cart files with the upgraded version, without worrying they would overwrite the module(s)

    I have just uploaded it so it will take some time for them to review and confirm the update.

    Quote Originally Posted by credible View Post
    Oh, and by the way, I can't quite get the hold of this. Not used to configuring attributes, groups, values etc. And btw, could the fact that I use Norwegian language on the zencart have anything to say?
    Ok I guess I'll explain a bit about attributes.

    Look at my attachment file diagram.jpg.

    One product may have several option names & option values, the connection between option names & values is what we call "an attribute".

    Say for example, a product "Cool T-Shirt" has 2 option names: Size & Model.

    The "XL Size" or "B Model" are the attributes of "Cool T-Shirt". AJAX Image Swapper basically set up different sets of images for the attributes of your choice. In the diagram I use the "model" attribute (since it doesn't make sense to have different images on different sizes, isn't it?)

    You can set your product attributes by:
    1. go to Catalog - Option Name Manager to set up option names.
    2. go to Catalog - Option Value Manager to set up option values.
    3. go to Catalog - Attributes Controller to set up product attributes.

    Then after you got the attributes ready, you can then set up the images for each attribute.

    Good Luck
    Attached Images Attached Images  
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  3. #13
    Join Date
    Nov 2007
    Location
    south carolina
    Posts
    43
    Plugin Contributions
    0

    Default Re: AJAX Image Swapper Basic Support

    Tried to download the new script, but it's not on Zen Cart's site.

    I went to your site and tried to checkout, but there was an error. I sent you an email with the details.

  4. #14
    Join Date
    Nov 2007
    Location
    south carolina
    Posts
    43
    Plugin Contributions
    0

    Default Re: AJAX Image Swapper Basic Support

    And I may be doing something wrong, but I only see a maximum of three images. I see in the CSS< there's an 'arrow' but it doesn't seem to show for me

  5. #15
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX Image Swapper Basic Support

    Yes the new script hasn't been confirmed yet.

    Fixed the error, looks like there are some problems with Core FTP. Time to buy a real FTP client I guess...
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  6. #16
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX Image Swapper Basic Support

    Quote Originally Posted by osdude View Post
    And I may be doing something wrong, but I only see a maximum of three images. I see in the CSS< there's an 'arrow' but it doesn't seem to show for me
    The right and left arrows are available only in commercial mode. Image Swapper Basic was the early version of the mod that doesn't have all the fancy functions (image titles and navigational arrows, for example).

    However you can edit the code so it can show more than 3 images. Try this
    1. Open the file includes/modules/pages/product_info/jscript_imageViewer.js
    2. Find this line:
    Code:
    for (i=0; i<item_node.length && i < 3; i++) {
    3. Replace "3" with the number of images you want to show
    4. OR it is way easier to just purchase the commercial version :)
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  7. #17
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX Image Swapper Basic Support

    The update has been activated.
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  8. #18
    Join Date
    Nov 2007
    Location
    south carolina
    Posts
    43
    Plugin Contributions
    0

    Default Re: AJAX Image Swapper Basic Support

    I'll wait until I get approval and then we'll buy it.

    I'm new to Zen and this was the key to choosing this cart, the least I can do is buy the premium version.

    Again, thanks so much for the contribution!

  9. #19
    Join Date
    Nov 2007
    Location
    south carolina
    Posts
    43
    Plugin Contributions
    0

    Default Re: AJAX Image Swapper Basic Support

    I have noticed an undocumented feature, which may be unique to me.

    Regular images don't show in the product info display. If I don't add pictures with the Swapper, then no images display in the product. I add a single image to swapper and the image displays on the product info page. I tried playing around with else and if statements, but I'm not that talented.


    And I have this mod working with:
    SEO URLs
    Image Handler
    Column Grid
    Stock by Attributes
    FEC
    Improved Attributes Controller


    I had to tweak around some settings, but other than the image no showing on product info display without loading image into swapper, everything works great!

  10. #20
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX Image Swapper Basic Support

    Quote Originally Posted by osdude View Post
    I have noticed an undocumented feature, which may be unique to me.

    Regular images don't show in the product info display. If I don't add pictures with the Swapper, then no images display in the product. I add a single image to swapper and the image displays on the product info page. I tried playing around with else and if statements, but I'm not that talented.


    And I have this mod working with:
    SEO URLs
    Image Handler
    Column Grid
    Stock by Attributes
    FEC
    Improved Attributes Controller
    Whoa you actually tested that?
    Thanks a lot mate!

    Quote Originally Posted by osdude View Post
    I had to tweak around some settings, but other than the image no showing on product info display without loading image into swapper, everything works great!
    It was done like that on purpose, I'm afraid. With my websites, I only uploaded small, thumbnail pics for the product info, and the three picture sizes for each image on the swapper.

    But that should be an easy fix. I will fix it by adding an if statement on product_info page, if there are no image for the shown product, then show the default zen-cart image screen. Stay tuned for the next update (maybe sometimes tomorrow)
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  2. AJAX BANNER Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 11 Oct 2012, 05:55 AM
  3. Any way to import image massively to AJAX Image Swapper ?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Sep 2010, 04:35 PM
  4. Is there any way to massivly upload image to Ajax Image swapper?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jul 2010, 03:38 PM
  5. Error on AJAX IMAGE Swapper
    By easy665 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Aug 2009, 02:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg