Problem with Product Weight
Posted: 21 May 2009 10:54 AM   Ignore ]  
Newbie
Rank
Total Posts:  11
Joined  2009-05-05

If I specify a specific product weight in FoxEE for an individual item and then do a test checkout, it doesn’t pass that weight to FoxyCart. Instead it just uses the default weight that I set in my FoxyCart account.

I’m selecting, “require shipping” and then setting a new weight and it just doesn’t go through.

Any thoughts on this? The version of FoxEE that I installed was downloaded about two weeks ago.

Profile
 
Posted: 21 May 2009 02:31 PM   Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1646
Joined  2007-11-23

Hi Mary,

Make sure in your FoxyCart settings you do not have a default weight set in your category settings. Also make sure you have your shipper information setup. You will then be able to see real time shipping costs on your FoxyCart checkout template.

Signature 

Mike

HCC Development

Profile
 
Posted: 21 May 2009 03:09 PM   Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  11
Joined  2009-05-05

My shipper information is setup in Foxycart. I have a default weight set up in Foxycart because I don’t want there to be no shipping calculated if the weight is inadvertently left out of foxycart.

Are these two incompatible? I thought that FoxEE item weights would override the Foxycart category default.

Profile
 
Posted: 21 May 2009 03:38 PM   Ignore ]   [ # 3 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1646
Joined  2007-11-23

They are incompatible. I wouldn’t worry to much about the price getting altered between the two systems, FoxEE checks against the original order upon return and will not accept a price mismatch or order change.

Signature 

Mike

HCC Development

Profile
 
Posted: 17 June 2009 03:02 PM   Ignore ]   [ # 4 ]  
Member
RankRankRank
Total Posts:  86
Joined  2008-11-13

I am having the same issue, but whats worse is foxycart requires that you have a default value for the weight.

I tried to put 0 or leave it blank, but they wont let you.

What else should we do?

Profile
 
Posted: 17 June 2009 03:21 PM   Ignore ]   [ # 5 ]  
Newbie
Rank
Total Posts:  11
Joined  2009-05-05

I just noticed today that it now works that if I set my default weight in Foxycart and then don’t give the item a weight at Foxee, it will use the default weight.

Then if you have different pricing configurations in Foxee it is correctly adding the additional weight you enter in Foxee to the default you set in Foxycart.

I don’t know if this was fixed in the latest release of Foxee, but it’s working for me now.

Profile
 
Posted: 17 June 2009 03:30 PM   Ignore ]   [ # 6 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1646
Joined  2007-11-23

I ran some tests and we found that the UPS API sometimes produces errors. (FYI incase some of you are using UPS)

If you set up your default weight then set a weight in FoxEE for your product, the FoxEE weight will override the default weight you have set.

If it is not working for you this way, please let me know and make sure you have updated to the latest release.

Signature 

Mike

HCC Development

Profile
 
Posted: 17 June 2009 03:57 PM   Ignore ]   [ # 7 ]  
Member
RankRankRank
Total Posts:  86
Joined  2008-11-13

This is not working for me! I am on 40.109 and in foxycart I have a default weight of 1.000 in all of my categories and I am using Fedex as my shipper.

The particular item in question has a weight of 8.00 lbs set in foxEE. When i add the product to the cart I get 1 lb for the weight, which is the foxycart default. It is not passing the weight set in foxEE.

Now, when I put a pricing option on that same product, the pricing option will add the correct price and weight to the default weight that is set in foxycart.com. So for instance, when i add that same 8lb product to the cart with the pricing option that adds 100 lbs, the total weight is 101 lbs (default 1 lb + 100 weight adjustment).

So, the weight adjustments are working just fine, but the base product weight is just not getting passed to the cart.

Profile
 
Posted: 17 June 2009 09:22 PM   Ignore ]   [ # 8 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1646
Joined  2007-11-23

Thats strange cause it works on my test site. Did you make a special FC category for your shippable items? Maybe try that and declare the category in the addtocart tag. I have to check my template to see if I did it that way.

Signature 

Mike

HCC Development

Profile
 
Posted: 18 June 2009 07:49 AM   Ignore ]   [ # 9 ]  
Member
RankRankRank
Total Posts:  86
Joined  2008-11-13

I actually tried both. This issue was originally happening on the DEFAULT category, and I tried creating a new category in foxycart and then adding the product to that category in foxEE, and unfortunately the default weight wins every time.

Profile
 
Posted: 18 June 2009 07:49 AM   Ignore ]   [ # 10 ]  
Member
RankRankRank
Total Posts:  86
Joined  2008-11-13

I should also mention that i use Fedex, and USPS to test this out.

Profile
 
Posted: 18 June 2009 12:15 PM   Ignore ]   [ # 11 ]  
Member
RankRankRank
Total Posts:  86
Joined  2008-11-13

I just downloaded the new foxee again and I was just going through the mod.foxee.php file and reading through the addtocart function which is where I assume the product weight would be inserted as a hidden value, but there is no reference to product weight anywhere in that file except in the weight adjustment options.

I think the problem is here ON LINE 528:

// do we have a physical product or a download
        //
        
if( $product['subscription_id'== FOXEE_SUBSCRIPTION_DISABLED {
        }
        
        
//
        // subscription
        //
        
        
if( $product['subscription_id'!= FOXEE_SUBSCRIPTION_DISABLED {
            
switch ($product['subscription_reoccurring']{
                
case FOXEE_SUBSCRIPTION_KIND_REOCCURRING:
                    
$product_params['sub_frequency']    $product['subscription_frequency']

Looks like it is checking for a subscription when it should be checking for a physical product.

Hope that helps.

Adam

Profile
 
Posted: 18 June 2009 06:31 PM   Ignore ]   [ # 12 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1646
Joined  2007-11-23

Thanks for all your help Adam, we are looking at this issue right now.

Signature 

Mike

HCC Development

Profile
 
   
 
 

Join our Mailing List