Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

imageanative

Pioneers
  • Posts

    36
  • Joined

  • Last visited

Posts posted by imageanative

  1. Hi Guys, I am not a coder at all. I have the Canada Post module installed that is returning accurate shipping rates for the orders via Sell Online. With a client's order I do have the button to generate a CP Label which i can click; confirm the service, weight, dimensions and options for the shipment. In the portal window I confirm my OSC login and it goes off to do its work but generates simply code and at the bottom Step 1:Initialized but WEB SERVER ERROR after that inside that progress indicator portal. Is there a CP Label function available for OS Commerce? I am 2.3.1 user.

     

    Cheers, Bruce

     

    OK so once you have your login and user setup @ canada post its best to print out your labels on the canada post website http://www.canadapost.ca/eb/business/?LOCALE=en business account your discounts will be added this was and is the best bet.

    by the way i use 2 different modules and combine the 2

     

    http://addons.oscommerce.com/info/391

    http://addons.oscommerce.com/info/8887

     

    this way you get Dimension Support

    Peace

  2. install fresh 2.3.1 OSC copied all files into the folders and installed db Sql and got the error

    1054 - Unknown column 'cd.categories_banner' in 'field list'

     

    select c.categories_id, cd.categories_name, cd.categories_banner, c.categories_image, c.parent_id, c.sort_order, c.date_added, c.last_modified from categories c, categories_description cd where c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id = '1' order by c.sort_order, cd.categories_name

     

    I will try a manual install .

    in the catalog got this message

     

    (unknown error from Canada Post

    yourwebsite via e-mail)

  3. This should probably be moved to the Addons - Shipping forum...

     

    I will try and download in the next couple of weeks to see if I can make it work... I have an Canada Post automatic labels mod based on REST (that is very roughly written... but works). Maybe we can get both refined and working together...

     

    Great thanks Greasemonkey lets do it

  4. Canada Post changed its previous Sell Online services with the new REST or SOAP services. Searching the web or in the community contributions, cannot find anything based on this new services. So I decided to write my own module.( Sean Zhuang)

    Canada POST Rates (REST) Service Module for osCommerce 2.3.1 2012-10-01

    well i tried to install getting error "unknown error from Canada Post"

    as well as others anyone wanna help with this?

    http://addons.oscommerce.com/info/8887

  5. Thanks

    I can't answer your other question (about categories), but you might want to take a look at the Email For Quote add-on as it's a rather elegant solution to handling products with a $0 price. When the user clicks on the link, they're presented with a mailto dialog to e-mail the store owner for a quotation for the product. As far as I can tell, this add-on works with the Modular Front Page add-on, or at least it does for my site.

     

    Hope that helps....

     

    Regards,

     

    Chris

    Thanks Chris

  6. In your includes/language/english/sitemap.php file find

     

    define('TEXT_INFORMATION', '<p>Please contact us if you experience any problems finding what you need:</p> ' .

    nl2br(STORE_NAME_ADDRESS) . '<br>' .

    STORE_OWNER_EMAIL_ADDRESS

    );

     

    and change it to

     

    define('TEXT_INFORMATION', '<p>Please contact us if you experience any problems finding what you need using the contact us form.</p>');

     

    That will keep the text, but remove the address details and email.

     

    thanks i did this

    define('TEXT_INFORMATION', '<b>Please <a href="/contact_us.php">Contact Us</a> if you experience any problems finding what you

    need :</b><BR> ' .

    nl2br(STORE_NAME_ADDRESS) . '<BR>' .

    SITEMAP

    );

     

    Thanks

  7. Sorry the program works great what i am talking about is when http://(whatever.com)/catalog/sitemap.php is displayed

    @ the bottom of the page after all the sitemap is generated it says

    (Please contact us if you experience any problems finding what you need:)

    and underneath that

    Company Name

    Address

    Location

    Phone #

    E-mail address <--------- this is it sorry for the misunderstanding

×
×
  • Create New...