Jump to content

Amazon pay escludere bottone carrello grosso bug risolto!


bimbiribelli

Recommended Posts

Buongiorno il modulo in questione è quello di amazon pay e parlo quello per la versione 1.6 , il modulo non permetteva di escludere il bottone paga su amazon nel carrello e questo era un danno per chi come me ad esempio voleva creare un minimo di acquisto permesso cliccando sul pulsante paga con amazon la regola veniva infranta , per escludere il bottone dal carrello vi basta fare cosi...

 

Modifica file tpl presente in :

prestashop/modules/amzpayments/views/templates/hooks/amazonpayments.tpl

ho editato il file in questo modo ed ora funziona!

{*
* Amazon Advanced Payment APIs Modul
* for Support please visit www.patworx.de
*
*  @author patworx multimedia GmbH <[email protected]>
*  In collaboration with alkim media
*  @copyright  2013-2015 patworx multimedia GmbH
*  @license    Released under the GNU General Public License
*}

        {if isset($buttonEnhancement) && $buttonEnhancement}
            <p>{l s='Pay securely using your Amazon account information.' mod='amzpayments'}</p>
        {/if}
    </div>
</div>
{literal}<script> bindCartButton('payWithAmazonDiv'); </script>{/literal}

Edited by bimbiribelli (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...