Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Posts
    567
    Plugin Contributions
    0

    Default free shipping to retail clients only

    file i'd like to change /root/includes/modules/shipping/ freeoptions.php

    I would like to restrict all groups from having this option come up in the checkout process, except regular registered customers
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  2. #2
    Join Date
    Jun 2006
    Posts
    567
    Plugin Contributions
    0

    Default Re: free shipping to retail clients only

    Code:
    if (verify_customer_group_bigspender()) { 
         $content .= '<a class="category-links" href="' . zen_href_link(FILENAME_BIGSPENDER_PROMO) . '">' . CATEGORIES_BOX_HEADING_BIGSPENDER_PROMO. '</a>' .  '<br />' ."\n";
      }
    ok i found this piece of code (which only lets certain people view a link in a sidebox) that swguy had created for me a while back the same people in the big spenders group (which are registered members minus all other groups) are the ones i want to offer free shipping to after spending a certain amount

    how would i modify that piece of code to work the way i would like?

    thank you for any help that can be provided
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  3. #3
    Join Date
    Jun 2006
    Posts
    567
    Plugin Contributions
    0

    Default Re: free shipping to retail clients only

    i found this but i'm still not sure how i could make it work http://www.zen-cart.com/forum/showth...ing+mod+groups with what i would like
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

 

 

Similar Threads

  1. Problem with retail clients receiving group pricing
    By quantum in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 2
    Last Post: 19 Feb 2009, 11:07 PM
  2. Shipping as a % of retail value.
    By russa2 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 17 Oct 2008, 09:27 AM
  3. Shipping rate for retail and wholesale (protox_form)
    By scvinodkumar in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 3 Aug 2007, 02:29 PM
  4. Some Clients Can't Get Past Shipping Method
    By MeltDown in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 17 Feb 2007, 08:11 PM
  5. Free shipping item weight calculated wrongly for non valid free shipping zone
    By firehorse in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 28 Oct 2006, 05:39 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
  •