Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Maurice69

Archived
  • Posts

    13
  • Joined

  • Last visited

Everything posted by Maurice69

  1. I found the answer also in this topic (#1203):
  2. Too bad, in my testing environment it works but unfortunately at my website the shoppingcarts are still gone. Are there some things that need to be enabled or disabled in php.ini so that it is going to work again?
  3. ok, just found the answer on another forum, maybe it is handy for other people:
  4. Just installed the new version (3.6.3) in my testing environment since my shopping carts were gone since the new PHP 5.2 that my provide installed. I'm using xampp 1.7.1 for testing with PHP 5.2.9 and getting this error: Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\testshop\admin\whos_online.php on line 157 does anyone know what the problem might be?
  5. Another strange thing happened. I imported a file with 150 articles in a new category. Everything is nicely imported (says the admin side of the site) but when I try to enter the category on the site, I get an Internet Explorer cannot display the webpage. So I thought, maybe something is wrong with my data. I splitted the import file in 3 pieces and try to import it piece by piece. After 2 pieces everything was fine but after the last piece it went wrong (the script says that it was imported correctly, and every article can be seen in the admin). So I deleted al imported things and started again an changed the import and started with the third file. Strangely everything went well and I didn't have any problems on my side. So I imported the second file, nothing wrong either. And last I imported the first file. You can guess..... I couldn't enter the category on my site. Now I'm very confused. What can be wrong??? and how does that parsing the data files work, can I check my data with that tool? Kind regards, Maurice
  6. Hi Eugenio, I have some trouble when importing to categories with quotes in it. Like camera's (this is how you write it in dutch) will give me errors. Is there some way to work around (except leaving the ' out of the word)? Also found that when I add things for the second time I hoped it would update all, but the image I imported first batterijen/batterij.gif ended after the second import in batterij.gif (so the path is gone). Further I think this tool is awesome!!! I realy like it above easypopulate!!! Kind regards, Maurice
  7. Hi Mark, Great Contrib!!! :thumbsup: I have a little question. In the source of supertracker.php (the one that is placed in the classes folder) I discovered a little piece of code at the end of the file I don't understand: $time_arrived = date('Y-m-d H:i:s'); $landing_page = addslashes(tep_db_input(urldecode($_SERVER['REQUEST_URI']))); $query = "INSERT INTO `supertracker` (`ip_address`, `browser_string`, `country_code`, `country_name`, `referrer`,`referrer_query_string`,`landing_page`,`exit_page`,`time_arrived`,`last_click`) VALUES ('" . $ip . "','" . $browser_string . "','" . $country_code . "', '" . $country_name . "', '" . $referrer . "', '" . $query_string . "','" . $landing_page . "','" . $current_page . "','" . $time_arrived . "','" . $time_arrived . "')"; tep_db_query($query); $refquery = "INSERT INTO `orders` (`orders_referrer`) VALUES ('" . $referrer . "')"; tep_db_query($refquery); }//end if for prohibited pages }//end else }//End big If statement (Record Exclusion for certain IPs) }//End function update }//End Class ?> The piece I was interested in was that where it says: $refquery = "INSERT INTO `orders` (`orders_referrer`) VALUES ('" . $referrer . "')"; tep_db_query($refquery); As I can say, it looks as it should update the table orders_referrer which should be in Orders. I could not find that you made this field in the setup and I made this field by hand. I hoped it would be filled with the referrer of the client that belonged with the order. I was looking for a field that stored that information with the order. Can you (or maybe someone else) help me out a little where I could put a little code in your supertracker.php so that the referrer would be put in that table orders_referrer within the Orders table? Kind regards! Maurice
  8. Good question, I like to know that too! And if possible a column with the price including taxes? :)
  9. It would also be great if you have a colum where we can change the prices included taxes. We make nice prices with taxes included so most of the time we chance te price excluded taxes, look at the included taxes price and change it to some nice figure. Now we have to do that with a calculator. Maybe one of you guys can fix this? :D
  10. Hi! I installed this contrib and got the next error when going to the categories: The codeline it points to is normal in my eyes.... : <!-- body_text //--> ? ? <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <?php So line 451 starts with the <!-- body text //--> Can anyone tell me where to look for the solution? :'(
  11. Can somebody give me some links of site who have this contrib working? So that we can see how it can look? ;) Maybee a screenshot of the admin page how it looks with editing?
  12. With firefox I get a little more... but it still crashes... Now I see the small bar with the arrows... but then it hangs.
  13. Hi, I installed the contribution because it sounds great. I can put a note to a customer, but when I go to the Admin Notes screen in the Admin, the whole explorer locks up. Any idea what that might be? :( Maurice
×
×
  • Create New...