Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Disable Price at Shipping Method

    What about clicking on the image? It has a link to the full size image.

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Disable Price at Shipping Method

    Quote Originally Posted by ccppll View Post
    What about clicking on the image? It has a link to the full size image.
    @ccppll
    Here is the link!

    http://img187.imageshack.us/img187/2...gmethod.th.gif

    way too small for me to even get a grasp of what page she is on..

  3. #3
    Join Date
    Apr 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Disable Price at Shipping Method

    Oh sorry about that haredo!

    Will pm you :)

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Disable Price at Shipping Method

    Ch,
    Thanks got the pm..
    Nice site wished I had a baby so I could buy from you. :)

    I believe since you are using the store pickup and you changed the name and edited the includes/ language/ english/ modules/ shipping/ storepickup.php

    Find this:
    includes/ language/ english/ modules/ shipping/ storepickup.php

    1. I notice you are using the classic still
    2. After this, search for override system

    Find this:
    PHP Code:
    $db->Execute("insert into " TABLE_CONFIGURATION " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Shipping Cost', 'MODULE_SHIPPING_STOREPICKUP_COST', '0.00', 'The shipping cost for all orders using this shipping method.', '6', '0', now())"); 
    Change to this please:
    PHP Code:
    $db->Execute("insert into " TABLE_CONFIGURATION " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Shipping Cost', 'MODULE_SHIPPING_STOREPICKUP_COST', '', 'The shipping cost for all orders using this shipping method.', '6', '0', now())"); 
    Before you do this make a copy of the storepickup.php file so if this is not the fix you can overwrite the file with the orginial.

  5. #5
    Join Date
    Apr 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Disable Price at Shipping Method

    Thanks haredo!

    I've changed it but i still get to see the €0,00

    The directory you gave me was incorrect i think.

    Cause at mines it's includes/models/shipping/storepickup.php

    At english i just get the defines :)

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Disable Price at Shipping Method

    Ch,
    you are correct:
    includes/ modules/ shipping/ storepickup.php

    I will look a little deeper in the code.
    Give me time

  7. #7
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Disable Price at Shipping Method

    Ch,
    You will have to wait for a fellow Zenner to read this thread for help. I am stumped on this.. Sorry

 

 

Similar Threads

  1. v151 Disable a payment method for a chosen shipping method?
    By chowyungunz in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 12 Jun 2015, 12:56 PM
  2. v151 Q: Is it possible to disable a coupon code based on shipping method
    By kapsolas in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 8
    Last Post: 16 Mar 2014, 02:37 AM
  3. Disable Table shipping method with weight?
    By joecooper in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 1 Aug 2012, 05:53 PM
  4. Disable shipping method by weight. zones.php
    By Nugar in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 21 Jun 2011, 04:45 AM
  5. disable shipping method
    By bhadz08 in forum Managing Customers and Orders
    Replies: 2
    Last Post: 20 Jul 2009, 06:14 PM

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