Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • damian Friend
    #131365

    Add to Cart Button not work if sh404SEF enable only at flypage.tpl

    Other page Working Nice.

    instantinlaw Friend
    #262384

    I’m pretty sure that VM 1.1.x does have some issues with SEF URL’s.
    Try doing a search on the sh404SEF site, or on the VM site.

    damian Friend
    #262386

    Thanks for quick reply.

    I click add to cart button but “highslide” info not show up.

    instantinlaw Friend
    #262387

    If you are talking about the ajax pop up, VM1.1.x has issues with that as well on some servers. You can disable the ajax pop up in the VM settings and it will work like it did with the 1.0.x versions.

    instantinlaw Friend
    #262388

    It is tricky to find that setting, but if you search for “disable the ajax pop up” on the VM site there is an explination of how to do that.

    damian Friend
    #262399

    Problem Solved 🙂

    i find the answer here

    instantinlaw Friend
    #262440

    I’m glad you found the solution.
    Good luck with your site.:)

    Michael Casha Friend
    #262441

    For archival purposes:

    Hi!

    There is one easy way to fix it.

    there is theme.js in your virtuemart template (com_virtuemart/themes/default/theme.js)

    You must change there two absolute urls
    1. Old code Line94 : new Ajax(‘index2.php?only_page=1&page=shop.basket_short&option=com_virtuemart’, option).request();
    New code : new Ajax(‘http://yoursite.com/index2.php?only_page=1&page=shop.basket_short&option=com_virtuemart’, option).request();

    2. Old code Line56 : new Ajax(‘index2.php?ajax_request=1’, opt).request();
    New code: new Ajax(‘http://yoursite.com/index2.php?ajax_request=1′, opt).request();

    I hope you understad I don’t speak english at all.

    Regards
    -pasi-

    original link

    instantinlaw Friend
    #262443

    Hey thanks MiCCAS
    Good idea!

    instantinlaw Friend
    #262444

    damian;69711Problem Solved 🙂

    i find the answer here

    And thank you damian for posting the thread. 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  instantinlaw 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum