

Weekend_warrior1999
Members-
Content count
37 -
Joined
-
Last visited
Profile Information
-
Real Name
Brett Woodruff
-
Weekend_warrior1999 started following Kirod
-
Kirod started following Weekend_warrior1999
-
USPS Rate V4, Intl Rate V2 (official support thread)
Weekend_warrior1999 replied to fulluvscents's topic in Shipping Modules
You were right, I used gedit and low and behold there were hidden characters all over the file from were I had edited it with LibreOffice trying to add define('MODULE_SHIPPING_USPS_TEXT_CSTRING_SHOW', 'Show Additional Options'); define('MODULE_SHIPPING_USPS_TEXT_CSTRING_HIDE', 'Hide Additional Options'); because it had apparently been forgotten... Should have known that.. but had a brain fart... now I only wished I had asked earlier. -
Weekend_warrior1999 started following USPS Rate V4, Intl Rate V2 (official support thread)
-
USPS Rate V4, Intl Rate V2 (official support thread)
Weekend_warrior1999 replied to fulluvscents's topic in Shipping Modules
I updated the module per the instructions in the package and i'm getting shipping options upon checkout, but once you select a USPS shipping option and click next I'm getting the following error Warning: Cannot modify header information - headers already sent by (output started at /home/content/38/10317338/html/catalog/includes/languages/english/modules/shipping/usps.php:1) in/home/content/38/10317338/html/catalog/includes/functions/general.php on line 49 I ran a search on this topic and found a single post regarding removing blank lines from the usps.php lang file, which I checked and didn't find any blank lines or spaces.. any help would be greatly appreciated, I've racked my head on this for like the past 8 hours before finally posting on here. -
[Development] USPS Shipping Module
Weekend_warrior1999 replied to kymation's topic in Add-Ons Development
Is this module currently not working? I'm not getting any rate quotes -
Anyone know of a Google Merchant API addon?
Weekend_warrior1999 posted a topic in General Add-Ons Support
I was wondering if anyone was working on or completed a Google Merchant API addon to complement the Googlebase addon? -
I am working on a cron script to auto download a suppliers CSV and Image archive, remove images, unarchive new images, install new CSV file in normal mode, update google base, update site index files. I have the script about 95% complete, I've got one bug I have to find a solution for and I wanna add auto database backup to the script. Anyone here interested in helping with the script and is there any demand for a script of this nature.
-
Easy Populate & Products Attributes
Weekend_warrior1999 replied to VJ's topic in General Add-Ons Support
Well it appears that it still has the (if I run the script twice it correctly authenticates) Problem. -
Easy Populate & Products Attributes
Weekend_warrior1999 replied to VJ's topic in General Add-Ons Support
Well after several days of tinkering, I think I've got a working cron model that downloads both CSV/image files, removes old images, unarchives new images, and imports new CSV file in "Normal" mode, deactives any "out of stock" items and places generic image you already have downloaded as a category image holder, updates sitemaps, and updates google adwords. Gonna test it for a few days and if there is any interest I'll release it as a addon contrib for EP. -
Easy Populate & Products Attributes
Weekend_warrior1999 replied to VJ's topic in General Add-Ons Support
on mine it imported, but you had to upload your images to (siteurl.com/catalog/images/images) -
Easy Populate & Products Attributes
Weekend_warrior1999 replied to VJ's topic in General Add-Ons Support
Ive sorta got a cron script work around... I'm posting to get some help. This is what I have so far. separate cron downloads EPcsv.txt then I run this: When I run this script i get no output for the second curl statement, but if I immediately rerun the script it appears to correctly run, I get a huge output of the CSV file and the PHP/HTML output of the EP/admin area. The thing I dont understand it why it wont work on first run but seems to on second run... I placed the sleep statement to ensure the cookie is saved prior to second curl statement is ran... sorta at a loss. -
Easy Populate & Products Attributes
Weekend_warrior1999 replied to VJ's topic in General Add-Ons Support
I am trying to figure out a way to create a cron entery that will automatically import a CVS file that is already downloaded in the temp directory, can anyone help? I know how to create a cron entry, but I'm having trouble finding exactly what to put in the entry line... I've got so far curl "username:password@websiteaddress/catalog/admin/easypopulate.php?localfile=updatefile.cvs&imputmode=Normal" but it errors out without any output I think it's gpot something to do with the fact i'm not able to supply a OSCsid for auth? any suggestions? -
USPS Rate V4, Intl Rate V2 (official support thread)
Weekend_warrior1999 replied to fulluvscents's topic in Shipping Modules
I'm now trying to locate the line of code that displays (United States Postal Service 40 lbs, 0 oz) just above service selection. Total weight in cart is supposed to be 80Lbs, this should still read that, but actually (80lbs / Max weight) = # of packages and actually display something like: (United States Postal Service 80 lbs, 0 oz: Shipped in 2 separate packages) -
USPS Rate V4, Intl Rate V2 (official support thread)
Weekend_warrior1999 replied to fulluvscents's topic in Shipping Modules
Lol, BTW Jim you continually make me feel like an idiot... lol. Hopefully my ramblings can be understood. -
USPS Rate V4, Intl Rate V2 (official support thread)
Weekend_warrior1999 replied to fulluvscents's topic in Shipping Modules
causeing it to display (DisplayedWeight) from above rather then displaying Weight and #_Of_Packages separately -
USPS Rate V4, Intl Rate V2 (official support thread)
Weekend_warrior1999 replied to fulluvscents's topic in Shipping Modules
its as is the calulation is getting messed up by: if weight > Max Weight / Max = #_Of_Packages then it is Weight / #_Of_Packages = DisplayedWeight -
USPS Rate V4, Intl Rate V2 (official support thread)
Weekend_warrior1999 replied to fulluvscents's topic in Shipping Modules
well if I disable the large package increase % it displays correctly? what exactly is this option for? Thought it was an optional surcharge for large items...