Jump to content
thirty bees forum

alwayspaws

Members
  • Posts

    2,067
  • Joined

  • Days Won

    2

Posts posted by alwayspaws

  1. It's still not working. This code looks like yours but with my preferred way of saying it:

    {* * Get Free Shipping PrestaShop module. * * @package gmgetfreeshipping * @author Dariusz Tryba (contact@greenmousestudio.com) * @copyright Copyright (c) Green Mouse Studio (http://www.greenmousestudio.com) * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) *} {if $remaining_to_spend > 0}

    {l s='Spend' mod='gmgetfreeshipping'} {convertPrice price=$remaining_to_spend} {l s='more for Free Shipping!' mod='gmgetfreeshipping'}


    {/if}

  2. @Traumflug You're a great asset to this community. Finally, a way a merchant can understand and do this! Thank you.

    I unzipped the mails-en.zip and uploaded mails/en to /public_html/mails/en with FileZilla.

    Note to @DaoKakao I just could not handle those instructions. I kept reading over and over. Thank you for posting them.

  3. Here is my version of how to do it from a non-programmer viewpoint and with help from my theme developer:

    Transformer theme (PS 1.6 version)

    How to edit the text and how to move the "spend another $xx.xx to get free shipping" to go under the cart total:

    /public_html/modules/gmgetfreeshipping/views/templates/hook

    Back up and then edit gmgetfreeshipping.tpl as you wish.

    I changed it to show: Spend $xx.xx more for Free Shipping!

    The text was originally left-justified (all the to the left) so for the Transformer theme, Jonny Li said:

    Do these two steps:

    1. Put this code to the "Custom CSS Code" field

    HOOKSHOPPINGCART .blockgetfree_shipping{text-align:right;}

    1. Go to BO > Modules > Positions > page, change the sort order of modules in the "displayShoppingCartFooter" section to move that text above.

    In other words: slide the whole "get free shipping" module up in the positions for displayShoppingCartFooter (using the arrows did not work for me).

    0_1510149147976_XF theme - slide the get free shipping module up in the positions displayShoppingCartFooter.jpg

×
×
  • Create New...