Page 2 of 14 FirstFirst 123412 ... LastLast
Results 11 to 20 of 134
  1. #11
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,746
    Plugin Contributions
    22

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by DivaVocals View Post
    I figured that out, but I'm not sure how intuitive that will be for many.. Hmmmmmmm okay...
    So, I'll assume this is a feature request - a button to manually close the popup. I'll probably add it later today or tomorrow.

  2. #12
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by balihr View Post
    So, I'll assume this is a feature request - a button to manually close the popup. I'll probably add it later today or tomorrow.
    Gosh I knew there was a reason why I've been secretly stalking you..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #13
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by balihr View Post
    You really want me to jump through loops and hoops, huh? Login required, authorization required? All that for a test site?
    Oh, really sorry, Balihr

    turned on autorization and login for testing, and forgot to truned off.

    now all is oaky. would you please check agian? thank you.

  4. #14
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,746
    Plugin Contributions
    22

    Default Re: AJAX Add to Cart [Support Thread]

    Ah, yes... You're using CSS/JS loader and obviously have an auto_loader for the product_info page. You'll need to edit the auto_loader file and set the jquery.form.js and jscript_script_loader.php loading order.
    Also, if I'm not mistaken, you might have some minor issues if you continue using jQuery 1.10.2, but I'm not sure anymore... I think there was something about attributes... Can't remember anymore...

  5. #15
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by balihr View Post
    Ah, yes... You're using CSS/JS loader and obviously have an auto_loader for the product_info page. You'll need to edit the auto_loader file and set the jquery.form.js and jscript_script_loader.php loading order.
    Also, if I'm not mistaken, you might have some minor issues if you continue using jQuery 1.10.2, but I'm not sure anymore... I think there was something about attributes... Can't remember anymore...
    yes, balihr

    thanks for your quick help!

    actually it conflicts with ajax faq module, not css/js loader.

    you will found these 3 ajax files for ajax faq module is are as follows:
    /jscript/jquery/jquery-1.10.2.min.js
    /jscript/jquery/jquery.fancybox.pack.js
    /jscript/jquery/jquery_faq.js

    wold you please kindly advise how to fix, to make your ajax to cart workable?
    many appreciated.

  6. #16
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: AJAX Add to Cart [Support Thread]

    Just FYI Leonard, I downloaded and installed on my WAMP test site, working beautifully 'out the box' with only the few merges as per the readme.
    Excellent work

  7. #17
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: AJAX Add to Cart [Support Thread]

    I too love this module and may be including it in my next free responsive template package.

    Thanks,

    Anne

  8. #18
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by picaflor-azul View Post
    I too love this module and may be including it in my next free responsive template package.

    Thanks,

    Anne
    and some that are not free too I hope..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #19
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,746
    Plugin Contributions
    22

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by Jerry5763837 View Post
    actually it conflicts with ajax faq module, not css/js loader.
    Nope, it's caused by CSS/JS loader. That module overrides standard jscript load sequence and allows you to set your own custom sequence.

    wold you please kindly advise how to fix, to make your ajax to cart workable?
    includes/templates/YOUR_TEMPLATE/auto_loaders/loader_faq.php
    replace:
    Code:
    'jquery/jquery_faq.js' => 12
    with:
    Code:
    'jquery/jquery_faq.js' => 12,
    											'jscript_script_loader.php' => 13
    Make sure you disable loading jQuery in the module's config.

    I THINK this will work, but I haven't tested it so I'm not sure (I just downloaded that faq modules, didn't know it existed...).

    You might also want to replace the jQuery file with the 1.7.1 version - I've been testing it yesterday and this module really does have some issues with 1.10.2... I'll fix it later, but for now jQuery 1.7.1 is required.

  10. #20
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,746
    Plugin Contributions
    22

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by picandnix View Post
    Just FYI Leonard, I downloaded and installed on my WAMP test site, working beautifully 'out the box' with only the few merges as per the readme.
    Excellent work
    Glad to hear you like it! Thanks for the feedback!

 

 
Page 2 of 14 FirstFirst 123412 ... LastLast

Similar Threads

  1. v150 Contact Us - Add Subject support thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 9 Jan 2019, 06:04 AM
  2. Add Shipping Telephone Support Thread
    By JTheed in forum Addon Admin Tools
    Replies: 31
    Last Post: 4 Sep 2018, 11:14 AM
  3. v139h Numinix Pinterest Add On Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 14 Jan 2018, 05:12 AM
  4. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  5. AJAX BANNER Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 11 Oct 2012, 05:55 AM

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