Checkout option of Ajax Cart Popup does not redirect to one step checkout Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Strange behaviour One page checkout Ajax issue in IE9?Ajax add to cart does not always workHow to redirect cart page from checkout onepage when product out of stock ?Stopping redirect cart page from onepage checkout when product is out of stockremove item from minicart in magento 1.9xOne page checkout : ajax errorCheckout Process Redirect to Shopping Cart is emptyRedirect issue - Checkout redirect to cartCheckout one page doesn't load next stepone page checkout show multishiping option

Does classifying an integer as a discrete log require it be part of a multiplicative group?

Using audio cues to encourage good posture

Can melee weapons be used to deliver Contact Poisons?

How come Sam didn't become Lord of Horn Hill?

What is the meaning of the simile “quick as silk”?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

Is CEO the profession with the most psychopaths?

Is it common practice to audition new musicians 1-2-1 before rehearsing with the entire band?

Do wooden building fires get hotter than 600°C?

Crossing US/Canada Border for less than 24 hours

Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?

Is there such thing as an Availability Group failover trigger?

What does "lightly crushed" mean for cardamon pods?

If my PI received research grants from a company to be able to pay my postdoc salary, did I have a potential conflict interest too?

Is there a kind of relay only consumes power when switching?

Is "Reachable Object" really an NP-complete problem?

Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?

Trademark violation for app?

If a VARCHAR(MAX) column is included in an index, is the entire value always stored in the index page(s)?

First console to have temporary backward compatibility

An adverb for when you're not exaggerating

Why wasn't DOSKEY integrated with COMMAND.COM?

How do I find out the mythology and history of my Fortress?

Amount of permutations on an NxNxN Rubik's Cube



Checkout option of Ajax Cart Popup does not redirect to one step checkout



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Strange behaviour One page checkout Ajax issue in IE9?Ajax add to cart does not always workHow to redirect cart page from checkout onepage when product out of stock ?Stopping redirect cart page from onepage checkout when product is out of stockremove item from minicart in magento 1.9xOne page checkout : ajax errorCheckout Process Redirect to Shopping Cart is emptyRedirect issue - Checkout redirect to cartCheckout one page doesn't load next stepone page checkout show multishiping option



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am using Ajax Cart Popup
http://www.magentocommerce.com/magento-connect/ajax-cart-popup.html



And One step checkout extensions.
But when I click on check out button in popup cart, it redirects me to default one-page checkout. I want it to redirect me to one step checkout page.



What is needed to be changed?










share|improve this question
















bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • You might need to contact the ajax-cart-popup module creator as it looks like there is a conflict between the two.

    – rob3000
    Oct 31 '15 at 1:58

















1















I am using Ajax Cart Popup
http://www.magentocommerce.com/magento-connect/ajax-cart-popup.html



And One step checkout extensions.
But when I click on check out button in popup cart, it redirects me to default one-page checkout. I want it to redirect me to one step checkout page.



What is needed to be changed?










share|improve this question
















bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • You might need to contact the ajax-cart-popup module creator as it looks like there is a conflict between the two.

    – rob3000
    Oct 31 '15 at 1:58













1












1








1








I am using Ajax Cart Popup
http://www.magentocommerce.com/magento-connect/ajax-cart-popup.html



And One step checkout extensions.
But when I click on check out button in popup cart, it redirects me to default one-page checkout. I want it to redirect me to one step checkout page.



What is needed to be changed?










share|improve this question
















I am using Ajax Cart Popup
http://www.magentocommerce.com/magento-connect/ajax-cart-popup.html



And One step checkout extensions.
But when I click on check out button in popup cart, it redirects me to default one-page checkout. I want it to redirect me to one step checkout page.



What is needed to be changed?







magento-1.9 onepage-checkout






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 17 '17 at 19:16









Rafael Corrêa Gomes

4,71523366




4,71523366










asked Oct 30 '15 at 22:02









Balram VermaBalram Verma

63




63





bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • You might need to contact the ajax-cart-popup module creator as it looks like there is a conflict between the two.

    – rob3000
    Oct 31 '15 at 1:58

















  • You might need to contact the ajax-cart-popup module creator as it looks like there is a conflict between the two.

    – rob3000
    Oct 31 '15 at 1:58
















You might need to contact the ajax-cart-popup module creator as it looks like there is a conflict between the two.

– rob3000
Oct 31 '15 at 1:58





You might need to contact the ajax-cart-popup module creator as it looks like there is a conflict between the two.

– rob3000
Oct 31 '15 at 1:58










1 Answer
1






active

oldest

votes


















0














Please change code in file : HusseyCoding_AjaxCartPopup_Block_Popup



Find bellow function



public function getCheckoutUrl()

return $this->_getCheckoutUrl();



And replace below function



 public function getCheckoutUrl()

//Make sure please put your One step checkout extension module enable or disable condition here
if (!$this->helper('onestepcheckout')->isRewriteCheckoutLinksEnabled())
return $this->_getCheckoutUrl();

return $this->getUrl('onestepcheckout', array('_secure'=>true));






share|improve this answer

























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f88434%2fcheckout-option-of-ajax-cart-popup-does-not-redirect-to-one-step-checkout%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Please change code in file : HusseyCoding_AjaxCartPopup_Block_Popup



    Find bellow function



    public function getCheckoutUrl()

    return $this->_getCheckoutUrl();



    And replace below function



     public function getCheckoutUrl()

    //Make sure please put your One step checkout extension module enable or disable condition here
    if (!$this->helper('onestepcheckout')->isRewriteCheckoutLinksEnabled())
    return $this->_getCheckoutUrl();

    return $this->getUrl('onestepcheckout', array('_secure'=>true));






    share|improve this answer





























      0














      Please change code in file : HusseyCoding_AjaxCartPopup_Block_Popup



      Find bellow function



      public function getCheckoutUrl()

      return $this->_getCheckoutUrl();



      And replace below function



       public function getCheckoutUrl()

      //Make sure please put your One step checkout extension module enable or disable condition here
      if (!$this->helper('onestepcheckout')->isRewriteCheckoutLinksEnabled())
      return $this->_getCheckoutUrl();

      return $this->getUrl('onestepcheckout', array('_secure'=>true));






      share|improve this answer



























        0












        0








        0







        Please change code in file : HusseyCoding_AjaxCartPopup_Block_Popup



        Find bellow function



        public function getCheckoutUrl()

        return $this->_getCheckoutUrl();



        And replace below function



         public function getCheckoutUrl()

        //Make sure please put your One step checkout extension module enable or disable condition here
        if (!$this->helper('onestepcheckout')->isRewriteCheckoutLinksEnabled())
        return $this->_getCheckoutUrl();

        return $this->getUrl('onestepcheckout', array('_secure'=>true));






        share|improve this answer















        Please change code in file : HusseyCoding_AjaxCartPopup_Block_Popup



        Find bellow function



        public function getCheckoutUrl()

        return $this->_getCheckoutUrl();



        And replace below function



         public function getCheckoutUrl()

        //Make sure please put your One step checkout extension module enable or disable condition here
        if (!$this->helper('onestepcheckout')->isRewriteCheckoutLinksEnabled())
        return $this->_getCheckoutUrl();

        return $this->getUrl('onestepcheckout', array('_secure'=>true));







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 31 '16 at 12:06









        SR_Magento

        3,434115296




        3,434115296










        answered Oct 31 '15 at 6:23









        AbdulAbdul

        8,23111136




        8,23111136



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f88434%2fcheckout-option-of-ajax-cart-popup-does-not-redirect-to-one-step-checkout%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

            Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?