Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jimormsbee

Pioneers
  • Posts

    34
  • Joined

  • Last visited

Everything posted by jimormsbee

  1. This has been very educational. Eventually my store will be perfect. The tools are all here. I'll check out all the recommended addons, but at the moment I'm just glad to get everything working. Thanks much, Jim
  2. Thanks everyone. My main problem seems to be that I don't fully understand what the 'Ship In Cart' add-on is supposed to do. I'll play with it to get a better feeling for its purpose before I ask any more questions. As far as installation instructions, I see that you saw that 'Content' was missing. Other than that I'm just a little confused. In (3) it says OPTIONAL if you have in admin => Configuration => My Store => Display Prices with Tax => set to "true". Then in (4) it says the same thing. My question is, would it be good to set it to "true" and make the suggested changes. If I understood better why I might want to set it to true maybe I would better understand the answer. Again, I'll play with it and probably answer my own question. Thanks much, Jim
  3. I recently upgraded to OsC 2.3.4.1 CE and installed 'Ship In Cart BS reloaded 4.2'. To put it simply I don't know how to set up the Shipping Module or any other module to take advantage of it. I followed all the installation instructions carefully and did find some errors in the instructions such as needing to go to 'Content' to Install Modules. However, I don't know how to set up anything after this Add-On has been installed. Is there any documentation on how to use 'Ship In Cart'? I did look in earlier versions but could find no documentation. Thanks, Jim
  4. This is off topic, but I agree; and I started the topic. It applies to the implemention of these changes and any others where you have made modifications. I myself am cheap. I use the freebie "WinDiff". If you're not involved in a lot of development, this is probably sufficient. Jim
  5. WE HAVE A SOLUTION!!! It is a contribution under Credit Class & Gift Voucher posted by "aviram" on 24 Feb 06. It's his 1st contribution so the format is just a little hard to follow. You make all the changes yourself in several programs. I tested it and it WORKS! :D
  6. I found the solution in a reply by 'Surfalot' to 'Salvo' as follows: In the install directions: Install_Catalog.TXT Search for the text: Around line 247 This is the step that got messed up. You see a ?> tag at the very begining of the "what to look for" section. I suspect you inserted the following code after that first ?> tag instead of replacing it. That's my guess Thanks
  7. I just installed Header Tag Controller v 2.5.6 and everything seems to be working well. As yet I only have one issue. When I go to a subcategory on my site, the category query statement is displayed above the products as follows: $category_query = tep_db_query("select cd.categories_htc_title_tag, cd.categories_htc_description from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'"); $category = tep_db_fetch_array($category_query); ?> This seems to result from the following statements in index.php which start at line 69 in my file: <?php if ($category_depth == 'nested') { $category_query = tep_db_query("select cd.categories_name, c.categories_image, cd.categories_htc_title_tag, cd.categories_htc_description from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'"); $category = tep_db_fetch_array($category_query); ?> I see no other problem. The products are displayed and they seem to be in the proper order. I'm new to osCommerce and PHP, so I don't know if there is a problem with the statements. Any suggestions? Thanks.
  8. One thing that doesn't show above in your setttings is whether you checked Free Shipping. I have found that you can't have both an amount or percentage and Free Shipping. I have a situation where I would definitely need both, ie. In Store purchases for friends and family. If this is your situation maybe someone can help us both.
  9. I asked the same question under the new topic "CCGV Discount Coupon Redemption Difficulty" today, 2/12/06. As yet I have not received a reply. You should probably follow this topic also in case someone replies to it. I'll try to watch both. Please let me know if you find a solution. I'm glad I'm not the only one with this problem.
  10. I'm new to osCommerse as of 12/15/05. I just activated my site which was based on an AlgoZone template but with heavy graphical modifications. I installed CCGV 5.16 and AlgoZone's Fraud Screen. I am using Authorize.Net as my merchant account gateway. Everything is working to near perfection so far with one exception. I apologize if this has been discussed elsewhere, but I could not find it in my search. My problem involves the redemption of discount coupons during the checkout procedure. If a coupon code is entered and the 'Redeem' button is clicked with no credit card information entered, the following message appears: Errors have occurred during the process of you form. Please make the following corrections. "The credit card number must be at least 10 characters." This is no surprise as the number was not even entered. If 'OK' is clicked, the screen refreshes with the discount coupon shown as accepted. The credit card info can now be entered, and the checkout procedure continues normally. Now if the credit card info and the discount coupon code are entered together initially, no error appears, but the screen refreshes with the credit card info removed. The discount coupon is accepted, but the credit card info has to be re-entered. The checkout procedure continues normally. What I don't want the customer to see is the error dialog box. I would prefer that the credit card info is retained if entered but this is not as critical. Any suggestions? If anyone would like to look at my site, I can send it to you in a PM. Thank you.
×
×
  • Create New...