Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Novice777

Pioneers
  • Posts

    2
  • Joined

  • Last visited

About Novice777

  • Birthday 05/02/1977

Profile Information

  • Real Name
    Sergey Vorov
  • Gender
    Male
  • Location
    Kiev, UA
  • Interests
    Web, Moto

Novice777's Achievements

  1. Thank you, Jim! Gemma in Product_info.php: </form> from string 224 move to string move to string 203, yo will have: <br /> <div class="buttonSet"> <span class="buttonAction"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> </div> </form> <div style="clear: both;"></div> <br /> in includes/modules/product_reviews change: echo tep_draw_form ('product_review', tep_href_link (FILENAME_PRODUCT_INFO, 'action=process&tab=review&products_id=' . $_GET['products_id']), 'post', 'onSubmit="return checkForm();"'); to echo tep_draw_form ('product_review', tep_href_link (FILENAME_PRODUCT_INFO, 'action=process&tab=9&products_id=' . $_GET['products_id']), 'post', 'onSubmit="return checkForm();"');
  2. Hi Jim! I'm newbie for oscommerce and i'm not a programmer. Product Specification is really important add-on for me. I have the installed clear version of OSC 2.3.1 with Product Specification 1.1.11 for testing. What i do: in release 1.1.11 it's not updated:) and in file catalog/includes/functions/clean_code.php i see the next strings: case FILENAME_PRODUCT_INFO: if( $products_id > 0 ) { $data_array = tep_get_link_data( $products_id ); if( $cPath_new == 0 ) $cPath_new = $data_array['cPath']; $query_string = 'cPath=' . $cPath_new . '&products_id=' . $products_id; $replacement_array[] = tep_href_link ($filename, $query_string, 'NONSSL', true, true, $data_array['categories_name'], $data_array['products_name'] ) . '"'; // Add the corrected link to the array } else { $replacement_array[] = $strings; // Leave it as it is it is ok? I have problems on my test site: 1. I have the test category Auto->Audi with 6 products and linked filter Audi 100(C2) to category Auto and subcategories, in category Auto filter working perfect, but if i open category Audi i see http://allauto.com.u...php/cPath/22_23 it's ok?, i think i must see the filter on this page or comparsion must have links or i'm not right? The settings in admin: Comparison Link in Index True Comparison Row in Table both Show Comparison True Comparison in Index True Comparison Suffix in Header True Comparison Box Style Plain 2) If i enabled tabs "Review", "Tell a Friend", "Ask a Question" only "Tell a Friend" working. If i press Submit button on Reviews - product added to cart, if i press Submit button on Ask a Question - it do nothing. 3)Have problems with styles, but its no critical And little question - i can install STS with Product Specification? Its all on this moment. Thank you for this great add-on, and support! P.S. Sorry for my bad English. Best Regards, Sergey Vorov
×
×
  • Create New...