

dandelion
Members-
Content count
386 -
Joined
-
Last visited
Profile Information
-
Real Name
Ruth Maude
-
Gender
Female
-
Location
Toronto
- Website
-
Canada Post Automated Labels 2.0 AND Canada Post Shipping Module 4.0
dandelion replied to insaini's topic in Shipping Modules
My client tells me that Tax isn't charging on the Postage.... I thought this broke when I switched the store from GST/PST to HST but now they tell me they don't think it was ever working. The guy on the phone at Canada Post told my client it was a matter of adding a line to the shopping cart that simply adds the 13% to the shipping cost before the total gets to the customer. BUT the shipping module has a way to handle this it just isn't working. I have the Canada Post module set to use the "HST on Postage" tax class on shipping The "HST on Postage" tax class is set to use the tax Zone "Canada Post" The "Canada Post" Tax zone is set to All Countries and All Zones The Tax Rate for The "HST on Postage" tax class is set to 13% No matter what I do the Canada Post module won't add tax to shipping charge. -
Hi Jack, Thanks for your work on this contribution. I'm trying to install it on a site that already has the categories description module installed should I uninstall it to use your contribution? <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"> <?php if ( (ALLOW_CATEGORY_DESCRIPTIONS == 'true') && (tep_not_null($category['categories_heading_title'])) ) { echo $category['categories_heading_title']; } else { echo HEADING_TITLE; } ?> </td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> <?php if ( (ALLOW_CATEGORY_DESCRIPTIONS == 'true') && (tep_not_null($category['categories_description'])) ) { ?> <tr> <td align="left" colspan="2" class="category_desc"><?php echo $category['categories_description']; ?></td> </tr> <?php } ?> </table></td> </tr>
-
Canada Post Automated Labels 2.0 AND Canada Post Shipping Module 4.0
dandelion replied to insaini's topic in Shipping Modules
It's fixed... the host had closed port 30000 ... I had asked the host a week ago if this was open they said it was but it wasn't. It is reopened and all is working fine. At least it wasn't anything I did! -
Canada Post Automated Labels 2.0 AND Canada Post Shipping Module 4.0
dandelion replied to insaini's topic in Shipping Modules
Thanks but no that isn't it ... I can login to Canada Post http://sellonline.canadapost.ca/servlet/LogonServlet without any problem. This hasn't worked for over a week and three orders came in without shipping charged! -
Canada Post Automated Labels 2.0 AND Canada Post Shipping Module 4.0
dandelion replied to insaini's topic in Shipping Modules
my host company restored the backup and it is still not working. Did Canada Post change something? Am I the only one? -
Canada Post Automated Labels 2.0 AND Canada Post Shipping Module 4.0
dandelion replied to insaini's topic in Shipping Modules
AHHHH I broke it! Cannot reach Canada Post Server. You may refresh this page (Press F5 on your keyboard) to try again. I have several different versions of admin\ship_canadapost_ajax.php and I'm trying to figure out which one was the backup that actually works - neither file is fixing this now! case 2: // curl init $ch = cp_setup(false); // new login $response = cp_get_page($ch, SSO.'/cpid/apps/signIn?LOCALE=en&~language=EN&APP_ID=B2B&SSO_REFERRER_URL=https://obc.canadapost.ca/zcpb2b/b2b/init.do?language=EN&shop=CPENCOMM'); // new login form $query_string = 'frmCPIDSignIn:signIn.x=46&frmCPIDSignIn:signIn.y=11&frmCPIDSignIn_SUBMIT=1' . '&frmCPIDSignIn:j_username=' . urlencode(MODULE_SHIPPING_CANADAPOST_USERID) . '&frmCPIDSignIn:j_password=' . urlencode(MODULE_SHIPPING_CANADAPOST_PASSWORD); $response = cp_post_page($ch, SSO.'/cpid/apps/signIn?execution=e1s1', $query_string); // login post vars $query_string = 'SHOP=CPFRCOMM&SSO_ITS_URL=%2Fcpid%2login%2FsignIn%3F&SSO_ACTION=0&P_SHOP=CPFRCOMM' . '&login_type=2&password_length=0&language=EN&APP_ID=B2B' . '&SSO_USERID=' . urlencode(MODULE_SHIPPING_CANADAPOST_USERID) . '&SSO_PASSWORD=' . urlencode(MODULE_SHIPPING_CANADAPOST_PASSWORD); or case 2: // login post vars $query_string = 'SHOP=CPFRCOMM&SSO_ITS_URL=%2Fsso%2Flogin.jsp&SSO_ACTION=0&P_SHOP=CPFRCOMM' . '&login_type=2&password_length=0&%7Elanguage=EN&APP_ID=B2B' . '&SSO_USERID=' . urlencode(MODULE_SHIPPING_CANADAPOST_USERID) . '&SSO_PASSWORD=' . urlencode(MODULE_SHIPPING_CANADAPOST_PASSWORD); // curl init $ch = cp_setup(false); -
I haven't been able to find the correct forum thread for http://addons.oscommerce.com/info/1415 so I'll start a new one here. This looks like a great contribution but when I activate it my admin is completely blank. Can anyone tell me which file to look at? Thanks!
-
It would be great if each addon had a button - right under add file to this package - that would lead to the support thread for the addon in the forum. I'm spending so much time trying to find the support for http://addons.oscommerce.com/info/1415 THANK YOU!
-
Hi, I've taken over working on an existing osC store where Easy Populate was already in use. I added the products short description module but I can't get it working with easy populate Version is Easy Populate 2.76c-MS2 When I try to upload I get error 1054 - Unknown column 'products_info' in 'field list' In my text file I have a column v_products_info_1 Should I have PRODUCT_LIST_INFO or PRODUCT_LIST_SHORTDESC??? I've tried both Can anyone tell me what I'm doing wrong?
-
Product Listing Enhancements, Thumbnails & Manufacturer Headings
dandelion replied to spooks's topic in General Add-Ons Support
I made some styling changes to tool tip and now I'm happy with it as it is so I don't care about the lightbox any more. :thumbsup: -
Product Listing Enhancements, Thumbnails & Manufacturer Headings
dandelion replied to spooks's topic in General Add-Ons Support
I also want to remove links to the product_info page ... I changed Line 131 in Product Listing from $link = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $listing['products_id'] . ($man_id ? '&manufacturers_id='.$man_id : ( to $link = '<a href="' . tep_href_link(FILENAME_DEFAULT, 'products_id=' . $listing['products_id'] . ($man_id ? '&manufacturers_id='.$man_id : ( so now the product lising page just refreshes I know this is the wrong way to do it but anything else I try messes up the tool tip. For number 2 above: On second thought maybe I should move the add to cart button down beside the price instead of the price up above... anyway I don't know how to do either :blush: -
arash.najafi reacted to a post in a topic: Product Listing Enhancements, Thumbnails & Manufacturer Headings
-
Product Listing Enhancements, Thumbnails & Manufacturer Headings
dandelion replied to spooks's topic in General Add-Ons Support
Hi.... I'm trying to do two things and need some php help Site is http://www.kingwestflowers.com/index.php/cPath/19 1) change the image to use lightbox - here is the code from product info <?php if (tep_not_null($product_info['products_image'])) { ?> <table border="0" cellspacing="0" cellpadding="2" align="right"> <tr> <td id="gallery" align="center" class="smallText"> <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank" title="'.$product_info['products_name'].'">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?> </td> </tr> </table> <?php }?> 2) Move the price to above the add to cart button I'm learning but this is beyond me. Thanks! -
Product Listing Enhancements, Thumbnails & Manufacturer Headings
dandelion replied to spooks's topic in General Add-Ons Support
Sam, I just want to say a huge thank you to you for this great addon and your support in the forum. I just installed this and it is wonderful! THANK YOU! -
Product Listing Enhancements, Thumbnails & Manufacturer Headings
dandelion replied to spooks's topic in General Add-Ons Support
I had to create a different folder... my winzip didn't like the long folder names. Then I was able to unzip the file. Hope this helps you