Jump to content

Versace

Member
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Versace

  1. Hello all,

    I have a question :

    - How to display the e-mail the buyer on the purchase confirmation page with the module "PRINT ORDER FORM" in template file : print.tpl

    or else (as downloaded from the orders data such as below?)

    Quote

    <div id="trustedShopsCheckout" style="display: none;">
    <span id="tsCheckoutOrderNr">%Value: ORDER_NUMBER%</span>
    <span id="tsCheckoutBuyerEmail">%Value: BUYER_EMAIL_ADDRESS%</span>
    <span id="tsCheckoutOrderAmount">%Value: SHOPPING_BASKET_TOTAL%</span>
    <span id="tsCheckoutOrderCurrency">%Value: ORDER_CURRENCY%</span>
    <span id="tsCheckoutOrderPaymentType">%Value: PAYMENT_METHOD%</span>
    <span id="tsCheckoutOrderEstDeliveryDate">%Value: DELIVERY_DATE%</span>
    <!-- product reviews start -->
    <!-- for each product in the basket full set of data is required -->
    <span class="tsCheckoutProductItem">
    <span class="tsCheckoutProductUrl">%Value: PRODUCT_URL%</span>
    <span class="tsCheckoutProductImageUrl">%Value: PRODUCT_IMAGE_URL%</span>
    <span class="tsCheckoutProductName">%Value: PRODUCT_NAME%</span>
    <span class="tsCheckoutProductSKU">%Value: PRODUCT_SKU%</span>
    <span class="tsCheckoutProductGTIN">%Value: PRODUCT_GTIN%</span>
    <span class="tsCheckoutProductMPN">%Value: PRODUCT_MPN%</span>
    <span class="tsCheckoutProductBrand">%Value: PRODUCT_BRAND%</span>
    </span>
    <!-- product reviews end -->
    </div>

    -  This is an external system of data collection orders the customer so that he could ransom guarantees/Leave feedback.

     

    Regards

     

  2. Alternative as a pop-up (The easiest way as possible)

     

    Quote

    <a href="https://www.Your-page-recommend-to-show-a-pop-up.com" onclick="NewWindow(this.href,'name','700','900','yes');return false"><img src="https://address-graphics-that-need-to-click.com" alt="Pop-up" /></a>

    or

    <a href="https://www.Your-page-recommend-to-show-a-pop-up.com" onclick="NewWindow(this.href,'name','700','900','yes');return false">displayed-contents</a>

    - On your computer when you click appears as a pop-up window
    - Tablet and mobile devices will be displayed as a new page.

  3. Perfectly. It works . Thank you very beautifully.

    - The company performing legal audit, drew attention to the agreement on the assumption of a customer's account when purchases must be checked by the client (can not be selected by default) ... and without this change in my shop passed to negative audit legal (according to German law).

    Thank you again and wish you a nice day.

    Ps. everything works with a choice of registering an account and without registering an account. There are no complications.

  4.  

    Quote

    OK, now I'm confused again. I thought you did NOT want it to be checked by default.

    I think I've found the spot to change in content.checkout.confirm.php:

       <div class="small-12 large-8 columns"><input type="checkbox" name="register" id="show-reg" value="1" {$REGISTER_CHECKED}><label for="show-reg">{$LANG.account.create_account}</label></div>


    I'm not sure if changing the value to "0" would uncheck it or not.

     

    About this method, already I read and I tried - does not work

  5. On the shopping cart have fields:

    1. Consent to Terms TOS (default is not checked)
    2. Registering with a mailing list (default is not checked)
    3. Address of the bill is the same address as the delivery address (default checked)
    4. Consent to registration account in the store (default checked)

    The problem is that the point number. 4 must be not selected by default.

    How can it perform?

    Registration must be as it is now but a customer must mark the checkbox.

  6. Hello,

    I have two questions I am grateful for the help:

    First question
    On the shopping cart have fields:

    1. Consent to Terms TOS (default is not checked)
    2. Registering with a mailing list (default is not checked)
    3. Address of the bill is the same address as the delivery address (default checked)
    4. Consent to registration account in the store (default checked)

    The problem is that the point number. 4 must be not selected by default.

    How can it perform?

    --------

    Second question
    What should I do to add additional descriptions eg. Delivery in 2-3 days, the goods with tax, etc .. - in place of the wheel "Buy" button that appears when products are displayed on the page and in the category?

     

     

    PS. I have the latest version CC6

     


    Regards

  7. Hello all,

    I have a question: What do I have to do that in the course of summary orders, appeared bank details to transfer eg. Number of orders? Maybe some sort of additional information or some plugin?

    - Quite simply want to accept any payment by bank transfer.

    Sorry for my English with google translator.

×
×
  • Create New...