Few Future Requests

First two are very important.


  1. Categories, and additional attributes (Product options - type: selectbox) for products should be default sorted by name. I losted a lot of time when I had 39 categories and about 10-300 additional attributes in products. Position option is very good but default should be sorted by name.



    Product options: Option to select that “text” field is required, right now when customer make an order he can complete order with clean field (type: text).


  2. anti fraud module: I don’t like when script calculate risk without my action. After paymant we should see all results, like: country match, ip location, proxy etc.



    Program can calculate risk but I would like to see all results.


  3. Additional payment method: moneybookers.com Its very popular payment system, over 1 mil members.


  4. Live Help program should have more options, like auto messenge when customer is waiting for operator etc.


  5. Reward points: I would like to have Points Exchange Rate 1&1 so when product cost 9.99$ I should have 9.99 points. Right now when I select reward points exchange rate to 1 system takes it like 10 points.

[COLOR=black]I have already made a solution for #4. I just haven’t posted it here before. If using VERSION 1.3.5 as I am. It might work for earlier versions, but I wouldn’t know since I haven’t used them. If you see a space in the file paths just copy and paste them, then delete the space.[/COLOR]



[COLOR=black]==============================================[/COLOR]



[COLOR=black]-------------------------------------------------------------------[/COLOR]

[COLOR=black]Add the following language variable in the admin area of your cs-cart.[/COLOR]

[COLOR=black]-------------------------------------------------------------------[/COLOR]



[COLOR=black]Variable: lh_waiting[/COLOR]

[COLOR=black]Value: Waiting for an operator to join the chat…[/COLOR]





[COLOR=black]------------------------------------------------[/COLOR]

[COLOR=black]Add the part in [/COLOR][COLOR=red]red[/COLOR][COLOR=black] in each of the following below:[/COLOR]

[COLOR=black]------------------------------------------------[/COLOR]



[COLOR=black]“\skins\CLIENT_SKIN\customer\addons\live_help\scripts\chat.js”[/COLOR]



[SIZE=2][COLOR=black]fn_show_tag('enter', true); // hide[/COLOR][/SIZE]
[SIZE=2][COLOR=black]fn_show_tag('chat', false); // show[/COLOR][/SIZE]

[SIZE=2][COLOR=black]this.start_timer('live_help_chat.scan_messages()');[/COLOR][/SIZE]
[SIZE=2][COLOR=black]this.allow_type_notify = true;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]this.allow_send = true;[/COLOR][/SIZE]

[SIZE=2][COLOR=red]this.show_message(lh_lang.chat_waiting,this.MESSAGE_SYSTEM);[/COLOR][/SIZE]




[COLOR=black]“\skins\CLIENT_SKIN\customer\addons\live_help\chat.tpl”[/COLOR]



[SIZE=2][COLOR=black]lh_lang = {literal}{{/literal}[/COLOR][/SIZE]
[SIZE=2][COLOR=red] chat_waiting: "{$lang.lh_waiting|addslashes}",[/COLOR][/SIZE]
[SIZE=2][COLOR=black] chat_operator_joined: "{$lang.lh_chat_operator_joined|addslashes}",[/COLOR][/SIZE]
[SIZE=2][COLOR=black] chat_operator_left: "{$lang.lh_chat_operator_left|addslashes}",[/COLOR][/SIZE]
[SIZE=2][COLOR=black] chat_recieved_file: "{$lang.lh_chat_recieved_file|addslashes}",[/COLOR][/SIZE]
[SIZE=2][COLOR=black] chat_opened_link: "{$lang.lh_chat_opened_link|addslashes}",[/COLOR][/SIZE]
[SIZE=2][COLOR=black] chat_please_wait: "{$lang.lh_chat_please_wait|addslashes}",[/COLOR][/SIZE]
[SIZE=2][COLOR=black] chat_session_started: "{$lang.lh_chat_session_started|addslashes}",[/COLOR][/SIZE]
[SIZE=2][COLOR=black] please_input_name: "{$lang.lh_please_input_name|addslashes}",[/COLOR][/SIZE]
[SIZE=2][COLOR=black] info_unknown: "{$lang.lh_info_unknown|addslashes}"[/COLOR][/SIZE]
[SIZE=2][COLOR=black]{literal}}{/literal}[/COLOR][/SIZE]

screenshot.JPG