Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rikpotts

Pioneers
  • Posts

    195
  • Joined

  • Last visited

Profile Information

rikpotts's Achievements

  1. Thanks for your suggestions over last couple of days. Ive made progress! Because of the number of configuration combinations that are possible ive been trying to get it straight in my head! Im anticipating CCGV issues when OPC is enabled but ill cross that bridge later. I dont want/need CCGV, so will try to comment it out. At the moment discount coupons works until I enable OPC 1.1. When OPC is enabled and I go to checkout I get.... Fatal error: Call to undefined method stdClass::calculate_discount() in /home/hydroio/public_html/catalog/includes/classes/onepage_checkout.php on line 190 This happen regardless of being logged in or not. I tried adding require(DIR_WS_CLASSES . 'discount_coupon.php'); to checkout.php but it didnt help. Ive created a headache for myself really cos its Discount Coupons causing issues. But I did want to invoice foot customers and offer a discount so creating a customer present account and using a voucher is probably the simplest way. Hence my determination to get KGT's contribution to work. Many Thanks for the time and effort you put into my case and others! You've kept it alive!!
  2. Was this issue resolved? I get the same when I install the kgt module.
  3. Sorry for the double post............. and the silly question!!! Answer is on the previous page.
  4. I just installed Ultimate SEO 2-2.2d-6. Literally 5mins after I installed it Ultimate SEO 2-2.2d-7 appeared. Doesnt anyone know the difference between the two?
  5. Ive had the exact issues related to this reply. I installed the KGT module but the errors seem to be to do with a different contribution again. Checkout.php seems to be a file for a very modified site. Ive never had this contribution to work 100%. It worked better as 1.09 for me but the checkout.php from that version has edits for the gift voucher contribtion that is causing the "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 = '16'' at line 1 select amount from where customer_id = '16'" error. There are a few bits of // Start - CREDIT CLASS Gift Voucher Contribution // End - CREDIT CLASS Gift Voucher Contribution but at the bottom there is a // Start - CREDIT CLASS Gift Voucher Contribution without a // End - CREDIT CLASS Gift Voucher Contribution I cant work out where it ends. There is code with "GV" in all over. Im just taking pot shots at removing code. Im gutted cos I just spent ages installing KGT and it turned out to be another contribution! I suppose it might come in handy if I can get it to work. When I install it I get Fatal error: Call to undefined method stdClass::calculate_discount() in /home//public_html/catalog/includes/classes/onepage_checkout.php on line 190 When I go to te checkout. Thanks for the time you put into this contribution!
  6. Many Thanks Jim, The examples on the page you linked to are easy enough to follow but where it fits into my site is a bit much for me really. Ive waded through dm_categories.php for about an hour and I cant work out which bit defines the category name.
  7. Dont worry about it, it doesn't matter now!
  8. Im a bit confused by this contribution. Why is it so important to have fck editor installed? I have it installed but dont get "what you see is what you get", only html. Also, why do you have to remove TEXT_MAIN from the catalog/index.php? I'd like to keep my index page! And how do you get the "contact us" form back? What does it mean at the bottom of the installation instructions by "TROUBLE SHOOTING Somebody told me that on php 5.x this contribution is not working. And he found the resolution: He said he replaced $bInfo_array = array_merge($pages, $info); with: $bInfo_array = array_merge($pages, (array) $info); in the scripts and everything worked fine.. I have not tried this myself but it worths checking if you use PHP 5.x and having problems." I have done searches in every file and only one has "$bInfo_array = array_merge($pages, (array) $info);" ............... ie, it already has (array) in it. (admin/extra_info_pages.php) The instructions gives the impression there are a few instances.
  9. This contribution works well for me exceptone little niggle. My boxes have a width set to 121px. But the width of my dm_categories box seems to be governed by the length of the category names. ie. If I have a category named "ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" the dm_categories box will be that long. It doesnt wrap the text to fit in a 121px box. I did try throwing in <br> (ie. cccccccccc<br>cccccccccccccc<br> etc) but the category names are used in more than just the categories box so isn't really a work around. Can anyone help me wrap text in dm_categories? Many Thanks
  10. Is your store installed on the root or is it in catalog. checkout.php needs to be in catalog and the checkout folder needs to be in catalog/includes. Thanks to staradmire for this post http://www.oscommerce.com/forums/topic/333292-one-page-checkout-support/page__view__findpost__p__1455417 My onepage checkout isnt working 100% yet but this post helped a lot!! Many Thanks!
  11. Many Thanks for this post! Ive been trying to sort that for ages. http://www.oscommerce.com/forums/topic/333292-one-page-checkout-support/page__view__findpost__p__1449036 Ive got a couple of problems though i'm hoping someone can give me some pointers on. I use 1.08 on an RC2 install. Updated from ms2 and says its RC1! No Shipping Method Box If I fill my cart and proceed to checkout without signing in I dont get a Shipping Method box. The shipping cost is applied to the order at the top of the page but I dont get a box allowing me to change the method. If I ignore this and fill in my details and credit card info and click continue I get a "you must select a shipping method" error. Ajax Freeze Whenever I click on "Different from Billing Address" checkbox the continue button change to the text "Getting Country's Zones" and doesn't change. Unchecking the box doesn't work. Updating the cart doesn't work, sign in button opens the box but it freezes when you click login. Need a page refresh? If I use the "Already have an Account" signin option at the top of Billing Address I sign in ok but.... I dont have the Shipping Method section and I get the same "you must select a shipping method error". I also have a login box on the right column and account access at the top of the page, these continue to say "login here"etc.... which I would expect them to. I assume a page refresh is best because the Shipping Method appears and I can continue to a Checkout success! But how do I get it to refresh after I click the onepage checkout login. Many Thanks for any help!
  12. This contribution is working great for me. I just have one issue. My flyout sits behind .swf images on my index page. My images are included in my includes/languages/english/index.php along with my text. The flyout sits on top on the text and jpegs/png etc but not .swf. Does anyone have any ideas? www.hydro-organicsuk.co.uk
  13. I like this contribution but there are a couple of things that are stopping me from using it. I only have 492px of space to use. When I resize the carousel to 492 the carousel appears much smaller. Is there a way to remove (or fill) the white space? Also, id there a way to change the image size whilst using 3.2? Many Thanks
  14. well, I just installed dynamenu and the problem fixed itself. Gods knows how!!!
×
×
  • Create New...