Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

warrenerjm

Pioneers
  • Posts

    1,143
  • Joined

  • Last visited

Everything posted by warrenerjm

  1. Hi mikel_spain That looks like it has worked. Same screen as mine. You probably just don't have anybody on your site at that moment. Try looking at your site & then go to WOL. You should then see yourself as admin come up. Julie
  2. :huh: Nop. Not that familiar with php!! I'll try & think of some alternative ways. Thanks for your reply eww. Julie
  3. Hi eww Any chance you know if it is possible just to take this bit from the new contribution? I have a working v1.6 & do not want to change anything else, but would like to add the referral points to V1.6. Thanks Julie
  4. Hi Ben I can see you have alot of needy questions to resolve, & hope you don't mind me asking a small one? :rolleyes: I have V1.60 installed. Working fine...I think, so I do not want to touch it. Also I do not see a need for most of the updates in V2.0 ie; expiry dated points, only use all points etc on my store. However :D there is one thing that I would like to add to your great contribution, & that is the points for referring a new paying customer. Is there any way I can do just this part please? You should know that I cannot code or understand fully how to rewrite a piece of code. :blush: If one or more of the steps were specifically for this bit, then I could follow the relevant instructions. If not, then hey nothing lost for asking, as I still like what I have. :thumbsup: Thanks Julie
  5. Thanks Tracy I will check that out. I have to say I have chickened out, & decided as there are other problems associated with attributes such as feeds, that I would list all my products & variations seperately. :rolleyes: It works OK. Julie
  6. Hi I have looked to see if it would be easier to add my existing contributions codes to this one, but this isn't much better. I could also just list all my stock seperarely, & not have atributes, but it wouldn't look so good, as I have a few products that are the same but different colours. Please could someone tell me which way to jump? :blink: Is there a better free programme than Winmerge that would help me with this contribution please? Thanks Julie
  7. Hi I have realised that I need to install a contribution which monitors & adjusts the different stock levels of my attributes. I have found this one: QTpro v1.0 - Quantity Tracking Professional The trouble is that this one has all the files, which need to be compared to mine & adjusted to suit. I have tried doing this with winmerge but one file has code over two lines & the other has it over one, so the colours stay the same & it doesn't match the lines & highlight differences. I expect this is an easy way for experienced people, but I prefer "Find: ...& replace with..." 1: Is there an easier way for me to do this? 2: Is there another contribution that will do the same but easier? 3: Can I just look for the bits in the contribution files like this: //++++ QT Pro: Begin Changed code if ( (STOCK_CHECK == 'true') && (STOCK_ALLOW_CHECKOUT != 'true') ) { $products = $cart->get_products(); $any_out_of_stock = 0; for ($i=0, $n=sizeof($products); $i<$n; $i++) { if (isset($products[$i]['attributes']) && is_array($products[$i]['attributes'])) { $stock_check = tep_check_stock($products[$i]['id'], $products[$i]['quantity'], $products[$i]['attributes']); } else{ $stock_check = tep_check_stock($products[$i]['id'], $products[$i]['quantity']); } if ($stock_check) $any_out_of_stock = 1; } if ($any_out_of_stock == 1) { tep_redirect(tep_href_link(FILENAME_SHOPPING_CART)); break; } } //++++ QT Pro: End Changed Code & replace the code in my files? Just thought :huh: I don't know if any lines have been completely removed by doing it this way! :o What can I do please? :( Thanks Julie
  8. Hi Brian I agree. :thumbsup: Not a good idea to upset the wife & kids :lol: I am following this as I want it obviously when it comes to the UK, because of the easy of payment for customers, but I have a question? My host will not enable ssl & cURL, so will I still be able to have a Google checkout? My current default payment module works, so will there be the same default method which does not require the above? Does this mean that UK has a different code? :blink: I am NOT a programmer! :-" Thanks Julie
  9. Hi Brian As you are in the UK, do you know when Google checkout will be available here & when will your code be available as a contribution. I understand you need to cover your costs first. :thumbsup: Thanks Julie
  10. Hi Lisa I would like to know how to change this to Shipping, as the title BEST WAY doesn't make sence to me as I only have one way or free P&P. I have installed the surcharge contribution but haven't enabled it yet, but would only use this for outside UK surcharge fees for P&P. So any suggestions for this one I would be interested in learning about too. :D Thanks Julie
  11. Thanks Jack :thumbsup: That helped me too. It proved to be the index.php. Now I do not have a blank bullet point in my site map. Julie
  12. Hi Barbara I too have that bullet, with no links, & would like to remove it. I will be watching for the answer as well. ;) Julie
  13. Hi Does anyone know when this will be available in the UK? :huh: I think it is only USA at the moment :( Thanks Julie
  14. Hi Rob Which one or ones did you do please (see above) ? Thanks Julie
  15. Hi Can I just ask which one or ones I am supposed to use? I am presuming 5/6/05 Pop The Top, but am unsure what changes are done on the following downloads: 29/06/05 , 21/04/06 , 31/05/06 :blink: I would be VERY grateful if someone could tell me which one is working. Thank you very much :thumbsup: Julie
  16. Hi Steve Thanks for that. I have your latest one, so that is all OK. It just worried me this time, 'cos I saw it registered "Yes" under the session column. Ed I do have "Prevent spider sessions" set to true. I promise I am not constantly on WOE :lol: , so this one I caught by luck & it was different to the way other spiders have been shown. Is there anything else I shouild be checking ie; you mentioned the way sessions is set up. Thanks guys Julie
  17. Hi steve Normally in the Who's online enhancement I see spiders which have the light as bots with sessions, but the details in the columns below are showing as sessions "No" & no OSCsids appear. Today I noticed this one: spider (i think) which is showing as a session in the session column. I have spiders.txt updated (20/5/06) but not the 30/6/05 Should I have this one & what do I do now? Just incase some get through, do I need the sid killer contribution installed too? Thanks for your help. Julie
  18. I have just done a CSE HTML validator check on Jack's category_tree.php & it says congratulations No errors. :thumbsup: So I am taking that to mean it is OK & I do not need to download the latest corrected category_tree.php file & replace the original, just in case anyone is interested. :D Julie
  19. Sorry it is called corrected category_tree.php I do not know how to compare the two files nor understand html so am not sure if I should upload this file, as it hasn't appeared on the support thread? Thanks Julie
  20. <? /* $Id: category_tree.php,v1.2 2004/05/10 hpdl Exp $ # corrected the nested lists osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2004 osCommerce Released under the GNU General Public License */ class osC_CategoryTree { var $root_category_id = 0, $max_level = 0, $data = array(), $root_start_string = '', $root_end_string = '', $parent_start_string = '', $parent_end_string = '', $parent_group_start_string = '<ul class="sitemap">', $parent_group_end_string = '</ul> ', $child_start_string = '<li>', $child_end_string = '</li> ', $spacer_string = '', $spacer_multiplier = 1; function osC_CategoryTree($load_from_database = true) { global $languages_id; $categories_query = tep_db_query("select c.categories_id, cd.categories_name, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = cd.categories_id and cd.language_id = '" . (int)$languages_id . "' order by c.parent_id, c.sort_order, cd.categories_name"); $this->data = array(); while ($categories = tep_db_fetch_array($categories_query)) { $this->data[$categories['parent_id']][$categories['categories_id']] = array('name' => $categories['categories_name'], 'count' => 0);} } //end class osC_CategoryTree function buildBranch($parent_id, $level = 0) { $result = $this->parent_group_start_string; //starts the <ul> tag if (isset($this->data[$parent_id])) { foreach ($this->data[$parent_id] as $category_id => $category) { $category_link = $category_id; $result .= $this->child_start_string; // prints <li> if (isset($this->data[$category_id])) {$result .= $this->parent_start_string;} //prints nothing if ($level == 0) {$result .= $this->root_start_string;} //prints nothing $result .= str_repeat($this->spacer_string, $this->spacer_multiplier * $level) . '<a title="'. $category['name'] . '" href="' . tep_href_link(FILENAME_DEFAULT, 'cPath=' . $category_link) . '">'; $result .= $category['name']; $result .= '</a>'; if ($level == 0) {$result .= $this->root_end_string;} //prints nothing if (isset($this->data[$category_id])) {$result .= $this->parent_end_string;} //prints </ul> if (isset($this->data[$category_id]) && (($this->max_level == '0') || ($this->max_level > $level+1))) { $result .= $this->buildBranch($category_id, $level+1);} $result .= $this->child_end_string; //prints </li> }// end foreach } // end if (isset $result .= $this->parent_group_end_string; //<prints </ul> return $result; } //end function function buildTree() { return $this->buildBranch($this->root_category_id);}} ?> Julie
  21. Jack Is V1.61 needed as I have this up & working & do not want to break it? I do not know the right or wrong orders of html. Thanks Julie
  22. Hi I have read this thread & probably shouldn't have 'coz it easily confuses me. :blink: I want to install this but want to make sure I do the right ones. I thought I needed 6.1 dated 5/6/05 (Pop the Top), but do I also need the next three too, or do I do the last update? I get confused when there are several authors & I want to install a working full version. Post 360 (removing two tax column) is relevant to me & refers to version 1.0 Post 738 mentions defines to add but are they in the current working version? Please could someone help me & I'll give it a go. ;) Thanks. Julie
  23. Thanks Ed How is this install recognising my IP address because it is different to the one Down for maintenance recognises? :blink: Which bit should I look at for the sessions on bots? The lights say bot with session, but the column says no. When I look at "all" the bot does not have an oscsid number. So does that mean it is OK. I do have the spiders.txt & keep it up to date, but it is still showing some as guests. When I click on the IP address it either comes up with ! which i presume is a proper customer, or takes me so a new window with the bot/search engine details. This is showing guest too. I do not have a robots.txt yet as what should be in it varies greatly & I'm a little confused. I have asked on another thread but haven't come to a conclusion yet. I should do that too. :blush: Thanks for your help. I absorb all the advise I can get. Julie
  24. Hi I have installed the 2.0 version by azer 14/2/06 & do not appear to have any problems (I think) I do not quite understand how it all works though, as the figures on the bottom don't match up. I could have one customer & it shows up twice so I get 1 cust, 2 duplicate ip's = -1 real cust :blink: My admin IP is the third different one I have? Down for Maintenance has another & other sites see me as another again? Probably basic computer stuff but I thought 1 computer=1 IP address? Bots show as a bots with session light, but the table says No under the session column. Some bots are showing as guests but the address show them as search engine or is that right? I think I have a great tool here, which has installed great, but I am not using it to it's full ability, as I do not know what I could do with it. Please could someone explain the "How to use Who's online Enhancement 2.0"? Sorry for being so backward :blush: & thank you for your help. :thumbsup: Julie
  25. Hi Gareth Thank you for replying. I changed my mind & installed the "all products with pictures" instead. It is much better & alphabetical with price, pictures etc. A good point with this one is it has only so many products per page instead of a long list. Julie
×
×
  • Create New...