Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2013
    Location
    China
    Posts
    75
    Plugin Contributions
    0

    Default free shipping but credit card company need shipping address for fraud control

    After updated to zencart 1.5.6b,for free shipping products,it will skip shipping address step and go directly to billing address,but my credit card processing company need shipping address for fraud control,the order could not be created without shipping address information,i do not want to change the product type to product general,but also want to skip the shipping address step,what should i do?

  2. #2
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: free shipping but credit card company need shipping address for fraud control

    Quote Originally Posted by e-standard View Post
    After updated to zencart 1.5.6b,for free shipping products,it will skip shipping address step and go directly to billing address,but my credit card processing company need shipping address for fraud control,the order could not be created without shipping address information,i do not want to change the product type to product general,but also want to skip the shipping address step,what should i do?
    Something is wrong in this setup. How can an item be shipped for free but not be shipped anywhere? What type of product is this? It sounds like it might be a virtual product which means that the product was not setup correctly regardless the product type.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Nov 2013
    Location
    China
    Posts
    75
    Plugin Contributions
    0

    Default Re: free shipping but credit card company need shipping address for fraud control

    Quote Originally Posted by mc12345678 View Post
    Something is wrong in this setup. How can an item be shipped for free but not be shipped anywhere? What type of product is this? It sounds like it might be a virtual product which means that the product was not setup correctly regardless the product type.
    thanks,it is virtual product and i set the product types to product-free shipping,it will skip shipping address..is there anything i can do about it or at least how to not allow it to skip the shipping address step.

  4. #4
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: free shipping but credit card company need shipping address for fraud control

    Quote Originally Posted by e-standard View Post
    thanks,it is virtual product and i set the product types to product-free shipping,it will skip shipping address..is there anything i can do about it or at least how to not allow it to skip the shipping address step.
    Virtual product don't ship. Secondly the product needs to actually be set as a virtual product which is yes, virtual and no, normal shipping rules.

    This should properly "set flags" that the purchase is not being shipped and the company should handle that appropriately.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Nov 2013
    Location
    China
    Posts
    75
    Plugin Contributions
    0

    Default Re: free shipping but credit card company need shipping address for fraud control

    Quote Originally Posted by mc12345678 View Post
    Virtual product don't ship. Secondly the product needs to actually be set as a virtual product which is yes, virtual and no, normal shipping rules.

    This should properly "set flags" that the purchase is not being shipped and the company should handle that appropriately.
    Thanks very much,how could i change all the products from Product is Virtual from" Yes, Skip Shipping Address" to "No, Shipping Address Required"in batch?

  6. #6
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: free shipping but credit card company need shipping address for fraud control

    Quote Originally Posted by e-standard View Post
    Thanks very much,how could i change all the products from Product is Virtual from" Yes, Skip Shipping Address" to "No, Shipping Address Required"in batch?
    Yup. With a sql statement entered through the tools->install sql patches area as provided below. Make a backup of the store's database before executing.

    Code:
    UPDATE products SET product_is_always_free_shipping = 0 WHERE product_is_virtual = 1 AND product_is_always_free_shipping = 1;
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. free shipping Credit card processing is not working
    By dzaborow in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 7 Aug 2009, 08:46 PM
  2. YourPay: We apologize, but we are presently unable to contact the Credit Card company
    By cleverpork in forum Built-in Shipping and Payment Modules
    Replies: 31
    Last Post: 17 May 2009, 04:09 PM
  3. Free shipping for credit card?
    By staypop in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 4 Nov 2008, 10:53 AM
  4. Configuring for NO shipping charge, but not FREE shipping
    By kappaluppa in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 25 Jan 2007, 02:08 AM

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