Page 197 of 280 FirstFirst ... 97147187195196197198199207247 ... LastLast
Results 1,961 to 1,970 of 2792
  1. #1961
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    OK that came out fairly unreadable and vBulletin is having hissy fits editing the post

    Here's what that definition should look like:
    Code:
    define('ERROR_NO_SHIPPING_SELECTED', 'Devi selezionare un metodo di spedizione per il tuo ordine prima che l\\\'ordine possa essere confermato.');

  2. #1962
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: One-Page Checkout [Support Thread]

    Thank you.

    Actually I had many more \' ususally in the other defines files I used single backslash, and haven't encountered problems, at least that I am aware of, anyhow updated all occurances in OPC files.

    I had noticed in your (English) defines the use of triple backslash, would you suggest me to do so fo all other standar Zen Cart define files as well, I mean is this best practice sort of.

  3. #1963
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by keneso View Post
    Thank you.

    Actually I had many more \' ususally in the other defines files I used single backslash, and haven't encountered problems, at least that I am aware of, anyhow updated all occurances in OPC files.

    I had noticed in your (English) defines the use of triple backslash, would you suggest me to do so fo all other standar Zen Cart define files as well, I mean is this best practice sort of.
    Those triple backslashes are required only for definitions that are used in the plugin's jQuery/javascript messages. FWIW, I'll be updating those language files to make sure that all of the js-based language constants are grouped together so that it will be easier to determine which ones need that \\\' instead of \' for the single quotes.

  4. #1964
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: One-Page Checkout [Support Thread]

    Thank you.

    Now I have another problem.

    I have set in
    configuration > my store the basis of product tax, and basis of shipping tax to "store", when adding product the cart shows the full price (tax included), when clicking to checkout, and selecting guest (haven't tested new or existing customer) the price is displayed without tax, and when going back to edit cart (shopping_cart.html) the price has changed and displays without tax.
    The tax column is not displayed in the table

    PHP Code:
    <?php
    // display tax info if exists
    if ($display_tax_column)  {
    ?>
    <td class="cartTotalDisplay"><?php echo zen_display_tax_value($order->products[$i]['tax']); ?>%</td>
    <?php
    }  // endif tax info display
    ?>
    What do you think I messed up?

  5. #1965
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by keneso View Post
    Thank you.

    Now I have another problem.

    I have set in
    configuration > my store the basis of product tax, and basis of shipping tax to "store", when adding product the cart shows the full price (tax included), when clicking to checkout, and selecting guest (haven't tested new or existing customer) the price is displayed without tax, and when going back to edit cart (shopping_cart.html) the price has changed and displays without tax.
    The tax column is not displayed in the table

    PHP Code:
    <?php
    // display tax info if exists
    if ($display_tax_column)  {
    ?>
    <td class="cartTotalDisplay"><?php echo zen_display_tax_value($order->products[$i]['tax']); ?>%</td>
    <?php
    }  // endif tax info display
    ?>
    What do you think I messed up?
    Could you re-post the obfuscated link to your site?

  6. #1966
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Could you re-post the obfuscated link to your site?
    Never mind, I found it! One thing that's not set right is the OPC setting Order Total, jQuery Selector, which is still set to its default value. For the BootStrap template, that needs to be set to #ottotal .ot_text.

    I don't know if that has 'play' in the previous issue you posted, but it's a start.

  7. #1967
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: One-Page Checkout [Support Thread]

    Thank you.
    Sorry for late update.

    I corrected the setting to #ottotal .ot_text, but it did not fix it.

  8. #1968
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by keneso View Post
    Thank you.
    Sorry for late update.

    I corrected the setting to #ottotal .ot_text, but it did not fix it.
    My bad, that should have been #ottotal .ot-text.

  9. #1969
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: One-Page Checkout [Support Thread]

    Thanks, but same result.

  10. #1970
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by keneso View Post
    Thanks, but same result.
    Very strange, are there any logs generated?

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR