Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

timon

Archived
  • Posts

    49
  • Joined

  • Last visited

About timon

  • Birthday 03/13/1979

Profile Information

timon's Achievements

  1. Oh ok thanks heaps jack i will do an upgrade and let you all know if it fixes it... Thanks heaps for your help... Natural Body Skin Care and Hair Care
  2. Hey everyone, I like this contrib i just cant work out how to change the email for the links submission, i want a different email to the store email for links as it appears I get alot of spam from the link requests...also does anyone have any solutions for spam with this contrib...? Timon Natural Body Skin Care P.s... Im using Links Manager v1.00
  3. Hi Guys, Looks great the contrib, its exactly what i would like done to my checkout...i just have a few questions - I have PWA with no account creation option and the straight to the shipping page contrib. I want to combine the shipping page, payment page as seen in the page on your contrib. Is there any contribs or can any one point me in the right direction for this, just this addition to my setup? I mean just the shipping and payment page joining... If you want to look at what i have setup on my site - Natural Emu Oil Skin Care Much would be appreciated on all comments... Kind Regards, Timon http://www.naturalbodyskincare.com
  4. Hi Guys, I have been working on my website and recently found a easy quicker way for customers to proceed through checkout. I am sure there might be a contrib out similar or somthing but becuase this has helped my traffic so much i wanted to tell others of the problems this can cause without this added. When a customer goes from shopping cart to create account it changes from non ssl to ssl. This switch can cause in most of the ocommerce carts image errors, long load and worst customers thinking your website is dodgy... meaning leaving your site. If you are noticing that people are leaving on this page then most probably this will help. I will post my column left and column right to show how to switch off certain boxes on checkout- Column left <?php /* $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } include(DIR_WS_BOXES . 'live_support.php'); if ($request_type == NONSSL) { require(DIR_WS_BOXES . 'whats_new.php'); } if ($request_type == NONSSL) { require(DIR_WS_BOXES . 'search.php'); } if ($request_type == NONSSL) { require(DIR_WS_BOXES . 'information.php'); } require(DIR_WS_BOXES . 'our_details.php'); require(DIR_WS_BOXES . 'affiliate.php'); ?> Column right - <?php /* $Id: column_right.php,v 1.17 2003/06/09 22:06:41 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_BOXES . 'shopping_cart.php'); if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php'); if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); if (isset($HTTP_GET_VARS['products_id'])) { if (tep_session_is_registered('customer_id')) { $check_query = tep_db_query("select count(*) as count from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . (int)$customer_id . "' and global_product_notifications = '1'"); $check = tep_db_fetch_array($check_query); if ($check['count'] > 0) { include(DIR_WS_BOXES . 'best_sellers.php'); } else { include(DIR_WS_BOXES . 'product_notifications.php'); } } else { include(DIR_WS_BOXES . 'product_notifications.php'); } } else { include(DIR_WS_BOXES . 'best_sellers.php'); } if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); } else { } if ($request_type == NONSSL) { include(DIR_WS_BOXES . 'specials.php'); } if ($request_type == NONSSL) { include(DIR_WS_BOXES . 'card.php'); } if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { } if ($request_type == NONSSL) { include(DIR_WS_BOXES . 'currencies.php'); } if ($request_type == NONSSL) { include(DIR_WS_MODULES . 'strip_products.php'); } ?> Its all about the switch comment if ($request_type == NONSSL) { require(DIR_WS_BOXES . 'whats_new.php'); } Just remember in column left no top } is not needed for some reason and on column right } is needed before the request. To view it in action and to see how much faster it is go to - Emu Store - Emu Oil Products to try it out... I hope this helps out some people any questions just let me know
  5. Hi Guys, Got it installed and works fine, one question though does host mean separate host ip and hits does that mean hits on the website by the number of hosts. eg day 22 560 hits 120 hosts Does this mean 120 unique visitors visiting web pages adding up to 560 together? It looks loike this is what is meant, just wanted some clarity. Kind Regards, Timon Emu Store - Emu Oil Products
  6. Hi Guys, I am wondering if anyone knows if you can use the contrib held orders at http://www.oscommerce.com/community/contri...rch,held+orders with OSC affiliate 2.5a at http://www.oscommerce.com/community/contri...h,osc+affiliate I am wondering in order to solve getting customers order details when they dont fully go through the payment process on paypal back to the website. Any replies much appreciated!!! Kind Regards, Timon http://www.naturalbodyskincare.com
  7. Hi everyone, Does anyone know how well super tracker really works??? When I go through to see all my visitors from the previous day - it says half my visitors (and I mean genuine visitors, not bots) were on my site for 0mins and 0seconds and 1clicks... What does that mean? Is anyone else having this problem? Or is it saying that the webpage is not loading up for some people? Cheers Timon
  8. Hey, Thanks for the reply, i does add description - its just in admin it diplays the two pages i talked about like they are hyperlinks rather than buttons like the other admin pages. It displays an error symbol down at the bottom left where normally a internet explorer symbol is. Can you tell me exactly where you had problems and if it was the same in admin, do you think its something on the admin / categories page i am doing wrong. Which in turn effects the languages and categories page in admin. Any more help would be appreciated....from anyone. Kind Regards, Timon http://www.naturalbodyskincare.com Categorie descriptions Also if there is a typo in the contrib for the admin categories.php does anyone know where the solutions are for this? I can't seem to find them...
  9. Hey , Force Cookie Use helps search engines index, it removes the OSC id in the url and makes your pages load faster. I use it on all my osc sites, And all my pages get indexed well. I definateley recommend having it on. kind Regards, Timon works well on my natural skin care website
  10. Hi Everyone, I am getting an error with Categorie descriptions 1.9, I have installed everthing and everything seemed to be all right until i went into admin, and in Categories / Products the page doesn't display properly. In Languages as well the page doesn't display properly as well. It seems to add the description but with the pages displaying like this i am sure it will cause problems. I really want it fixed before i start adding descriptions to the error pages. Here are details of errors - categories.php Line: 177 Char: 1 Error: Object expected Code: 0 URL: http://hosting.buyers-web.com/admin/categories.php languages.php Line: 155 Char: 1 Error: Object expected Code: 0 URL: http://hosting.buyers-web.com/admin/languages.php My Webpage With Errors I have a feeling these non displaying properly will effect other parts of the script. I have tried reinstalling three times and still same deal. Also read all forums and no help, does this contrib work. Also It is on a clean OSC2.2. Looking forward to any reply, Timon Weller http://www.naturalbodyskincare.com
  11. Hey Guys, I have everthing installed properly and have everything workin in admin and on catalog to do with osc affiliate. But when i do a sign up in from affiliiate_signup.php i get this error - 1146 - Table 'timon1_naturalbody.TABLE_AFFILIATE' doesn't exist select affiliate_email_address from TABLE_AFFILIATE where affiliate_email_address = '[email protected]' [TEP STOP] I says i can't find the Table affiliate and when i go into phpmyadmin it has the table affiliate_affiliate with all corresponding attributes. I then checked a lot of files are they supposed to all be pointing to TABLE_AFFILIATE_AFFILIATE . What confuses me is that in the affiliate.sql says to create a table called affiliate_affiliate. Does anyone know how to fix this error? Was i supposed to have queried the file in phpadmin rather than adding the info the the query? looking forward to any answer timon www.naturalbodyskincare.com
  12. Hey Satish, Thanks for the reply, do you know which files are associated with paypal, i replaced the paypal.php one from modules/payment , then tried again and still the same. Regards, Timon
  13. Hey People, On the first page of paypal from the checkout_confirmation page i get a syntax error down the bottom left. Everything seems to be working alright a part from that the details of the syntax are - line: 352 Char: 10 Error: Syntax Error Code: 0 URL: https://www.paypal.com/cgi-bin/webscr?amoun...php&cmd=_xclick Any one got any ideas how to fix? Looking forward to any reply. Timon www.goldenretriever.buyers-web.com
×
×
  • Create New...