Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cretbogdan

Pioneers
  • Posts

    63
  • Joined

  • Last visited

Profile Information

  • Real Name
    Cret Bogdan

cretbogdan's Achievements

  1. @@emcmoda I have added that code , I updated all files to v1.0.2 version ,but still the same problem , no suggestions when typing a word in search box . I have looked in menu.php file and the only refference to search box is this <? echo tep_draw_form('search',tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false),'get') ?> <input type=text name="keywords" class="keywords" value="<?php echo $search_input_text; ?>" onfocus="if (this.value =='<?php echo $search_input_text; ?>') this.value=''" onblur="if (this.value=='') this.value='<?php echo $search_input_text; ?>'"> <input type="submit" alt="" class="do-search" value=""> Is this the problem why I am not getting any suggestions ?
  2. I don't get any suggestion . I run the sql querry , got the configuration options . The smartsuggest is enabled , i can see what keywords had been searched but on front page i don't get any suggestion . I did all the steps from installation guide . My osc version is 2.3.1 and my site is www.ecig-vapo.com Any suggestion ?
  3. I have the same problem like others . I can't find the configuration menu and the searched_keywords' table doesn't exist . Any suggestion how to fix this ?
  4. I installed this module but i can't get it to work , i don't know why , the guys who made my site i think they had made some modifications . After i copied all the files and modified the existing ones , i installed the module , all went right , no error , the database tables were created , but i can't see the field for coupon code on checkout . It has a unique sort number , i tried to change the sort numbers at all modules but nothing changed on the checkout page , so i added in catalog/shopping_cart.php /* kgt - discount coupons */ if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) { ?> <h2><?php echo TABLE_HEADING_COUPON; ?></h2> <div class="contentText"> </div> <div class="contentText"> <?php echo ENTRY_DISCOUNT_COUPON.' '.tep_draw_input_field('coupon', '', 'size="32"', $coupon); ?> </div> <?php } /* end kgt - discount coupons */ After this the field is there on the checkout page but i don't have a button to use it . Please help Anyone who want to see please look , add a product and go to shopping cart . I think here is the problem because it redirects me always to shopping cart and from there i finalize the order . I don't have checkout button or anything else my site is www.ecig-vapo.com
×
×
  • Create New...