Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

draxion

Archived
  • Posts

    141
  • Joined

  • Last visited

Profile Information

draxion's Achievements

  1. I had the exact problem with version J "parse error: syntax error, unexpected T_REQUIRE" However, version J now works fine on my v.4.x.x of PHP. The problem ended up being a corrupt version of the product_extra_fields.php under the /admin/ directory. Not sure what exactly the problem was but whenever I tried looking at the file under editplus, the code was all over the place and many lines commented out by the first comment. Anyways, I just wanted to let everyone know that the version J of this mod works great under all my versions of 4.x.x and my version 5x as well. I used a different FTP program and uploaded the new v. J of the file and problem solved. Check your file! Have fun, Shayne
  2. Flag Fix... If anyone is interested and wants to fix the missing "flag" images here's what I did to fix the problem: Add the following line to catalog/admin/includes/configure.php define('DIR_WS_FLAGS', 'images/flags/'); Download the latest version of User Tracking with Admin 1.0 Contribution http://www.oscommerce-fr.info/forum/index....showtopic=32459 and copy admin/images/flags directory (from the above contribution) to catalog/admin/images/ Worked for me! Cheers, Shayne
  3. Hey Everyone, Ok... finally got this contribution installed and working. Well almost. Pages added from the admin work fine and links are built and go where they should. Expect for the Contact Us page. Added the contact us page as type 2 and followed the instructions, but with the current code it doesn't work. The link is there but it links to id=7 as oposed to the contact_us.php. However.... if I change the following code: if($page['intorext'] == 1) { $page_list .= '<tr><td class="infoBoxContents"><a target="'.$target.'" href="' . $page['externallink'] . '">' . $page['pages_title'] . '</a></td></tr>'; } else { // commented for fix of cart empty 4.40 by azer $page_list .= '<tr><td class="infoBoxContents"><a target="'.$target.'" href="' . tep_href_link($link) . '">' . $page['pages_title'] . '</a></td></tr>'; $page_list .= '<tr><td class="infoBoxContents"><a target="'.$target.'" href="' . tep_href_link(FILENAME_PAGES, 'pages_id=' .$page['pages_id'], 'NONSSL') . '">' . $page['pages_title'] . '</a></td></tr>'; } } and remove the comments from azer and remove the other $page_list .= xxxx , the contact_us.php pages displays properly. I'm no php programer, but if I read the following code... if($page['pages_title'] != 'Contact Us'){ $link = FILENAME_PAGES . '?pages_id=' . $page['pages_id']; }else{ $link = FILENAME_CONTACT_US; } is $link not required when trying to output the contact_us.php links? Not sure... hope someone here can help out. Thanks! Shayne
  4. Hey Adam, where do I find ver. 3? Can't seem to find it in the contrib section? thanks! Shayne
  5. I'm not sure that I can help but I just wanted to let you know that I have the "Canada Post Shipping Module with dimensions" and it works fine. Actually, works great! You might want to go throught the install again and make sure your settings are right. Also check the "contrib Support" forum area. I think you'll get more help there. I assume you have a Shipping Profile account? Any other contributions installed that may be causing issues? What browser are you testing with?
  6. Hi, I'm wondering if you ever figured that XML parsing error. I also use the Canada Post shipping mod, but can't get it to work with this (fantastic) mod. Would be great if someone could figure it out and post their results. Thanks! Shayne
  7. I just went through this today... call this number and they'll set you right up. 1-866-511-0546 You need to call to setup your profile. Takes like 30 seconds. You want to speak to a "SELL ONLINE" agent. Option 2. Have fun.
  8. Hi, I'm wondering if this contrib could easily be adapted to work with 'On the Fly' Auto Thumbnailer using GD Library #2226. Also wondering if anyone has been able to have this work with SPPC? I'd really only need the catalogue for my dealers. So this would be very helpful. Thanks! Shayne
  9. Ya I couln't find anything either but ended up using photoshop to modify the "+" & "-" symbols. I didn't realize that these were images included with the contrib. I changed them all to the same color as the lines. Works well and looks good!
  10. Great Contribution! Easy to install and configure! However, I have one question. I'm sure this is simple, but I just can't seem to figure it out. I'm using the tree menu style and wondering how I go about changing the color of the "+" & "-" symbols. They are currently black and my background is also black so you can't really see them. I'd like to change them to white if possible. Thanks in advance for any help! Shayne
  11. I was having way to many problems with this contrib so I've removed it. I agree... this contrib doesn't work.
  12. Hi, Great contribution. I've just installed the pop up version and seems to do what it's suppose to. However... my shop is Canadian and I'm using multiple shipping table rates with zones and a different rates for each province. How hard to modify this contribution to show a province drop down (when county Canada is selected) instead of the zip code box. Once the proper province is selected, shipping cost would be displayed for that zone. Make any sense? Anyways, I'm just wondering how hard it might be to modify this contrib to do this. Thanks for any advise / help on this. Shayne!
  13. installed the version with SPPC support. Seems to work fine for me. However, I think you need SPPC contrib installed. SQL error though.
  14. I've got the same problem. If I find the fix, I'll let you know. There's another Quick Update contrib that is more recent. I might use that instead.
  15. Hi, I just installed this mod but I'm getting the following SQL Syntax error when trying to edit an order: 1064 - You have an error in your SQL syntax near 'on op.products_id = p.products_id where orders_id = '78'' at line 13 select op.orders_products_id, op.products_name, op.products_model, op.products_price, op.products_tax, op.products_quantity, op.final_price, p.products_tax_class_id from orders_products op join products p on op.products_id = p.products_id where orders_id = '78' [TEP STOP] I've search around here but wasn't able to find anything. Any help would be greatly appriciated. Thanks! Shayne
×
×
  • Create New...