Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ibandyop

Archived
  • Posts

    147
  • Joined

  • Last visited

Everything posted by ibandyop

  1. I have trouble connecting up to USPS consistantly and get time-outs now and then. I was wondering if anyone has a rate table setup for USPS and is willing to share the SQL. Anyone with suggestions on how to create such a rate table or perhaps the idea of connecting to USPS and cache their information into the database like we do for currencies conversion.
  2. Warren, Note clear if the test I provided worked for you. If you get the test working use the same files from the test and put them into the contribution. Please replace mydomain.com with the domain name you installed the test software on. Make sure the permissions of the files your executing is 755 all the usual necessary stuff. Also Tip no 3. of the readme_1st may apply to you. Quote: If the test fails you can try uncommenting the following line in PHP_FORM_MIN.php and begin debugging. Make sure you comment the library model you will Not use. // $result = $mylphp->process($myorder); # use shared library model This is because your have not compiled the libraries but they need to be available as shared libraries with your web hosting company before this will work. There is another thread on the forums that reports a blank page at checkout but not information on that one either to provide support.
  3. Added http://www.oscommerce.com/community/contributions,596 This references files provided by linkpoint.
  4. In Admin | Modules | Order Total You can place a low order fee like UKP 5.00 as added handling cost for low orders.
  5. If your using Fantastico. Ask your web hosting company to do this. The php.ini controls ALL the php settings not yours and it not likely in a directory you can control.
  6. Guessing... Difficult to give an answer when the problem is described only in one line. Here are some possibilities. If you have an older version of STS then you would see it on the index.php but not elsewhere. STS version 2.0+ allows you to template your categories and products Or are you describing something more intermittent on the same page ? Remember your web browser may be caching pages so you do not actually generate a new page everytime unless you have setup your html page to empty the cache. If it's the same page, upgrade your PHP version.
  7. Brian, Thank you for clarifing that. STS rocks !!! SoundsAlarming, Store loaded fast for me. I checked it two different sessions and they were both fast (opera browser, no cache)
  8. Not too clear what you want. Guessing you want two attributes. One a Pull-down (that you cannot modify) Second a text box where someone enters data. Cannot combine both. Can you put a link to the exact contribution your referring to.
  9. Nice store. You need the osCommerce link at the footer. Turn off STS and test. Test loading the template alone.
  10. You should be able to get that look with standard osCommerce shopping cart. There may be other contributions that make using osCommerce easier and more user friendly.
  11. Make sure you can have PHP to allow capture of your pages Download and test your setup before you try STS. http://leknor.com/code/gziped.php
  12. This is your error. 1146 - Table 'ctt1net_osc1.TABLE_COUPONS' doesn't exist select * from TABLE_COUPONS where coupon_id = 'NEW_SIGNUP_DISCOUNT_COUPON' Use the MySql database Admin utility on your server. Probably phpMyAdmin and create the table TABLE_COUPONS 1.) If you installed the contribution - you did not install the SQL that tells you how to install TABLE_COUPONS 2.) If it's a fresh install., oscommerce.sql did not complete or is missing the table.
  13. :D Ignore above post. My mistake. Contribution works flawlessly. Thanks you VJ.
  14. Just installed it. Checking to see if anyone got problems. Got this when running http://localhost/catalog/links_setup.php for first time. :o Parse error: parse error, unexpected T_STRING in /www/catalog/includes/database_tables.php on line 78 1146 - Table 'MS2_SSLv1.table_configuration' doesn't exist select configuration_key as cfgKey, configuration_value as cfgValue from TABLE_CONFIGURATION [TEP STOP] Looking into it. Any ideas ?
  15. Sorry, I think I misunderstood your questio. From Admin | Search Engine Friendly URLS - Turn this ON (true) This may give the desired results.
  16. See my note here: http://www.oscommerce.com/forums/viewtopic.php...ighlight=[/url]
  17. scottymcloo, I really like your fitness website site. Which contribution (if any) are you using for the articles. e.g., Dieting (5) Fitness (11) I could really use that. Thanks in advance, -ibandyop PS: The links checker works great. Looking at how I customize the errors.
  18. MaxiDVD, Can you forward the PM to me as well? :P I would like to improve the look as well. Thanks in advance. -ibandyop
  19. I understand this may be fixed in MS2 where index.php replaces default.php What you need is redirection. There are 3-4 ways to do this. A search engine friendly way, but not elegant way to do this is. 1. create a file called .htaccess at your document root.(e.g. /httpdocs/.htaccess) if not already there. 2. In .htaccess add this at the top of the file. # go directly to this file. when www.mywebpage.com is accessed. DirectoryIndex ./osc/catalog/default.php 3. Set appropiate file permissions. i.e., from FTP or another utility set permissions of .htaccess to 755 if it is not already set. 4. Test. This is one of may ways to do it. -ib
  20. I don't know if this is helpful. The featured Infobox appears to be generated in: /catalog/includes/modules/featured.php It uses a standard Infobox. You can look at the lines(twice) that say. 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $featured_products['products_image'], $featured_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '">' . $featured_products['products_name'] . '</a><br><s>' . $currencies->display_price($featured_products['products_price'], tep_get_tax_rate($featured_products['products_tax_class_id'])) . '</s><br><span class="productSpecialPrice">' . Your interested in tep_image(DIR_WS_IMAGES . Above that section of code. add the line. echo '<br>'. DIR_WS_IMAGES; // may need $DIR_WS_IMAGES And see if your changing the header images in the correct directory. Good luck, -ibandyop
  21. I want to thank Adam for this fantastic code and ALSO explaining how he thinks it should work - I think it is a brilliant idea. Now I am even more motivated to get this code working ! When I get home tonight, I will look into getting the search engine safe urls to work.
  22. This is a great contribution. I too am not able to get it to work correctly. One quick question. How do I set it up to work with search engine safe URLS ? Would this be correct ? http://localhost/catalog/product_info.php/...7/ad/google.hat Thanks, -ibandyop
  23. 1. Open ...modulesinformationfunctionsinformation_html_output.php and look at function tep_information_image_button() 2. Open ... x:xxxxadminincludesmodulesinformationfunctionsinformation_html_output.php Search for tep_information_image_button() If they look the same. /* comment out */ tep_information_image_button() IN modules ..information_html_output.php and try. 3. If it does not work... add... at the top include( path_to function . functionsinformation_html_output.php) --- I have not installed this contribution so I am unable to provide the exact solution. I am assuming that the same funtion has been decleared twice in two places. -ibandyop
  24. Thank you burt :D That solved it. Appreciate you help Paul. Have a great weekend ! -ibandyop
  25. Thank you., I am trying to avoid coding each section individually. and want my webserver to tell me which page I'am on. When I code: <A href="#section1">Go to Section 1</A> This expands to. http://127.0.0.1/catalog/#section1 instead of http://127.0.0.1catalog/product_info.php?p..._id=47#section1 This would mean that I have to manually modify and track each of my products_id=47 and since I have many sections, I want to know if there is a way to do it. On the otherhand if I could use PHP to parse the Product description I would simply have to write <A href="<? echo $PHP_SELF ?>#section1">Go to Section 1</A> Something like $PHP_SELF may be possible with HTML, I just not able to find how to do it? And I could use the same code+html for all my products and not worry about the product_id and bad links. Any suggestions on how to execute PHP on the products descriptions ? Thanks, -ibandyop
×
×
  • Create New...