Page 2 of 2 FirstFirst 12
Results 11 to 20 of 96

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Shipping Rates in Cart [support thread]

    I haven't tested this yet and it may not work for downloadable or virtual products.

    In includes/templates/your_template/templates/tpl_shopping_cart_default.php

    Find:
    PHP Code:
    $sric_total $cartSricTotal $sric_shipping_simple
    Directly below it, add these two lines:
    PHP Code:
    $vat = ($sric_total 100) * 15;
    $sric_total $sric_total $vat

  2. #2
    Join Date
    Nov 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Shipping Rates in Cart [support thread]

    Hi,i have installed your module but i have some problems:
    1.How to display shopping cart sidebox on check out page?
    2.The shipping rate could not be reset means shipping rate shows the
    previous product shipping rate if i removed or updated the product
    the shipping rate also updated but it has not updated.it has taken the session stored shipping rate.
    3.i need shopping cart sidebox displays on all the pages.

  3. #3
    Join Date
    Nov 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Shipping Rates in Cart [support thread]

    Please help me to move in a right direction.

    I am waiting for your reply.

    Thanks in advance.

  4. #4
    Join Date
    Nov 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Shipping Rates in Cart [support thread]

    Hi,i have installed your module but i have some problems:
    1.How to display shopping cart sidebox on check out page?
    2.The shipping rate could not be reset means shipping rate shows the
    previous product shipping rate if i removed or updated the product
    the shipping rate also updated but it has not updated.it has taken the session stored shipping rate.
    3.i need shopping cart sidebox displays on all the pages.

    please help me.

  5. #5

    Default Re: Shipping Rates in Cart [support thread]

    I've found a small bug in the mod but don't know how to fix it!
    It only happens with certain currency symbols such as Czech Republic Koruny.
    The symbol translates to Kč rather than an actual symbol.
    All works fine except for the total shown in the cart.
    Around line 206
    Code:
    $cartSricTotal = preg_replace ( '#\D*?(\d+(\.\d+)?)\D*#', '$1', $cartShowTotal );
    I think this strips the &#; characters but leaves the numerics in so the total shows a huge number!

    Is there an easy fix to this or will changing the character set on the symbol field in the currencies table to utf8 fix the issue?
    It is currently latin.

  6. #6
    Join Date
    Mar 2014
    Location
    TampaBay, FL USA
    Posts
    4
    Plugin Contributions
    0

    Default Re: Shipping Rates in Cart [support thread]

    Shipping Rates in Cart Trying to install install.sql and getting WARNING: An Error occurred, please refresh the page and try again. Tried pasting and uploading file. Using zencart 1.5.1
    install.sql file:

    INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
    (NULL, 'Shipping Rates in Cart - No Shipping Behaviour', 'SRIC_NO_SHIP', 'Display zero shipping price', '<br />Some items such as gift certificates do not require shipping<p />Select what to do in these cases', 7, 50, NULL, now(), NULL, 'zen_cfg_select_option(array(''Display zero shipping price'', ''Display a word'', ''Only display subtotal'', ''Only display total'', ''Only display subtotal and total''), '),
    (NULL, 'Shipping Rates in Cart - Display Currency Code', 'SRIC_DISPLAY_CURRENCY_CODE', 'No', '<br />Display the currency code in the cart<p />Useful if installed currencies share the same symbol e.g. USD and CAD', 7, 51, NULL, now(), NULL, 'zen_cfg_select_option(array(''No'', ''Yes, before price'', ''Yes, after price'', ''Yes, before price, for total only'', ''Yes, after price, for total only''), '),
    (NULL, 'Shipping Rates in Sidebox - Enable', 'SRIC_SIDEBOX', 'false', '<br />Enable shipping rates in the shopping cart sidebox', 7, 52, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '),
    (NULL, 'Shipping Rates in Sidebox - Suppress', 'SRIC_SIDEBOX_SUPPRESS', 'No', '<br />The sidebox must be suppressed during checkout.<p />Would you like the sidebox suppressed prior to checkout?', 7, 53, NULL, now(), NULL, 'zen_cfg_select_option(array(''No'', ''Yes, shopping cart page onwards'', ''Yes, sign-up/login page onwards''), '),
    (NULL, 'Shipping Rates in Sidebox - Display Currency Code', 'SRIC_SIDEBOX_DISPLAY_CURRENCY_CODE', 'No', '<br />Display the currency code in the sidebox<p />Useful if installed currencies share the same symbol e.g. USD and CAD', 7, 54, NULL, now(), NULL, 'zen_cfg_select_option(array(''No'', ''Yes, before price'', ''Yes, after price'', ''Yes, before price, for total only'', ''Yes, after price, for total only''), ');

  7. #7
    Join Date
    Apr 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: Shipping Rates in Cart [support thread]

    Just installed SRIC on 1.5.3. Works, and is a small improvement since I only use flat rate shipping, and only ship in US.

    BUT, it would be a BIG improvement IF the total with the flat rate as now seen in the shopping would also be passed on to paypal when a customer clicks on check out with paypal (EXPRESS).

    So basically, what needs to be modified so that what is shown on the shopping cart screen (subtotal+shipping) to also be shown on the paypal screen (subtotal+shipping), instead of what continues to be shown on the paypal screen (subtotal WITHOUT shipping)?
    Zen Cart 1.5.3, Database Patch Level: 1.5.3
    Server OS: Linux 2.6.32, Database: MySQL 5.5.41
    HTTP Server: Apache, PHP Version: 5.4.37

  8. #8
    Join Date
    Apr 2017
    Location
    Netherlands
    Posts
    20
    Plugin Contributions
    0

    Default Re: Shipping Rates in Cart [support thread]

    Nobody updated the plugin to latest 1.55/1.56 version?

  9. #9
    Join Date
    Apr 2021
    Posts
    1
    Plugin Contributions
    0

    Default Re: Shipping Rates in Cart [support thread]

    Nobody updated the plugin to latest 1.58 version?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Add Shipping Telephone Support Thread
    By JTheed in forum Addon Admin Tools
    Replies: 31
    Last Post: 4 Sep 2018, 11:14 AM
  2. Multiple Zone Rates Support Thread
    By totalsam in forum Addon Shipping Modules
    Replies: 54
    Last Post: 24 Feb 2015, 03:34 PM
  3. Replies: 29
    Last Post: 24 Sep 2014, 09:59 PM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

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