Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

longhorn1999

Pioneers
  • Posts

    347
  • Joined

  • Last visited

Everything posted by longhorn1999

  1. Actually I spent today having my hosting service restore my backup to right before I ever messed with discount coupons and one page checkout. Then I installed one page checkout again and of course when a returning customer logs in and tries to check out: 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 'where customer_id = '3'' at line 1 select amount from where customer_id = '3' Maybe it's some conflict with purchase without account but nothing I change in the admin will set things right. I'd uninstall purchase without account but that was 12 add-ons ago and I foolishly used the package with an autoinstaller, making it even harder to take out. Any ideas before I finally have to throw in the towel? Maybe some simple database modification I'm missing? Thanks, Nick
  2. 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 'where customer_id = '3'' at line 1 select amount from where customer_id = '3' Wow, now I'm seeing this new problem that happens even though I uninstalled 'discount coupon' in admin>modules>order total and cut out all the KGT code in checkout.php and includes/classes/onepage_checkout.php. It happens when a returning customer tries to login. I've had 'purchase without account' installed and working for a while and I set 'require login' to true in admin>configuration>one page checkout. Any ideas? Thanks, Nick
  3. or add this to includes/application_top.php find require('includes/configure.php'); add after it define('MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS','false'); define('MODULE_ORDER_TOTAL_COUPON_STATUS','false'); now no code needs to be removed Steve This post has been edited by steve_s: 05 January 2010 - 05:44 PM Hi everyone, Well it's very disappointing that one page checkout 1.11 doesn't seem to work with KGT coupons. I would think that this would be important for just about everyone with a shopping cart using OSC so it would've been fixed a long time ago. In the meanwhile, is the best way to disable coupons for now to add these defines to application_top.php or does that lead to any other unforeseen problems? Thanks, Nick
  4. Hi Sam, I hate to be an echo but I have the same question again as JR. Could you steer us in the right direction as to how to implement FancyBox on the product review page? Otherwise, everything works great and this is really a giant improvement over the stock layout. Many Thanks, Nick
  5. Hi Robert I'll have a try at KissMT as well. Thanks, Nick
  6. Hi Robert, Well it seems to be more of an issue with the Header Tags contribution than anything. The keyword, titles, etc I choose for my products_info page don't seem to show up unless Ultimate SEO Urls 5 is set to off, though they do show up for my index page. In that forum they've just referred people to this forum, and someone else whose post I can't seem to find at the moment said that it'd be easiest to revert to your series 2.1d release. I agree with you that logically there shouldn't be any conflict between the two add-ons, but I've triple checked the installs with winmerge and can't seem to find any explanation why it's not working. By the way, the URLs are working perfectly, it's just that I wanted to get Header Tags working as well.
  7. Hi, Sorry if this has been asked before; I couldn't find the answer. How do I remove the database entries made by the two installer files? * catalog/installer.php * catalog/installer_class.php It appears that to make Header Tags SEO work properly, I have to use Ultimate SEO Urls 2.1d instead of v5. Or can I keep whatever database modifications were made during this install? Thanks for your help, Nick
  8. Hi, I have a admittedly simple problem that I just can't seem to figure out or find the answer to in this forum so far. Everything was working perfectly after my header tags SEO install, and then a few add-ons later, including product listing enhancements, I noticed that on my product info page, TEXT_VIEWING following by the page title hyperlinked showed up centered just below the reviews and add to cart buttons. Of course I can just delete TEXT_VIEWING out, but if I delete everything in lines 336-339 below will there be any repercussions for the functioning of header tags SEO? I can't see any so far but I'm no expert by any means. Someone here can hopefully save me a ton of time going back and reinstalling and testing my backups one by one. Many thanks, Nick 332 <?php /*** Begin Header Tags SEO ***/ ?> 333 <tr> 334 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 335 </tr> 336 <tr> 337 <td class="smallText" align="center"><?php echo ''; ?> 338 <?php echo '<a title=TEXT_VIEWING"' . $header_tags_array['title'] . '" href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . 339 $product_info['products_id'], 'NONSSL'). '"/# ' . $header_tags_array['title'] . '">' . $header_tags_array['title']; ?></a></td> 340 </tr> 341 <?php /*** End Header Tags SEO ***/ ?>
  9. Hi everyone, I installed Faq Desk 2.2 without any problems. Would anyone happen to know how I could remove the "last updated" time/date stamp that shows up in the actual FAQ? I'm not quite sure what I should be commenting out in catalog/faq.php, if that's even the right file to edit? ok i got it...just cut out line 76 in faq.php
  10. Hi Sam, I spent all night getting v2.7 up and running only to discover that you've already outdone yourself! Well done! You mentioned in the new release notes that you fixed a query bug in specials.php module. Is this the code change in line 130? And would I able to just add the new addons to my existing v2.7 installation if I don't need the other improvements at this time? Thanks for all your work with this great contribution! Nick
×
×
  • Create New...