Yahoo! Store Shipping Module
Thursday, April 1st, 2010 Blog by ASRYahoo! store allows real-time interface to external tax and shipping calculation system.
If you get a Error 500 and cant get the module to work, try adding this line:
# Item-Id-N, -Code-N, -Quantity-N, -Unit-Price-N, -Description-N, -Url-N,
# For values of N from 1 to Item-Count, the relevant attributes of each item are given.
# This script contains code to separate these into an @items array.
# Code is from the “Code” field when editing the item, typically an SKU or ISBN
# Unit-Price takes any quantity pricing into account
#
require 5.001;
use strict;
use CGI qw(:standard);
my $o;
read(STDIN,$o,$ENV{‘CONTENT_LENGTH’});
adding the line in bold may help.
