Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

regne

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    romain

regne's Achievements

  1. Hi, I try to create a products _new page. so i do that : <?php require_once('includes/application_top.php'); $listing_sql = "select p.products_id, pd.products_name, p.manufacturers_id, p.products_price, p.products_image, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from " . TABLE_PRODUCTS_DESCRIPTION . " pd," . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '" . (int)$languages_id . "'"; $listing_sql .= " order by p.products_date_added DESC"; $PCSITE = DIR_MAIN_HTTP_CATALOG . FILENAME_DEFAULT . '?' . tep_get_all_get_params(); require(DIR_MOBILE_INCLUDES . 'header.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT); $headerTitle->write('Nouveautés'); require(DIR_MOBILE_MODULES . 'products.php'); require(DIR_MOBILE_INCLUDES . 'footer.php'); ?> everything look fine but when i clik on "show more products" in the bottom of my page nothing happend... someone can help me ? thanks
  2. Hi everybody, I install this wonderful contrib but i have a problem with the payement module. When i'm on checkout_payement.php i choose payement by credit card... everything is ok i go on checkout_confirmation and i just see un button "confirm order"... In my website (not the mobile one) i see the credit cart pictures... So my question : is someone already install this contrib with a payement by credit card "Atos / SIPS" ? I think i need to modify checkout_confirmation but i dont know what i need to modify... If someone know what i need to do i would like his help... Sorry for the poor english... Thanks Regne
  3. Hi everybody, i have a question... For use this contrib i need to install ccgv. But if i used another contrib like "discount coupon codes" is it possible to work ? i imagine i need to edit some files... if someone knows the solution... thanks you And sorry for the bad english.
×
×
  • Create New...