Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

Moving product page buttons

  1. #1
    New member
    Join Date
    Dec 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Moving product page buttons

    In need of assistance!

    I am trying to move the "Request A Quote" Button which is currently at the bottom of the product page, to the top of the page. Any ideas on how I can do this?

    I've located:

    <button class="rfqbtn" type="button" title="Request Quote" class="button" onclick="setLocation('/quotes?partsno=<?php echo urlencode($_product->getData('mfgpartno')); ?>&mfg=<?php echo urlencode($_product->getResource()->getAttribute('manufacturer')->getFrontend()->getValue($_product)); ?>&cond=<?php echo urlencode($_item->getResource()->getAttribute('condition')->getFrontend()->getValue($_item)); ?>');"></button>
    <?php endif; ?>


    http://www.minnesotacomputers.com/pc...-computer.html

    View more threads in the same category:


  2. #2
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Default

    Let 's check this tutorial to turn on the magento path hints, then visit the detail page to see the coding belong to which template file. After that, you will know which template file need to edit. http://magentoexpertforum.com/showth...nts-in-magento

    Good luck!!!

  3. #3
    Junior Member
    Join Date
    Sep 2018
    Location
    Oman, Muscat
    Posts
    2,084
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    <div id="wc-stripe-payment-request-wrapper" style="clear:both;padding-top:1.5em;"><div id="wc-stripe-payment-request-button"></div></div><p id="wc-stripe-payment-request-button-separator" style="margin-top:1.5em;text-align:center;display:none;">&mdash; OR &mdash;</p></div>

Bookmarks

Posting Permissions

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