Jump to content

SergeiG

Member
  • Posts

    60
  • Joined

  • Last visited

Everything posted by SergeiG

  1. Great thank you. I changed the code and it works. Only one small addition - you forgot one bracket. The correct code is: deliverFile(false, false, chr(bindec('11101111')).chr(bindec('10111011')).chr(bindec('10111111')).$output, $filename); Could you be so kind to advice me how it would be easier to create a correct .csv file for Import? If I save my .xls file as a .csv in Excel, it creates it not in UTF-8 :-( I found a temporary solution - save .xls as a Unicode text, replace all tabulations on commas, and rename .txt to .csv ... But it really annoys me. Thank you!
  2. Wow! Thank you for so detailed answer! Where can I find a piece of code in the CubeCart to change it to output the BOM?
  3. Hi! I use Russian symbols in the "product name" field and it shows without any problem everywhere. However, when I export catalog and open it in Excel Russian symbols are shown wrong. If I open .csv file in UltraEdit and save it as UTF-8 file then it is opened in Excel without any problems. But I don't know what is original code-page of .csv file to use external converters (UltraEdit recognizes it automatically). Could you be so kind to give me the clue what code page is use by default in .csv file and is it possible to change inside CC615 it to avoid additional manual convertation? Thank you.
  4. Thank you for an offer. However, in addition to the manufacturer field, I also want to do same with other fields which I added (Author, Series and etc.). So , it will be necessary to modify your plugin. As a result, firstly I spend money and after that I spend time. It will be more beneficial for me just spend time and do everything by my own.
  5. Thank you for respond. Currently, I try to tune the CC615. If I use the Advanced Search and choose a Manufacturer, I must to enter something as a search keyword. However, my goal is next - I want to receive a list of all products from one manufacturer. May you recommend how to achieve this goal?
  6. Hello! As I found, when I use a search form it use only product name and product description fields as an area for search. I would appreciate if you help me to add the manufacturer field to an area of search. For example, I have a products by 'QQQ' manufacturer (without 'QQQ' in names and descriptions). I want to enter 'QQQ' as a search keyword and receive a list of this products as a result of search request. Thank you.
×
×
  • Create New...