Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jhdesign

Archived
  • Posts

    226
  • Joined

  • Last visited

Everything posted by jhdesign

  1. I'm using the default Authorize.net module that comes with MS2.2 Is that option avaiable there (didnt see it) if so where exactly? If I have to install a module, which one do you recommend. Much appreciated. jacob
  2. Right now authorize.net charges right away, I'd like to be able to charge manually instead of having it done for me. Is there any way to set it up this way? Any help is appreciated. Jacob
  3. I appreciate the help but when I now preview and hit update in admin I get the following error: 1062 - Duplicate entry '46-31' for key 1 insert into products_to_categories (products_id, categories_id) values ('46', '31') [TEP STOP] And the second problem still persists: At checkout_confirmation I have this error where products should be listed: 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SELECT products_bundle FROM products where products_id = [TEP STOP] Any ideas? been at this for a week now, reviewing all the instructions again and again but seems like I did it all right. Jacob
  4. Just wondering if anyone can look at my previous posted issues. Thanks!
  5. OKay I've reviewed thsi thread and havent found answers to 2 issues I have. 1) In Admin - if I set it to "yes" and put some products to bundle with and hit preview/update. ONLY the yes gets saved, if i go back to edit the product, the bundles prod's are not there any more. 2) in checkout_confirmatoin.php where it shows "Products [edit]" I have this error: 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SELECT products_bundle FROM products where products_id = Any help is appreciated. jacob
  6. Will 1.3 work on MS2.2? I get this DB error. 1054 - Unknown column 'popt.products_options_images_enabled' in 'field list' select distinct popt.products_options_id, popt.products_options_name, popt.products_options_images_enabled from products_options popt, products_attributes patrib where patrib.products_id='13' and patrib.options_id = popt.products_options_id and popt.language_id = '1' order by popt.products_options_name [TEP STOP] Any ideas?
  7. I have the same issues as SpainOsc. Whenever i click on any of the 3 admin option I get similar errors. Any help is appreciated.
  8. Excellent! That worked, thank you very much!
  9. I have same problem. Did you figure it out?
  10. I get this error after placing editing include/application_top.php (on store front) Fatal error: Cannot redeclare affiliate_check_url() (previously declared in /home/dynamic2/public_html/store/includes/functions/affiliate_functions.php:17) in /home/dynamic2/public_html/store/includes/functions/affiliate_functions.php on line 17 I've searched the forums and found people asking the same question, but not solid answer found. Any help is appreciated. Regards, Jacob
  11. I'm using this contrib: http://www.oscommerce.com/community/contri...ll/search,print Its probalby not for MS2.2 but i'm trying to get printorder.php to work with MS2.2. It currently gives some errors about tables which do not exist in MS2.2 Any help is appreciated.
  12. In Admin > Catalog > Attribute sets I see: TEXT_CHOOSE_OPTION TEXT_CHOOSE_SET_SIZE IMAGE_CREATE_ATTRIBUTE_SET any ideas how to fix this? thanks.
  13. I get the following error after hitting continue on egold page, whre it should go back to OSC page. Any ideas?
  14. One thing I dont understand is how to add vouchers as products? It needs to be linked somehow to "Gift Voucher Queue" right?
  15. Please ignore my post, I did not know I had to turn it on thru admin>modules>order total
  16. I've installed CCGV 5.10b I get a voucher to show in shopping_Cart.php box but when I checkout (thru the whole process) i see no mention of the voucher or the ability to use it. Any ideas? this thread is huge and i've searched for a few good hours. Much appreciated. Jacob
  17. I was hoping somemone out there would have done this already and could share it, would save me a lot of time and headaches.
  18. I have BTS 1.3 and going to setup CCGVDC 5.10. Just wondering if anyone can share the files that you need to "overwrite" and which may cause problems because of BTS's structure. Much appreciate. Jacob
  19. Cathy, Is there a way to test this, to make sure it works? Jacob
  20. <?php /* $Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $ modified by paulm_nl 2003/12/23 osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ $boxHeading = BOX_HEADING_INFORMATION; $corner_left = 'square'; $corner_right = 'square'; $box_base_name = 'information'; // for easy unique box template setup (added BTSv1.2) $box_id = $box_base_name . 'Box'; // for CSS styling paulm (editted BTSv1.2) $boxContent = '<a href="account_history.php">Order Status</a><br>' . '<a href="' . tep_href_link(FILENAME_SHIPPING) . '"> ' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_FAQ) . '">FAQ</a><br>' . //FAQ SYSTEM '<a href="' . tep_href_link(FILENAME_LINKS) . '">' . BOX_INFORMATION_LINKS . '</a><br>' . '<a href="return_product.php">Return a Product</a><br>' . '<a href="' . tep_href_link('returns_track.php', '', 'SSL') . '">Track a Return</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '"> ' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '"> ' . BOX_INFORMATION_CONTACT . '</a>'; // bof BTSv1.2 if(file_exists(DIR_WS_BOX_TEMPLATES . $box_base_name . '.tpl.php')) { // if exists, load unique box template for this box from templates/boxes/ require(DIR_WS_BOX_TEMPLATES . $box_base_name . '.tpl.php'); } else { // load default box template: templates/boxes/box.tpl.php require(DIR_WS_BOX_TEMPLATES . TEMPLATENAME_BOX); } // eof BTSv1.2 ?>
  21. Hi Cathy, No error in admin. I'm using several contributions. BTS 1.3 Newsletter Module v 0.1 osc_ticketv1.1a new support_v1b Even if I overwrite my general.php with the one in the zip I still get the error. Thanks.
  22. I put return_product.php in my information.php box. When I click on it I get this error: Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/spycamg/public_html/includes/functions/general.php on line 42 Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/spycamg/public_html/includes/functions/general.php on line 42 I get this error for the billing and shipping address. Any help is appreciated.
  23. Thanks! I actually had it there, but for somre reason I had put an extra letter in there, from using keyboard shortcuts I guess.
  24. Anyone have any clue for this? Been couple weeks and I still cannot solve this problem. Went thru the setup instructions 5 times and all looks right.
  25. Admin works fine. On website side when I go into category to view links I get this error: 1146 - Table 'spycamg_osc1.TABLE_LINKS_TO_LINK_CATEGORIES' doesn't exist select count(l.links_id) as total from links_description ld, links l, TABLE_LINKS_TO_LINK_CATEGORIES l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '1' That table exists in my DB. No idea why it does that. Any help is greatly appreciated.
×
×
  • Create New...