Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

shaytaan

Pioneers
  • Posts

    175
  • Joined

  • Last visited

Everything posted by shaytaan

  1. Thanks for the reply DCP I can't give you a link becouse my site is still on my own PC with localhost, and I'm on LAN (NAT) :( The Total price problem is with "." and "," :( We use in Denmark "," for decimal and "." for thousant :) and it's opposit of english :( When the product price is 1299 Kr which normally shows at my shop like 1.299 ,- PC Pro Creator Total price thinks of 1.29 Kr :) and my product wich costs 5000 (5.000) it counts like 5 Kr :) I tired to change all USD to DKK in compbuild.php (admin) And in mySQL I changed 'pc_system_assembly' DECIMAL (4,2) to 'pc_system_assembly' int(10) and USD to DKK And I changed <? if ($pc_system_assembly != "0.00") { ?> to <? if ($pc_system_assembly != "0") { ?> in compbuild.php (catalog) BUT it's all the same :'(
  2. And there is NOTHING at "Dependence" tab (very blank) :blink: Is it becouse it's beta? I installed V2.2.1 to test it and everything seems to work with "Dependence" tab
  3. A very COOL and usefull contribution, well done and thanks A MILLION to all contributors :thumbsup: :thumbsup: :thumbsup: Installed it successfully but with just two problems :-" (1). The total price act very strange! If the product price is 1.625 the total shows 1.62 and when I add the assembly it shows 501.62 :( (2). I have this error message at the top which is very anoying "ERROR_CACHE_DIRECTORY_DOES_NOT_EXIST " I tried my best :blush: Hope someone could help
  4. Thanks for replying choosalogin, your are very helpfull :thumbsup: It does look ok without css becouse the table can't be seen... screenshot with (& # 3 4) uploaded by easypopulate screenshot with (") entered manualy in osc Here is the css file for my product description product_data.css I don't have those lines in my easypopulate.php and I added them but it didn't helped.. And I tried that SQL too with false and true.. it's working on just single quotes (')
  5. Thanks for the reply choosealogin here is the example... http://www.oscommerce.com/forums/index.php?s=&...ndpost&p=855937
  6. Need urgent help... waiting to add many products to my site... How can I disable (") but keep (')? Becouse my problems is with (") which is converting into (& # 3 4) and destroying my HTML tags in my product descriptions... And I want to keep (') becouse there are many (') in my product descripts and it doesn't make any conflict if they are converted to (& # 3 9) Here is my easypopulate.php which is 2.79 and I added some extra lines for (short desciption & mo6pic) easypopulate.php.txt Thanks alot...
  7. Are you using is on www.notebook-sales.ru ?
  8. Hello, 1- I'm using version 2.79 2- I did that 3- ("Upload" My html layout is destroied becouse all "s is changed to & # 34. I can see in product desription in admin) ("download" I see & # 34 instead og "s) 4- Don't know :blush: This is where is quotes are coded: function walk( $item1 ) { global $filelayout, $filelayout_count, $modelsize; global $langcode, $default_these; global $epdlanguage_id, $price_with_tax; global $separator; // first we clean up the row of data // chop blanks from each end $item1 = ltrim(rtrim($item1)); // blow it into an array, splitting on the tabs $items = explode($separator, $item1); // make sure all non-set things are set to ''; // and strip the quotes from the start and end of the stings. // escape any special chars for the database. foreach( $filelayout as $key=> $value){ $i = $filelayout[$key]; if (isset($items[$i]) == false) { $items[$i]=''; } else { // Check to see if either of the magic_quotes are turned on or off; // And apply filtering accordingly. if (function_exists('ini_get')) { //echo "Getting ready to check magic quotes<br>"; if (ini_get('magic_quotes_runtime') == 1){ // The magic_quotes_runtime are on, so lets account for them // check if the last character is a quote; // if it is, chop off the quotes. if (substr($items[$i],-1) == '"'){ $items[$i] = substr($items[$i],2,strlen($items[$i])-4); } // now any remaining doubled double quotes should be converted to one doublequote $items[$i] = str_replace('\"\"',""",$items[$i]); if (EP_REPLACE_QUOTES == 'true'){ $items[$i] = str_replace('\"',""",$items[$i]); $items[$i] = str_replace("\'","'",$items[$i]); } } else { // no magic_quotes are on // check if the last character is a quote; // if it is, chop off the 1st and last character of the string. if (substr($items[$i],-1) == '"'){ $items[$i] = substr($items[$i],1,strlen($items[$i])-2); } // now any remaining doubled double quotes should be converted to one doublequote $items[$i] = str_replace('""',""",$items[$i]); if (EP_REPLACE_QUOTES == 'true'){ $items[$i] = str_replace('"',""",$items[$i]); $items[$i] = str_replace("'","'",$items[$i]); } } } } } Thanks
  9. Hi, what did you exactly changed in you easypopulate.php file? I tried to remove the codes but I got other errors, and I think there are many of those SQL syntax errors.. 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 's updated Hard disk drive technology, this Toshiba 100 GB 2.5-i UPDATE products_description SET products_name='100 GB 5400RPM SATA ', products_description='This Hard Drive is the best solution for small Notebooks and small consumer electronics products. By using Toshiba's updated Hard disk drive technology, this Toshiba 100 GB 2.5-inch hard disk drive with SATA interface is a highly advanced product. SATA is low power consumption due to a reduced voltage of the signal lines.', short_desc='HARDDISK 100GB SATA-150 2.5IN 5400RPM', products_url='www.toshiba.dk' WHERE products_id = '267' AND language_id = '4' [TEP STOP]
  10. This is an ex. when I put this into excel and import the file using easypopulate I get a destoyed table <TABLE WIDTH="98%" BORDER=0 CELLPADDING=3 CELLSPACING=0 ALIGN="center"> <TR> <TD CLASS="tblcelllblupperboldwhtxt" HEIGHT="16" COLSPAN=\"2\">Udvidede specifikationer</TD> </TR> <TR> <TD CLASS=tblcellgrbold COLSPAN=\"2\" VALIGN="top" WIDTH="34%">Technical Information </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH="34%">Clock Speed </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH="66%">2.66GHz </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH="34%">Bus Speed </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH="66%">533MHz FSB </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH="34%">Cache Memory </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH="66%"><li>32KB L1 (Data) - 2MB L2 (Advanced Transfer)</li><li>24KB L1 (Execution Trace)</li> </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH="34%">Architecture </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH="66%">64-bit </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH="34%">Process Technology </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH="66%">90nm </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH="34%">Multimedia Extensions </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH="66%">Streaming SIMD Extension 3 (SSE-3) </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH="34%">Featured Technologies </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH="66%">Extended Memory 64 Technology </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH="34%">Platform Support </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH="66%">PC </TD> </TR> <TR> <TD CLASS=tblcellwhboldblktxt COLSPAN=\"2\" VALIGN="top" WIDTH="34%">Physical Characteristics </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH="34%">Form Factor </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH="66%">LGA775 Socket </TD> </TR> <TR> <TD CLASS=tblcellwhboldblktxt COLSPAN=\"2\" VALIGN="top" WIDTH="34%">Miscellaneous </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH="34%">Additional Information </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH="66%"><li>Execute Disable Bit</li> <li>Dual-Core Technology</li> <li>Platform Compatibility Guide: 05A</li> </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH="34%">Compatibility </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH="66%"><li>Intel D101GGC Desktop Board</li><li>Intel D945GCZ Desktop Board</li><li>Intel D945GTP Desktop Board</li><li>Intel D945GNT Desktop Board</li><li>Intel D945PAW Desktop Board</li><li>Intel D945PVS Desktop Board</li><li>Intel D945PLM Desktop Board</li><li>Intel D945PSN Desktop Board</li><li>Intel D955XBK Desktop Board</li><li>Intel D955XCS Desktop Board</li><li>Intel D975XBX Desktop Board</li> </TD> </TR> <TR> <TD CLASS=tblcellgrbold COLSPAN=\"2\" VALIGN="top" WIDTH="34%">Warranty </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH="34%">Standard Warranty </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH="66%">3 Year(s) Limited </TD> </TR> <TR class="noprint"> <TD HEIGHT="16" COLSPAN=\"2\" ALIGN="right" VALIGN="MIDDLE"></TD> </TR> </TABLE> And when I export the file again using easypopulate I get this <TABLE WIDTH=ඪ%" BORDER=0 CELLPADDING=3 CELLSPACING=0 ALIGN="center"> <TR> <TD CLASS="tblcelllblupperboldwhtxt" HEIGHT=൘" COLSPAN=Ŗ">Udvidede specifikationer</TD> </TR> <TR> <TD CLASS=tblcellgrbold COLSPAN=Ŗ" VALIGN="top" WIDTH=൪%">Technical Information </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH=൪%">Clock Speed </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH=ඊ%">2.66GHz </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH=൪%">Bus Speed </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH=ඊ%">533MHz FSB </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH=൪%">Cache Memory </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH=ඊ%"><li>32KB L1 (Data) - 2MB L2 (Advanced Transfer)</li><li>24KB L1 (Execution Trace)</li> </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH=൪%">Architecture </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH=ඊ%">64-bit </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH=൪%">Process Technology </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH=ඊ%">90nm </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH=൪%">Multimedia Extensions </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH=ඊ%">Streaming SIMD Extension 3 (SSE-3) </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH=൪%">Featured Technologies </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH=ඊ%">Extended Memory 64 Technology </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH=൪%">Platform Support </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH=ඊ%">PC </TD> </TR> <TR> <TD CLASS=tblcellwhboldblktxt COLSPAN=Ŗ" VALIGN="top" WIDTH=൪%">Physical Characteristics </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH=൪%">Form Factor </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH=ඊ%">LGA775 Socket </TD> </TR> <TR> <TD CLASS=tblcellwhboldblktxt COLSPAN=Ŗ" VALIGN="top" WIDTH=൪%">Miscellaneous </TD> </TR> <TR> <TD CLASS=tblcellgr VALIGN="top" WIDTH=൪%">Additional Information </TD> <TD CLASS=tblcellgr VALIGN="bottom" WIDTH=ඊ%"><li>Execute Disable Bit</li> <li>Dual-Core Technology</li> <li>Platform Compatibility Guide: 05A</li> </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH=൪%">Compatibility </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH=ඊ%"><li>Intel D101GGC Desktop Board</li><li>Intel D945GCZ Desktop Board</li><li>Intel D945GTP Desktop Board</li><li>Intel D945GNT Desktop Board</li><li>Intel D945PAW Desktop Board</li><li>Intel D945PVS Desktop Board</li><li>Intel D945PLM Desktop Board</li><li>Intel D945PSN Desktop Board</li><li>Intel D955XBK Desktop Board</li><li>Intel D955XCS Desktop Board</li><li>Intel D975XBX Desktop Board</li> </TD> </TR> <TR> <TD CLASS=tblcellgrbold COLSPAN=Ŗ" VALIGN="top" WIDTH=൪%">Warranty </TD> </TR> <TR> <TD CLASS=tblcellwhblktxt VALIGN="top" WIDTH=൪%">Standard Warranty </TD> <TD CLASS=tblcellwhblktxt VALIGN="bottom" WIDTH=ඊ%">3 Year(s) Limited </TD> </TR> <TR class="noprint"> <TD HEIGHT=൘" COLSPAN=Ŗ" ALIGN="right" VALIGN="MIDDLE"></TD> </TR> </TABLE>
  11. Tried that... not helping it gives the same result :blush:
  12. THanks for the fast reply :thumbsup: I copy those html codes from my manufacturers and there are MANY for those for may products and it's a big extra work to convert them all
  13. He he those codes are converted in my last messege :) Trying again I have a strange problem with importing some html codes in my product description with easypopulate latest version All my " is converted to & # 3 4 Which destroys the html layout. f.ex. COLSPAN="2" to COLSPAN=& # 3 4 2 & # 3 4 Any way to fix this?... Please help I'm waiting to enter many product descriptions using easypopulate Thanks alot friends
  14. I have a strange problem with importing some html codes in my product description with easypopulate latest version All my " is converted to " Which destroys the html layout. f.ex. COLSPAN="2" to COLSPAN=Ŗ" Any way to fix this?... Please help I'm waiting to enter many product descriptions using easypopulate Thanks alot friends
  15. I asked the same question and I god some tips http://www.oscommerce.com/forums/index.php?showtopic=207051
  16. Garrones update working very good... You have to use it like this cc:1.95:0.001,mastercard:1.95:0.005,netbank:1.95:0.003,cod:50 cc charges $1.95 and 0.10% mastercard charges $1.95 and 0.50% netbank charges $1.95 and 0.30% cod charges $50
  17. Thanks for the reply, At the Catalog: I was thinking of a new page with the message, when I click on the link "You have a new message", becouse if the message is big then it destroies the design/layout and fills the hole page... And the same in Admin: In customer listing a link for "Nr. og messages" and open in a new window thanks alot
  18. Well done :) Very good contribution Is there any way to display just a link "you have one privat message" not the hole message in catalog and also in admin?... thanks
  19. Very cool, thanks alot :) It solved my problem with different cart types :)
  20. Thanks for the contribution, but how to add %? I added cc:1.95% but it added $2 I added cc:50% but it added $50 I want to added 1.95%
  21. Me wants a little help :) Please How to make some contributions available in EP I realy want these two "UltraPics" and "Product short desc" in EP Thanks alot
  22. I'm also very intrested in this... I have SOME of the codes from ccc v.10 I haven't looked at it with a loope.. download it here.. www.aziz.dk/ccc_v10.rar (some files are from 9.3)
×
×
  • Create New...