Jump to content

ThatOneGuy

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by ThatOneGuy

  1. Hey there!

    New to Blesta, and I am trying to achieve something, that seems hard to do (or perhaps impossible?). I used to use W***S and I can simply add &skipconfig=1 to the end url, and that takes the customer directly to payment page.

    I am trying to get a direct checkout link, where the products are already added in cart, and the only thing that the customer needs to do is enter their info and pay. 

    I am trying the following:
    https://blesta.site/order/config/index/order/?group_id=2&pricing_id=12

    This takes the customer to Step 2 and Step 3. I would like to skip these steps, as my products have no configuration settings at all, and take them to the Order page directly.

    This is using the standard order form. 

    Any help would be greatly appreciated! :-)

  2. Hey everyone!

    First let me start by saying that I am really loving my new Blesta store.

    I do need some help though. I am trying to integrate Affiliatly (a really nice affiliate software) into blesta, and I contacted their support. They told me to ask in here for help. Here is what they need:

     

    Quote

    Ask these questions:
    - if this code can be added in the footer of your site/store

    <script type="text/javascript" src="https://www.affiliatly.com/easy_affiliate.js"></script>
    <script type="text/javascript">startTracking('AF-10XXX');</script>

    - and if this code can be added on the page where the purchase is made and your client has paid for it (i.e. 'Thank You' page)
    <script type="text/javascript" src="https://www.affiliatly.com/easy_affiliate.js"></script>
    <script type="text/javascript">markPurchase('AF-10XXX', order, price, coupon_code);</script>

    where 'order' and 'price' must be replaced with the order's data i.e.
    - 'order' - the unique ID of the order, we are using it to prevent fake earnings for affiliates
    - 'price' - the price of the order, we are using it calculate the earnings for affiliates, must be without the currency sign
    - coupon_code' - the used coupon code in the order, if any
     

    so I am pretty sure that the first one can be done - adding the code to the footer. I do not know how yet, but I will dig into it and figure it out. Any pointers on how to do that would be highly appreciated.
    Does Blesta have a thank you page? I have yet to find that. If it does - can I put the code there?
    How do I push the data over to them? What are the codes for the order, price and coupon_code in Blesta?

    Thank you much for all your help!

×
×
  • Create New...