Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

allcam

Pioneers
  • Posts

    38
  • Joined

  • Last visited

Profile Information

allcam's Achievements

  1. I have osCommerce 2.2 MS2 and I tried to install this module, I followed all installation instructions, and doubled checked each and every file, but still have this problem: Fatal error: Call to a member function update_status() on a non-object in ..../catalog/checkout_shipping.php on line 34 I have run the "ec_diagnostics.php" and everything were green. I tried to read into the code around line 34 of "checkout_shipping.php", and they are: ... $paypal_ec_check = tep_db_query("SELECT configuration_id FROM " . TABLE_CONFIGURATION . " WHERE configuration_key = 'MODULE_PAYMENT_PAYPAL_EC_STATUS' AND configuration_value = 'True'"); $ec_enabled = (tep_db_num_rows($paypal_ec_check) ? 1 : 0); if ($ec_enabled) { require(DIR_WS_CLASSES . 'payment.php'); $payment_modules = new payment; require(DIR_WS_CLASSES . 'order.php'); $order = new order; $paypal_ec->update_status(); // this is line 34 $ec_enabled = (($paypal_ec->enabled)? 1 : 0); } ... It seems to me that $paypal_ec was not defined previously anywhere. Was this because my osCommerce 2.2 MS2 was too old?
  2. I just replaced the advanced_search_result.php with the one included in the lastest download version : osCommerce Online Merchant v2.2 Release Candidate 2a, and it works. If you have sperate price per customer, then you might not want to do this.
  3. I tried to change above, but still have the same problem
  4. I tried to search for an answer for quite sometime now and hope somebody will be able to help: I installed imagemagic without any problem and everything seems to be working normally, but there is one minor problem: if i upload the same image file via the osCommerce admin panel, then the thumbnail of that image failed to show on either the category listing or the product info page, however if you click to enlarge the thumbnail, the image works normally. Stangely when i use the oscommerce admin to copy a product as a new products (hence two products with the same image file), the thumbnail and image for both products works normally. The reason why I upload the same image files is: sometimes two products actually have the same image, or I use one of the product image as the category image. When the problem occurs, i have to change the file names of both products (or one product one catagory) to solve the problem.
  5. The module looks exactly what I want, and installation intructions is also very clear. I also have the same problem as 'yopyop22', the Buy-Two is display the bundle products in random, not the products defined by the Xsell module. So now the product pages display two sets of "We recommend:", one by Xsell and one by Buy_Two. I have made sure both switches are on, i.e. Use the Buy_Two_Module ---> yes and Want to make use of X-Sell Contrib? ---> yes I have check the datebase TABLE_PRODUCTS_XSELL, and I can see there are plenty of records and the data have no problem. I then checked the core file of the buy_two_func.php, I can see it queries into the TABLE_PRODUCTS_XSELL, but not sure how the value bundle_product_b was obtained according to this query result. There is also a switch: XSELLONLYYESNO=='only' which dose not seems to be related to any of the configuration settings. (Please DO Forgive for my very limited knowledge of PHP). Please can somebody give me some help.
  6. I changed the abbreviation of "Aberdeenshire" to "ADN" and it looks the problem solved. I realised that Aberdeenshire was not in the original county list and added by us. We initially use "ABDN" as the abbreviation which caused this "Yorkshire" --> "Aberdeenshire" problem.
  7. Here is another county bug: During the new account registration, if a customer enter "Yorkshire" as his county, the osCommerce accepts it but change the county to "Aberdeenshire". Normally if a customer enters a county which is not in the list, then osCommerce will ask the customer to select the county from the list. I am not sure why osCommerce accepts the input but change the county to "Aberdeenshire".
  8. I have the same problem, and i have found the reason now: Under Configuration --> Affiliate problem --> Order Min Status, change the figure to "0",
  9. Hi Jack, Yes it is in the default catalog folder, strange thing is although i get this warning message, it seems that the contribution is functioning normally!
  10. I have the same error message in the admin section, althoug the contribution seems to be working normally. The mentioned header_tag.php is in the right folder, and the permission was set to "777", have anybody find the problem?
  11. Isn't it better / more precise if the header tags are edited manually? I like the idea of this module, can any who has intall this tell me if this meta tage controller allows the header tags to be manually edited as well?
  12. Yes your fix does works on a fresh installation of osCommerce 2MS2, so it must be some of the other contributions made the difference. Sorry for the rush.
  13. I have tested your fix but Sorry it does not work!
  14. Same problem for me. Thanks Sandbag for the fix. I am testing now.
×
×
  • Create New...