Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Punkey

Archived
  • Posts

    147
  • Joined

  • Last visited

Everything posted by Punkey

  1. I am sorry Matti, I know I don't belong here! Not a programmer and totally lost. Can you explain in plain English (For Dummys) so I can do it. If not I understand. :huh: My OSC is M2.2 and this contrib was installed by some one els. Thanks.
  2. OK, I did that. the code looks like this: <?php require('includes/application_top.php'); //ICW ADDED FOR ORDER_TOTAL CREDIT SYSTEM - Start Addition $gv_query=tep_db_query("select amount from " . TABLE_COUPON_GV_CUSTOMER . " where customer_id='".$customer_id."'"); if ($gv_result=tep_db_fetch_array($gv_query)) { if ($gv_result['amount'] > 0) { --------- No iget this error: 1146 - Table 'gourmetc_basket.TABLE_COUPON_GV_CUSTOMER' doesn't exist select amount from TABLE_COUPON_GV_CUSTOMER where customer_id='' [TEP STOP] eny idea?
  3. Hi Guys, Can anybody help me with this problem? I was told this is from contrib. <Fatal error: Call to undefined function: tep_db_query() in /home/gourmetc/public_html/add_checkout_success.php on line 3> ----------- This is the begining of script and all () are correct unless I missed somthing. <?php //ICW ADDED FOR ORDER_TOTAL CREDIT SYSTEM - Start Addition $gv_query=tep_db_query("select amount from " . TABLE_COUPON_GV_CUSTOMER . " where customer_id='".$customer_id."'"); if ($gv_result=tep_db_fetch_array($gv_query)) { if ($gv_result['amount'] > 0) { ?> Can one of you look at this please and tell me how to correct this problem? :blink: I appreciate any help I get. Thanks.
  4. OK, my head is going to explode, I have to get out of here. Two days of frustration is more than enough for this old lady. :D Be back soon. :'( Thanks a Million Ps. nice white cat!
  5. Hi, I am back. Thanks for compliment. While I was looking for shipping modules I came across this: Fatal error: Call to undefined function: tep_db_query() in /home/gourmetc/public_html/add_checkout_success.php on line 3 ----------- This is the script and all () are correct unless I missed somthing. <?php //ICW ADDED FOR ORDER_TOTAL CREDIT SYSTEM - Start Addition $gv_query=tep_db_query("select amount from " . TABLE_COUPON_GV_CUSTOMER . " where customer_id='".$customer_id."'"); if ($gv_result=tep_db_fetch_array($gv_query)) { if ($gv_result['amount'] > 0) { ?> Can you look at this please and tell me how to correct this problem? Boy this PHP stuff getting on my nerv. I am working on other site and will get back with you on that. Thanks
  6. Yes here it is. http://www.gourmetcollection.net/shop/ I have another site that I am using DHL shipping modules. I don't know how to install it in this site. Any time I try to fix something, something els goes wrong. I have an issue with other site too wich I am getting parse error. I like to know if I missed to add weight to some product, could cause the problem. B) Thanks
  7. Hi, Here is mine: Table Rate Enable Table Method True Shipping Table 2:4.50,4:7.50,7:11.00,10:14.00,15:19.00,20:27.00 Table Method weight Handling Fee 1 Tax Class --none-- Shipping Zone --none-- Sort Order 0 After I change handeling fee to 0, it looks like your. :-" If not what need to be changed? Thanks
  8. Hi, I need help, I get Parse error at check out! <Parse error: parse error, unexpected ':', expecting ',' or ';' in /home/gourmetc/public_html/checkout_success.php on line 106> I checked "':', expecting ',' or ';' " and could not find anything. What did I do wrong? Thanks for your help.
  9. <Go to the admin screen to Modules -> Shipping. Click on the table rate module. Once you do, all of its parameters will be listed in a column on the right-hand side. Copy and paste that info into your reply too.> Could you explain this to me? From Admin I added weigh to all products. It looks ok and it says " Table Rate " but cost is what ever I add as handling charge. Thanks
  10. After I did all that, I get: Shipping Method This is currently the only shipping method available to use on this order. Table Rate Best Way $1.00 The handling charged ($1.00) showes as shipping cost. Please help.
  11. Hello every one, I need help, I hope someone there can help. I inserted a code for tracking affiliates and now I get: Parse error: parse error, unexpected ':', expecting ',' or ';' in /home/gourmetc/public_html/checkout_success.php on line 106 I check line 106 and more but didn't see anything ( I am Not Programmer) I appreciate any help I can get. Her is part of code: echo TEXT_SEE_ORDERS . '<br><br>' . TEXT_CONTACT_STORE_OWNER; } ?> <h3><?php echo TEXT_THANKS_FOR_SHOPPING; ?></h3></td> </tr> </table></td> </tr> <tr> // Start Affiliate Program - Sales Tracking <?php echo:<imgsrc="https://shareasale.com/sale.cfm?amount=AMOUNTOFSALE&tracking=TRACKINGNUMBER&transtype=TYPEOFTRANSACTION&merchantID=100" width="1" height="1">'; tep_session_unregister('orders_total'); tep_session_unregister('orders_id'); ?> // End Affiliate Program - Sales Tracking <?php require('add_checkout_success.php'); //ICW CREDIT CLASS/GV SYSTEM ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td align="right" class="main"><a href="index.php?"><img
  12. Hello every one, I need help, I hope someone there can help. I insert a code for tracing affiliates and now I get: Parse error: parse error, unexpected ':', expecting ',' or ';' in /home/gourmetc/public_html/checkout_success.php on line 106 I check line 106 and more but didn't see anything ( I am Not Programmer) I appreciate any help I can get. Her is part of code: echo TEXT_SEE_ORDERS . '<br><br>' . TEXT_CONTACT_STORE_OWNER; } ?> <h3><?php echo TEXT_THANKS_FOR_SHOPPING; ?></h3></td> </tr> </table></td> </tr> <tr> // Start Affiliate Program - Sales Tracking <?php echo:<imgsrc="https://shareasale.com/sale.cfm?amount=AMOUNTOFSALE&tracking=TRACKINGNUMBER&transtype=TYPEOFTRANSACTION&merchantID=100" width="1" height="1">'; tep_session_unregister('orders_total'); tep_session_unregister('orders_id'); ?> // End Affiliate Program - Sales Tracking <?php require('add_checkout_success.php'); //ICW CREDIT CLASS/GV SYSTEM ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td align="right" class="main"><a href="index.php?"><img
  13. Hello everyone, I added some traking code in "checkout_success.php" and now I get: Parse error: parse error, unexpected ':', expecting ',' or ';' in /home/xxxxxx/public_html/checkout_success.php on line 106 Please help :o I am not programer and don't know what I am doing! :'( thank you very much for your help.
  14. Ok, I did upload. The confirmation read" Success: File upload saved successfully." Do you think the ftp is not set right?
  15. Hi, Thanks for your reply. I could not find "upload" ,at least not in admin. Should I look for it in my Cpanel?
  16. Hi Chemo, Please, please help!. I have problem with Froogle Feeder. :'( Would you help me? When I click on "Froogle Feeder" in my admin, I get: ../froogle/gourmetcollection.txt File created --- what that means? :D <{POST_SNAPBACK}> I appreciate your help.
  17. Hi, I have problem with Froogle Feeder. :'( Can any one help me? When I click on "Froogle Feeder" in my admin, I get: ../froogle/gourmetcollection.txt File created Could somebody tell me what that means? Thanks, Greatly appreciated :D
  18. Hi Clarity, I couldn't find the page, I enterd "All Product page" in site search, and I got that message. I don't know where should I go to find it? All I know "All Product page" is missing (w00t) Thanks
  19. Hi Clarity, Thank you for your help I don't know what link you are talking about? Can you tell me how and where should I look to find if the page has been created? Good night
  20. OK., Here it is. www.gourmetcollection.com
  21. Hi Clarity, Can you clarify your question? ;)
  22. Hello everyone, I installed the "All Product Contrib" every things went smooth without problem but when I go to my site to see the page, I am getting: "Products meeting the search criteria" "There is no product that matches the search criteria." Doe anyone know why? Where did I go wrong? Thanks for your help.
×
×
  • Create New...