Thread: Virtual Product

Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2008
    Posts
    138
    Plugin Contributions
    0

    Default Virtual Product

    Well I've fixed part of my problem and I hope you can help me with the other part. My store only has Virtual products so I manually have to change two settings on the store or my customers run into problems checking out. These two settings are:

    Product is Virtual: Yes, Skip Shipping Address No, Shipping Address Required (I have to change it from No to Yes)
    Always Free Shipping: Yes, Always Free Shipping No, Normal Shipping Rules (Change from No to Yes)

    My questions are:

    1) is there a way to change the settings to where they are default to yes instead of no
    2) is there a mysql code to change all the products in store to this setting or will I need to go in and manually change each product to yes for both settings.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,872
    Plugin Contributions
    96

    Default Re: Virtual Product

    Quote Originally Posted by honrheart View Post
    1) is there a way to change the settings to where they are default to yes instead of no
    Go to your admin's Catalog->Product Types. Select the product type (most likely Product - General) using the "Info" icon, then click the "Edit Layout" button. The bottom of the screen contains the default attribute properties when you're creating a new product.

  3. #3
    Join Date
    Jul 2008
    Posts
    138
    Plugin Contributions
    0

    Default Re: Virtual Product

    ty that fixed it for any new products. Now I just need to find out if there is away to set all current products to yes for both options with one shot or if I have to manually edit each product

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,872
    Plugin Contributions
    96

    Default Re: Virtual Product

    Be sure to make a backup of your database first ... you can run this in your admin's Tools->Install SQL Patches:
    Code:
    UPDATE products SET products_virtual=1, product_is_always_free_shipping=0;
    Note that this sets the "Always Free Shipping" to "No, normal shipping rules apply" ... which is the suggested value for virtual products.
    Last edited by lat9; 17 Jan 2013 at 07:49 PM.

 

 

Similar Threads

  1. virtual product
    By Jeffries Productions in forum General Questions
    Replies: 1
    Last Post: 8 Nov 2010, 08:35 PM
  2. Canada Post - problem with mixed virtual and non-virtual products?
    By Franck69 in forum Addon Shipping Modules
    Replies: 3
    Last Post: 27 Jul 2008, 10:31 PM
  3. Replies: 3
    Last Post: 20 Jun 2008, 06:45 PM
  4. No Shipping Option When Combo of Virtual and Non-Virtual Products
    By lakewebworks in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 12 Nov 2007, 06:03 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