Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

shaytaan

Pioneers
  • Posts

    175
  • Joined

  • Last visited

Everything posted by shaytaan

  1. If it's possible I wish there was a redeemation place in my account area
  2. I have a problem with CCGV and COD When my custommers uses thier GV balance and wanna use the Cash On Delivery "which I change 45 DKK" the 45 DKK doesn't shows up and I lose 45 DKK everytime... Please help
  3. Hi Jack, It shows Shaytaan, if I change the title for the index in includes/languages/danish/header_tags.php My problem is with autofilling with directory/product name Thanks alot for your time
  4. Hi Jack, thanks for replying Yes, I did copy the english one to danish directory.. And when I change something from Admin-> Page control/text control, it changes that header_tags.php file too... But filling is not working in danish
  5. Hi OSC/PHP gurus out there :) I have installed the latest version successfuly "I think" BUT its' working only when my shop language is english.. :( I have only 2 languages english and danish, and I don't use english at all... What I'm doing wrong...please advice THanks a million
  6. THanks alot man :thumbsup: Now I understand :D It's a very cool fix for oscommerce and I think it should be included to the next milestone version :) will done
  7. It's working now... thanks alot... A few problems: * When strech is false, the <?php echo tep_draw_separator('pixel_black.gif', '100%', '1'); ?> is shown as only one pixel :( * When strech is true and set to false on those pages with SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT,'','false') the small pictures is not resized.. ex. a picture with 10 x 10 is 10 x 10 but piture with 100 x 100 is resized to 50 x 50... PLease advice
  8. Thanks alot for the answer.... I wished I could see those nummers and I wish they where not alowed to enter any nummers but that nummer they got by email... to be extra sure Is is possible to add? :D
  9. Every returned orders is shown two times.. one in Danish and One in english... THere is something wrong in this code "I think" but I just can't find it.. } else { $orders_query_raw = "select o.returns_id, o.returns_status, o.customers_name, o.contact_user_name, o.rma_value, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.return_reason_name, op.final_price, o.returns_date_finished, rs.returns_status_name from " . TABLE_RETURNS . " o left join " . TABLE_RETURNS_PRODUCTS_DATA . " op on (o.returns_id = op.returns_id), " . TABLE_RETURN_REASONS . " s " . ", " . TABLE_RETURNS_STATUS . " rs where o.returns_reason = s.return_reason_id and s.language_id = '" . $languages_id . "' and o.returns_status = rs.returns_status_id order by o.returns_id DESC"; } PLease compere it with yours.. THanks alot
  10. Thanks alot for this nice contribution. :thumbsup: :thumbsup: :thumbsup: I installed it successfuly :) But I have a little question... At the checkout_payment page in my shop there is a area to enter "Purchase Order Number:" it accepts any nummber and any word :huh: Is it designed that way? THanks again ;)
  11. I installed it as it says in stretch_fix.php file but nothing happend..no change at all What I have done is: I replaced this code from catalog\includes\functions\html_output.php // The HTML image wrapper function /*function tep_image($src, $alt = '', $width = '', $height = '', $params = '') { $image = '<img src="' . $src . '" border="0" alt="' . $alt . '"'; if ($alt) { $image .= ' title=" ' . $alt . ' "'; } if ($width) { $image .= ' width="' . $width . '"'; } if ($height) { $image .= ' height="' . $height . '"'; } if ($params) { $image .= ' ' . $params; } $image .= '>'; return $image; } */ //// with this code:
  12. I'm sooo glad it's back again..thanks I wanted to download/install it but it was gone.. Before starting with installation I have some questions: Will it work correctly? I have these contributions installed on standard ms2 : * Credit Class & Gift Voucher * POINTS AND REWARDS MODULE * Purchase Without Account * Anti Robot Registration Validation * and some others... THanks again
  13. I wish there where more nice people like you in this world thanks alot my friend... it works now
  14. It's the code for Gift voucher which have some conflects with points system, when I use poits and rewards + gift voucher codes in account.php, it destroys the layout, and there are no layout problems when I remove it one of them. Also if I remove only the red codes "Gift vouchers codes" the layout becodes good again... Is it safe to remove that red codes?
  15. Another little promlem (not realy a problem but) I have RMA contribution installed too.. When my customers return a product they stil keep the earned points I can remove the earned points manualy but then I have to calculate the points and adjust it manualy and write a mail to my customers etc...
  16. Hi DEEP SILVER, First thanks a million for this wonderfull contribution. I installed it on a osc ms2 with about 10-15 contributions installed I have a little problem with Gift Voucher and Points system in the "account.php" "The problem is if I use Points system in account.php it destroys the design and both Gift Voucher and Points system menu is gone" If I commit out the code in red there the problem is gone but I don't know if it has some side effects.. please advice :) thanks again <table width="100%"> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '30'); ?></td> </tr> <tr> <td class="main20"><b>Gavekort info</b></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '30'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td width="60"><?php echo tep_image(DIR_WS_IMAGES . 'mwico_upg_s.gif'); ?></td> <td class="lineh" width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr><?php if (tep_session_is_registered('customer_id')) { $gv_query = tep_db_query("select amount from " . TABLE_COUPON_GV_CUSTOMER . " where customer_id = '" . $customer_id . "'"); $gv_result = tep_db_fetch_array($gv_query); if ($gv_result['amount'] > 0 ) { ?> <td class="main"> <?php echo tep_image(DIR_WS_IMAGES . 'arrow.gif') ?> <?php echo CCGV_BALANCE .'' ?> <?php echo $currencies->format($gv_result['amount']); ?></td> </tr> <tr> <td class="main"> <?php echo tep_image(DIR_WS_IMAGES . 'arrow.gif') . ' <a href="' . tep_href_link(FILENAME_GV_SEND, '', 'SSL') . '">' . CCGV_SENDVOUCHER . '</a>'; ?></td> </tr> <tr> <td class="main"> <?php echo tep_image(DIR_WS_IMAGES . 'arrow.gif') . ' <a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'SSL') . '">' . CCGV_FAQ . '</a>'; ?></td> </tr> </table></td> <td width="10" align="right"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr><?php }} ?> </table></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '30'); ?></td> </tr> </table>
  17. Thanks alot for this contribution.. I realy wanna install this contribution but it didn't worked for me, the readme file is a little confusing.. Even I copied over the product_info.php included but there is no tabs in the product info page :'(
  18. I install the newest one v1.7 but I it won't work :,( And my Sessions store in mySQL I got this error: Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\sokkit\site\shop\admin\includes\functions\database.php on line 45 0 - select time_entry, time_last_click from whos_online where session_id='944852f178a076e8232ab99778276554' [TEP STOP] Some one please help
  19. 1. (in admin) All Returns appears two times (Please help) 2. (in admin) "Refund by gift voucher" doesn't refunds (SOLVED) 3. (in catalog) in "returns_track.php" page when I enter the RMA nr. it logs off and after 2 times logging in it returns to the "returns_track.php" page and nothing happens (Please help)
  20. Hi friends :) I installed RMA v2.5e on a lite moded oscommerce ms2 "about 10 contr, installed inc. Gift Vouchers/Coupons" and now it has a few problems. 1. (in admin) All Returns appears two times 2. (in admin) "Refund by gift voucher" doesn't refunds 3. (in catalog) in "returns_track.php" page when I enter the RMA nr. it logs off and after 2 times logging in it returns to the "returns_track.php" page and nothing happens Please advice
  21. I installed the newest version and imported the sql file but I get a strange error! My table name is "products_xsell" but I get this error... 1146 - Table 'shop.table_products_xsell' doesn't exist select distinct p.products_id, p.products_image, pd.products_name, p.products_tax_class_id, products_price from TABLE_PRODUCTS_XSELL xp, products p, products_description pd where xp.products_id = '1' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '4' and p.products_status = '1' order by sort_order asc limit 6 [TEP STOP] Please advice
  22. I have the same problem..can anyone fix this please? I don't wanna remove the products_to_categories from the my database PLease help
  23. anyone else having the same problem?
  24. I'm not able to extract the latest version from "22 August" I get 28 errors with this message "The filename, directory name, or volume label syntax is incorrect." please upload again, I need this THanks
×
×
  • Create New...