Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

masterpiece

Pioneers
  • Posts

    17
  • Joined

  • Last visited

Everything posted by masterpiece

  1. Hi Jack, Pfff that was a stupid mistake from me. The error is gone now. Thanks for your ensure Have a great day and hopefully it works now. I'm testing now
  2. Hi All, I have install this module but i get an error on the product info page. See below. 1146 - Table 'xxxxx.TABLE_CARROT' doesn't exist select g.gift_id, g.threshold, g.products_id from TABLE_CARROT g where g.products_id = '1195' [TEP STOP] Hope anyone can help me
  3. Hi I have a question for someone how knows more about PHP 5.4.28 I have installed the the addon jQuery/Ajax Fast checkout/Login/Create account/Shopping Cart/Bootstrap MATC 2.3.3 it looks like a great addon but i get the following error. I think it's a PHP version error Warning: Illegal string offset 'id' in/home2/vmast01/public_html/includes/classes/shipping.phpon line 25 Warning: Illegal string offset 'id' in/home2/vmast01/public_html/includes/classes/shipping.phpon line 25 This is the code if ( (tep_not_null($module)) && (in_array(substr($module['id'], 0, strpos($module['id'], '_')) . '.' . substr($PHP_SELF, (strrpos($PHP_SELF, '.')+2)), $this->modules)) ) { $include_modules[] = array('class' => substr($module['id'], 0, strpos($module['id'], '_')), 'file' => substr($module['id'], 0, strpos($module['id'], '_')) . '.' . substr($PHP_SELF, (strrpos($PHP_SELF, '.')+1))); } else { reset($this->modules); while (list(, $value) = each($this->modules)) { $class = substr($value, 0, strrpos($value, '.')); $include_modules[] = array('class' => $class, 'file' => $value); } } I use the oscommerce 2.3.3 Hope someone can help me solved this problem Dustin
  4. Hi All i just installed the module but i have a bug into the shipping procedure. When i select one of my shipping options and click on UPDATE is will get the following error. Warning: Illegal string offset 'id' in/XXX/XXX/public_html/includes/classes/shipping.phpon line 25 Warning: Illegal string offset 'id' n/XXX/XXX/public_html/public_html/includes/classes/shipping.phpon line 25 This is the code where the bug is in /includes/classes/shipping.php if ( (tep_not_null($module)) && (in_array(substr($module['id'], 0, strpos($module['id'], '_')) . '.' . substr($PHP_SELF, (strrpos($PHP_SELF, '.')+1)), $this->modules)) ) { $include_modules[] = array('class' => substr($module['id'], 0, strpos($module['id'], '_')), 'file' => substr($module['id'], 0, strpos($module['id'], '_')) . '.' . substr($PHP_SELF, (strrpos($PHP_SELF, '.')+1))); } else { Hope to solved the problem soon and thanks for the replay
  5. Any one. Please help with the shipping TAX calculation. The TAX calculation is not send right to paypal. Hope to hear from anyone soon :D Thanks :rolleyes:
  6. Hi, i have seen thet you have us the modular Simple Checkout - for 2.3.1 tropic link: http://www.oscommerce.com/forums/topic/383473-simple-checkout-for-231-official-support-thread/page__st__360#entry1697407. You had attached a image of your checkout page. Is there a possibility the you post the code of the chechout.php page. I have a problem with the vat calculation. Hope to hear from you soon

  7. sunrice99 is it possible that you let my know the checkout.php code that you have us. Hope to hear from you soon
  8. First i want to say that this is a very great add-on and it's a must have for all shops. But I have an issue with the tax calculation on the payment page of Paypal. On the page checkout.php the tax is correctly calculated from the products and shipping costs but when I click on the continue button than and i'm going to the payment page of Paypal. The TAX from the products are calculate correct but the tax from the shipping cost is not included the total order overview. The TAX from the shipping costs is missing! Do any one have a suggestion???
  9. Hi Jim, I have update the language file in the directory but there will come a bunch of errors. When is solved the other errors there come more errors. So unfortunately i have to decide to delete the PDF datasheet from our server. To much time to edit all errors. If you have a clean module for OSC 2.3 please let us know Sorry for now
  10. Hi All, I just have install the module PDF Datasheet but is get the flowing errors. Can someone help me. Thanks. Notice: Constant TNT_READY_TO_SHIP_STATUS already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_NAME_1 already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_NAME_2 already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_NAME_3 already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_STREET_ADDRESS already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_STREET_NO already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_STREET_NO_ADD already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_POSTCODE already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_CITY already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_REMBOURS already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_VERZEKERD_BEDRAG already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_VERZEKERD_BEDRAG_COD already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Notice: Constant TNT_STANDAARD_VERZENDEN already defined in /home/vmast01/public_html/pdf_datasheet.php on line 66 Warning: require_once(ext/tcpdf/config/lang/eng.php): failed to open stream: No such file or directory in /home/vmast01/public_html/pdf_datasheet.php on line 212 Fatal error: require_once(): Failed opening required 'ext/tcpdf/config/lang/eng.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vmast01/public_html/pdf_datasheet.php on line 212
  11. Hi All, One question for all oscommerce programmers. Is there a module free gifts for oscommerce 2.3 with the options Spent €10,= and than the product will be automatically ad to my shopping cart Spent €20,= and get another free product. Spent €30,= and get another free product. Second option Free gift with every order. I have search in the COMMUNITY ADD-ON on oscommerce.com and i see the Dangling Carrot which i us with another website. Unfortunately the Dangling Carrot work not good in oscommerce 2.3 i get several errors in the shopping cart. Anyone a suggestion?
  12. Hi Jim, Thanks for your mail. Yes i got 1 other addon but it is better to have 1 instead of 2 addons hehe. With kind regards Dustin
  13. hi all I just have installed the module GET 1 FREE in OSC 2.3 and it works great but i have just one question. Is there a possibility that we give a free product with every order. So buy one and get one free product. We now gift a free LED light with every order see: www.vinyl-masterpiece.com. Hope to hear from you soon :thumbsup:
×
×
  • Create New...