Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

BlindingLight

Archived
  • Posts

    72
  • Joined

  • Last visited

About BlindingLight

  • Birthday 12/03/1981

Profile Information

  • Real Name
    MR. Ed
  • Gender
    Male
  • Location
    Sunny Florida
  • Interests
    Movies, Music and Traveling

Recent Profile Visitors

7,320 profile views

BlindingLight's Achievements

  1. Hey Chris, Thanks for answering. Yes similar but not quite. At htis store Manufacturers have different types of products in diff categories, so do the rest of them. If diable a category it will disable it for the rest of the brands. Thanks anyway!!! Ed Does any one have seen any contribution for disabling Manufacturers?
  2. Hello Everybody. I think this the title is very straight forward hehehe but basically I had run into the need of disabling some Manufacturers from appearing at the store. Sometimes, when stocking up certain brands become more expensive and doesn't want to sell them until the vendor prices drop again; therefore, the idea is to let them temporarily disabling certain manufacturers but not delete those products or even the manufacturer because they can be reactivated at a later time. :P Any help is appreciated. Thanks everybody! Ed.
  3. Hello everybody, I was wondering if there is any contribution or trick to disable some countries form your store. I don't want to delete them because I might enable them in the future but since shipping at this store is setup manually, I haven't determined the shipping cost for every single country yet. Is there any contribution that can handle this? What can be done? Thanks! Ed
  4. Johnny I got the same error you did with the AJAX Checkout and AJAX Search Suggest. With the AJAX Search Suggest I never got a answer if people have ever integrated this with STS. Anyway, the problem is to add the includes through STS.... which I tried to do unsuccessfully.
  5. Hey Bill, thank you very much for the Free Support on STS. I appreciate it a lot and I bet many of us feel the same way. Hello everybody, I have a question. Do any of you have successfully installed Ajax Search Suggest with STS? :P Let me know! Mulldog. STS works. I know it's a long process to get it installed at your site but don't give up. Maybe the version you installed is buggy but I have installed this contribution many times and I haven't had a problem. If you picked the Spanish version... well, there might a chance that the instructions are not 100% correct. This is the version I always install: * Simple Template System (STS) ============================== Latest version of STS is 4.5.8 - 13 Jun 2008 http://addons.oscommerce.com/info/1524 Now, when you install it.. make sure you copy and paste the code provided and read instructions at least twice to make sure you are doing it well. By the way... when you go to Modules > STS > and you enable the STS Module you will see that in the options panel there is a Folder/Directory field where you can specify which template to use. You might be seeing a template that is very similar to the standard osCommerce's template. Look at your folders under Templates STS and I think you should find a couple of Template sets... like "Test" and "Full". Change the directory field to either one of them and see if the look of your site changes. What I do... is to duplicate the "Full" test and rename it to whatever I want.... and then build my own template around it. I hope it helps! Ed.
  6. bkellum, I have a similar problem with AJAX Search Suggest... and I believe it's because it can't include the files needed to render the results. <?php echo tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'); ?> <?php echo tep_draw_input_field('keywords', '', 'id="txtSearch" size="40" autocomplete="off" maxlength="40" style="width:266px:font-size:13px;height:22px"')." "; echo tep_hide_session_id(); ?> <script language="JavaScript" type="text/javascript" src="includes/class.OSCFieldSuggest.js"></script> <script language="JavaScript" type="text/javascript"> /*<![CDATA[*/ //Attention!!! put always this code above the HTML code of your field!!! var oscSearchSuggest = new OSCFieldSuggest('txtSearch', 'includes/search_suggest.xsl', 'searchsuggest.php'); /*]]>*/ </script> <?php echo tep_image_submit('button_go.gif', 'Search'); ?> <?php echo '<a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>Advanced Search</b></a>'; ?> I know it has to do with STS because when I turn it off it works well... but when I turn it on it doesn't. AJAX Search suggest is supposed to do quick search and display it in a table... but the table is never filled with information. There is not include happening. This is how a fellow osC user has it running but without STS --> www (DOT) smartoys (dot) be Help Pleeeze :P AJAX Search Suggest -> [link]http://addons.oscommerce.com/info/4144[/link]
  7. Hey you? Are you alive? Well, I don't have a solution yet... but I have good IDEA of what is making this code not to work for us. STS! Yep... just try disabling this module and you will see that the AJAX Search Suggest starts working. There is something we need to declare under MODULE/sts_inc but I don't know what and where! I believe that it doesn't know where yo pit the information... the javascript says var oscSearchSuggest = new OSCFieldSuggest('txtSearch', 'includes/search_suggest.xsl', 'searchsuggest.php'); but is this the problem? I don't know... or maybe is the fact that in the root folder we have a SearchSuggest.php file and STS doesn't recognize it or something. Anyone? does anyone have any idea???
  8. LOL... good question. I believe you will have to play around with your database. DO it cautiously and back up first :P
  9. Hello Sean, I just downloaded the files to figure out what you were talking about. I think you forgot to run the other SQL file that has the following statement. REMEMBER... BACK UP YOUR DATA BEFORE DOING ANY CHANGE. BACK UP YOUR DATABASE BEFORE TRYING THIS... INSERT INTO configuration_group VALUES ('', 'MultiGeoZone MultiTable Shipping', 'The options which configure the MultiGeoZone MultiTable Shipping Module', '1', '1'); UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id(); INSERT INTO configuration VALUES ('', 'Number of Geo Zones', 'MODULE_SHIPPING_MZMT_NUMBER_GEOZONES', '3', 'The number of shipping geo zones.', last_insert_id(), '0', NULL, now(), NULL, NULL), ('', 'Number of Tables per Geo Zone', 'MODULE_SHIPPING_MZMT_NUMBER_TABLES', '3', 'The number of shipping tables per geo zone.', last_insert_id(), '0', NULL, now(), NULL, NULL); Let me know if it works! :P
  10. Bump! No idea. I see a lot a couple of stores with AJAX Suggest installed and they are working fine.
  11. Hello! Yes, I did some research and I think I know which one you are taking about. Thanks.
  12. Problem solved. By the way... has anybody have made this work with Ship In Cart contribution or Estimated Shipping Cost contributions?
  13. Hello... What I meant was that it would be great if one could add a coupon in your Shopping Cart instead of doing it on the Payment Confirmation page. Kind of like adding a new product, but instead adding a coupon and then see the new discounted price reflected. Ed.
  14. :D :D Hello! I'm wondering how you got it to work? Which version did you use? Ed.
×
×
  • Create New...