Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/14/2019 in all areas

  1. Flat Theme Integration Integrated to Blesta by Licensecart Here's our first free integration for Blesta, it was integrated to on 3.5 at the moment. You can try it on 3.4 if you wish by editing config.json in the theme. You can get the full site theme for free from: https://shapebootstrap.net/item/1524965-flat-theme-free-responsive-multipurpose-site-template You can get the Blesta integration for free from: https://licensecart.com/customers/plugin/download_manager/client_main/index/46/ Previews: Logged in Preview: Upload the flat folder to: /app/views/client/ Go to: Settings > Company > Look and Feel > Templates > Flat (from dropdown menu).
    1 point
  2. Take a look at using the Order plugin's Embed Code field to add HTML to the footer. You can specify your JS there (i.e. Packages > Order Forms > Settings tab) and add a conditional to display content only when on the checkout/complete page. There are fields for order number and total price that you can use too, but there is no coupon code field. You could try to parse the coupon code field from the {{invoice.line_items}} if you really needed it, via other custom JS. e.g. {% if order_page == 'checkout/complete' %} <p>Total: {{order.total}}</p> <p>Order #: {{order.order_number}}</p> <p>Currency: {{order.currency}}</p> {% endif %}
    1 point
×
×
  • Create New...