

dawnsdiapers
Members-
Content count
36 -
Joined
-
Last visited
Profile Information
-
Real Name
Dawn
-
Never mind..I don't know how this fixed it but it did. I just replaced the files I changed per the contrib install instructions with my backup files from before I started, and let the quick_priceupdates.php in the admin folder as it and now it works!
-
I just tried installing this and get a blank page as well in my admin. I have a menu to the left but when I click on anything (my store, catalog etc) the place where the menu options should show up is completely blank. Was I supposed to install the stock options contrib first? I only downloaded and installed Quick Price Updates v1.0
-
Thanks for all the info!! So I'll just leave it alone for now.
-
I got an email from USPS that said this I'm assuming this will effect our shipping calculator within OSCommerce, so will there be an update to the USPS shipping module we can download or is there somewhere we need to change the URL ourselves?
-
Never mind. I uninstalled this contrib and went with attribute sets plus and now don't have blank pages, BUT I do have blank attribute sets. LOL Off to that topic of discussion.
-
I just installed the newest version of this contrib today and am having a little problem. I'm getting no errors or anything, I as able to go in and make several attibute sets etc, BUT when I try and edit my products to include them the page just looks like this http://dawnsdiapers.com/blank2.jpg The page is totally blank below manufacturer or if I click on the little a/s button to edit I get this http://dawnsdiapers.com/blank.jpg the page is totally blank except for the heading name Any ideas what I've done? :-"
-
Never mind, I deleted require(DIR_WS_BOXES . 'information.php'); from catalog/includes/column_left.php and that took the default box away. :)
-
Wonder the quick fix to remove the default info box? I have this contrib installed and it works great, but I only need the new information box, not the old one.
-
Need Help With Free Shipping/Zero Weight Contrib
dawnsdiapers replied to dawnsdiapers's topic in General Add-Ons Support
Well this has been fun. LOL In case anyone else wants a contrib that will do as I explained, I found it here http://www.oscommerce.com/community/contri...arch,attributes It skips the shipping page if the weight is zero, but doesn't skip it if it's anything over zero, even decimal weights like 0.25 or 0.5 It's great! -
Need Help With Free Shipping/Zero Weight Contrib
dawnsdiapers replied to dawnsdiapers's topic in General Add-Ons Support
Ok let me clarify further. LOL Is there a contribution or a way of altering files so that anything that has a 0 weight ships free, yet will still calculate USPS shipping when the weight is say 0.25, 0.5 etc? I removed the contributions that I tried out so now I have the standard USPS module in use that came with oscommerce. I have one item in my test store that has a weight of 0 and one with a weight of 0.5 when I put either item in my cart it quotes the shipping as 60 cents which is right for the 0.5 weight item, but not for the zero weight item which should ship for free. HELP PLEASE! :-) -
Need Help With Free Shipping/Zero Weight Contrib
dawnsdiapers replied to dawnsdiapers's topic in General Add-Ons Support
I wanted to add to that I tried using this contribution http://www.oscommerce.com/community/contri...all/search,FREE and can't for some off reason, it wipes out my database when I try to execute the enquiry required and I have to upload a backup. -
Need Help With Free Shipping/Zero Weight Contrib
dawnsdiapers posted a topic in General Add-Ons Support
http://www.oscommerce.com/community/contri...y,2/search,Free I'm having trouble implementing this contribution. It works GREAT if the shipping weight is zero or a negative number (for free shipping), 1 or more (actual shipping) but where I am having trouble is some of my products weight 0.5 lbs The shipping was working with the USPS shipping module before I installed the contribution. So my question is, is there an easy way to modify the code so that it only gives items that have a negative weight (say -1) and all others, even ones with the zero weight it will charge shipping? It's reading my 0.5 weights as simply a zero. Thanks in advance!