Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MR.T

Archived
  • Posts

    29
  • Joined

  • Last visited

About MR.T

  • Birthday 09/16/1969

Profile Information

MR.T's Achievements

  1. Hi I just installed Visitor Web Stats, but I have a couple of problems: In the column "customer ID" I just get "guest" and not the actual IDs fo the customer which is logged in. In the column "Time Online H:M:S" it says "00:00:00" on all lines. Is there a fix to these problems? /Mr.T
  2. I have to put this into includes/boxes/categories.php ? I am not sure how to do this. If it's possible - could you or other users make me an example of that additional page? /MR.T
  3. I love this contribution, but have one question. Is it possible to make a link or menu item which shows all the products which has seperate prices. If the customer is retail - this option should not show up. This would be relly helpful for my site. /MR.T
  4. When using the new template - I get the extra email on orders.... /MR.T
  5. It's in the e-mail invoices and the admin invoices. /MR.T
  6. Well - there are another user who reports the same problems as I do. See recent posts from the user mmph. It's not blank My code is excately like the above code This is not the question here either. No BUT: I now did another test. When I change the settings under E-Mail Options in the administration and set "Send HTML or Text Invoices to Customers" to false - then i get the extra order emails, but in the old textformat - not in your fancy new design (which I would like to have) /MR.T
  7. Hi again I have another problem as well regarding the taxes. See the picture below. It shows the pris inc and ex vat as the same price. It also shows the Total(inc) as ex. Any solutions to this? /MR.T
  8. Then we are two who has the same problem. I have installed this on two different shops and I did not get any ordercopies on any of them after the contrib was installed. Hope someone can look into this. /MR.T
  9. Strangely enough this problem occured just after installing this contrib. It has worked for over 1000 orders before... Anyone else having the same problem? Could it have anything to do with the change of E-mail option "use MIME html when sending mails"? /MR.T
  10. Hi Thanks for a great contribution. I have one problem after using it. There are not being sent extra order mails anymore to the adresses I have under Configuration - My store - Send extra Order Emails to. Anyone who knows how to fix this. Is it a bug? /MR.T
  11. Thanks for clearing up my questions ;) I have integrated this contribution: http://www.oscommerce.com/community/contri...infobox+outside If you look at http://www.dykkesiden.com/forum you will see it working up in the right corner. I would like to have this infobox outside to be used by the affiliates. I use the following iframe to call it outside of OSC: <iframe src=http://www.divestore.com/infobox_outside.php width="140" height="480" frameborder="0">Din nettleser st?tter ikke Iframe</iframe> Is it enough to change the Iframe to: <iframe src=http://www.divestore.com/infobox_outside.php?ref=1 width="140" height="480" frameborder="0">Din nettleser st?tter ikke Iframe</iframe> /MR.T
  12. Hi again Henri Thanks for a swift answer. Just to clarify (since you said yes to all questions exept the one you comented ;)) : Does it only count click for the registered url? How can I override the url check for specific affiliates? How can the affiliate add more than one url? How do I set up the comission to be shown with 2 decimals? /MR.T
  13. Hi Thanks for a great contribution. :thumbsup: I have now read through all the pages in this thread :sweating:, but I did't find any answers to the following questions: Recuring Sales: Will the affiliate system count recuring sales in the durationtime of the cookie? If not - this would be a nice adon to the settings. Accept all urls: It seems like the clicks only counts for clicks coming from the registered url by the affiliate. It would be nice to override this on individual basis so that some affiliates could work on a broader perspective with the affiliate system. For instance also having affiliatelinks in Newsletters, en Emails and when buying keywords at Google. Adding more urls: Could it be possible to let the affiliate add more urls than just one? Countig Sales from not registered urls: If a click comes from an url not registered by an affiliate - does the sale show up at the given affiliate account, and will he get the comission? Sug : Rotation between all GEs of same size It would be nice to have a function for setting up a rotation for all GEs (Graphical Elements) with the same size. Ther should then be an extra field to fill in on each banner (size), and the the affiliate could choose the size and have a rotation. Textlink - a more easy way to create: It would be nice if it was easier to add textlinks for the affiliate. It should be an opportunity to add their own words, like for instance PC, and then genereate the textlink. Prob: Just adding ?ref=x will not work For instance http://www.divestore.com/specials.php?ref=6 will not show up as a click, but maybe that has to do with refering url. How to specify specific rates for specific products I saw a question earlyer in this thread about this, but I did not find the answer. With or without www Does the system care if the affiliate registeres for instance www.vg.no and the click comes from vg.no. If this is not a problem then great, but if it is a problem, then a solution is the sugestion above regarding more urls pr affiliate or the ability to completely disable the urlcheck for some affiliates (or all of them). Showing comision with decimals How can I set up the system to show the comission with 2 decimals. Now it doesn't show decimals at all. Email when new affiliate registeres: Another suggestion I found earlyer in this thread. Have this been set up yet? It would be great to have. Again - thanks for a great contribution. :wub: /MR.T Edit : misspellings
  14. I solved it myself... It was very easy..... :blush: :blush: :blush: :blush: Just added 2 lines to the code starting from line 905 in newsdesk.php: $newsdesk_article_shorttext[1] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_1']); $newsdesk_article_shorttext[2] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_2']); $newsdesk_article_shorttext[3] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_3']); $newsdesk_article_shorttext[4] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_4']); $newsdesk_article_shorttext[5] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_5']); $newsdesk_article_shorttext[6] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_6']); $newsdesk_article_shorttext[7] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_7']); $newsdesk_article_shorttext[8] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_8']); $newsdesk_article_shorttext[9] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_9']); $newsdesk_article_shorttext[10] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_10']); $newsdesk_article_shorttext[11] = nl2br($HTTP_POST_VARS['newsdesk_article_shorttext_11']); $newsdesk_article_description[1] = nl2br($HTTP_POST_VARS['newsdesk_article_description_1']); $newsdesk_article_description[2] = nl2br($HTTP_POST_VARS['newsdesk_article_description_2']); $newsdesk_article_description[3] = nl2br($HTTP_POST_VARS['newsdesk_article_description_3']); $newsdesk_article_description[4] = nl2br($HTTP_POST_VARS['newsdesk_article_description_4']); $newsdesk_article_description[5] = nl2br($HTTP_POST_VARS['newsdesk_article_description_5']); $newsdesk_article_description[6] = nl2br($HTTP_POST_VARS['newsdesk_article_description_6']); $newsdesk_article_description[7] = nl2br($HTTP_POST_VARS['newsdesk_article_description_7']); $newsdesk_article_description[8] = nl2br($HTTP_POST_VARS['newsdesk_article_description_8']); $newsdesk_article_description[10] = nl2br($HTTP_POST_VARS['newsdesk_article_description_10']); $newsdesk_article_description[11] = nl2br($HTTP_POST_VARS['newsdesk_article_description_11']); Thanks for a great script :thumbsup: /MR.T
×
×
  • Create New...