Trusten Posted October 22, 2002 Share Posted October 22, 2002 ok. I got it working. It does control when the file is made available, etc. etc. etc. problem however, 1. it appears to have taken off all other shipping methods that i perviously had available on the checkout_processing page. 2. It still identifies the handling fee. so what can I do? I want the contribution, but i need the other shipping methods to be listed. Where do I go to include these shipping methods once more? Quote Link to comment Share on other sites More sharing options...
Trusten Posted October 22, 2002 Author Share Posted October 22, 2002 well, i replaced her shipping class file with my old shipping class file and it seemed to have worked somewhat. *shrug* so hopefully it won't cause errors. let me know if this was a bad move Quote Link to comment Share on other sites More sharing options...
Ajeh Posted October 22, 2002 Share Posted October 22, 2002 The /includes/class/shipping.php allows for the use of the Free Shipping module for downloads or products that use free shipping based on a weight of 0 The /includes/class/payment.php allows for the use of the Free Payment module for when the $total is 0 and the weight is 0. When either of these modules show, the others do not. When the other modules show, the Free modules do not show. Quote Link to comment Share on other sites More sharing options...
Trusten Posted October 22, 2002 Author Share Posted October 22, 2002 problem is that i have both items that require shipping, and those that do not. also, the shipping you have, identifies the handling fee. Quote Link to comment Share on other sites More sharing options...
Ajeh Posted October 22, 2002 Share Posted October 22, 2002 Remove the handling fee. This add-on is designed to work with both products that require shipping fees and products that do not. The free shipping module will only appear when there is not weight, ie no shipping. Quote Link to comment Share on other sites More sharing options...
Trusten Posted October 22, 2002 Author Share Posted October 22, 2002 oh k. where can i go to edit the text. it's too large and i wanted it to say something else. what if someone orders something that requires shipping and something that doesn't?? Quote Link to comment Share on other sites More sharing options...
Ajeh Posted October 22, 2002 Share Posted October 22, 2002 The modules are smart :D /includes/class/payment.php looks at the cart totals for $total and weight If both are $0 and 0 weight then it knows there is no shipping so there is no payment either. /includes/class/shipping.php looks at the cart totals for weight. If there is no weight then there is no shipping. If there are mixed products with free shipping and shipping, then there would be weight. So, the free shipping module is not used and your regularly scheduled shipping modules are available. The products with free shipping, being 0 weight, will not effect the weight calculations on the regular shipping modules. Does that help? Quote Link to comment Share on other sites More sharing options...
Trusten Posted October 22, 2002 Author Share Posted October 22, 2002 yes, i placed your file back and it's working fine. now how do i edit that text field for the shipping. i don't want it to feature a gif or a button. just say FREE SHIPPING, and be done with it. how do i edit that? i edited the other text by going into english/modul/ ectc. etc. Quote Link to comment Share on other sites More sharing options...
Ajeh Posted October 22, 2002 Share Posted October 22, 2002 Edit the shipping module like you would any other. At the top of the free shipping module is the image file that is used: /catalog/includes/modules/shipping/freebee.php // class constructor function FREEBEE() { $this->code = 'FREEBEE'; $this->title = MODULE_SHIPPING_FREEBEE_TEXT_TITLE; $this->description = MODULE_SHIPPING_FREEBEE_TEXT_DESCRIPTION; $this->icon = DIR_WS_ICONS . 'shipping_freebee.gif'; $this->enabled = MODULE_SHIPPING_FREEBEE_STATUS; } Remove the image file name and it will not show. Quote Link to comment Share on other sites More sharing options...
Trusten Posted October 22, 2002 Author Share Posted October 22, 2002 ok, this is what i did. in the admin area, i went ahead and took off the 'free shipping' module. well i didn't take it off, but i set it to off. because without it, then no shipping will be charged. right? Quote Link to comment Share on other sites More sharing options...
Ajeh Posted October 22, 2002 Share Posted October 22, 2002 If you turn it off in Admin, then it will not be there for any Free Shipping you have. The program is written to have it on in Admin in addition to the other shipping modules you are using, ie UPS The Free Shipping module will only show when there is totally free shipping, otherwise it hides itself. Make sure that the handling fee for it is set to 0, I cannot recall if that was fixed in the version you downloaded or not. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.