Results 1 to 3 of 3
  1. #1
    Join Date
    May 2010
    Posts
    3
    Plugin Contributions
    0

    Default Fixed based price and adding price on each item

    Guys,

    If my price is more than $45, then standard registered rule applies as stated above ie 2USD as base price and 0.50cents for each item.

    If the price is below $45 then 2USD will apply.

    how can i achieve that in shipping module.

    Please let me know your suggestions

    Regards
    Dipen

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Fixed based price and adding price on each item

    You would need to customize the Item Rate item shipping module to manage the cost for shipping on orders < 45 ... and then allow the regular Item charge and handling to apply ...

    Look in the file:
    /includes/modules/shipping/item.php

    and you need to customize this section of code:
    Code:
          $this->quotes = array('id' => $this->code,
                                'module' => MODULE_SHIPPING_ITEM_TEXT_TITLE,
                                'methods' => array(array('id' => $this->code,
                                                         'title' => MODULE_SHIPPING_ITEM_TEXT_WAY,
                                                         'cost' => (MODULE_SHIPPING_ITEM_COST * $item_total_count) + MODULE_SHIPPING_ITEM_HANDLING)));
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

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

    Default Re: Fixed based price and adding price on each item

    Thanks buddy..

    I changed the item.php and included my code. Now its work fine.

    Thanks for your help

    Regards
    Dipen

 

 

Similar Threads

  1. v155 Shipping based on 3 fixed price satchel sizes
    By amyleew in forum Addon Shipping Modules
    Replies: 1
    Last Post: 21 Apr 2016, 11:08 AM
  2. Fixed price for each product
    By PatrickF in forum Setting Up Specials and SaleMaker
    Replies: 2
    Last Post: 20 Aug 2010, 01:24 PM
  3. Fixed Shipping Price per Item?
    By gabstero in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 26 Mar 2008, 07:52 PM
  4. Fixed Shipping Price Per Item?
    By gabstero in forum Addon Shipping Modules
    Replies: 6
    Last Post: 8 Nov 2007, 04:44 AM
  5. Shipping: base price + price for each additional item
    By amieco in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 26 Jun 2007, 06:25 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