Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

lucsangel

Pioneers
  • Posts

    47
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by lucsangel

  1. The attributes… I'm using the qtpro product listing module instead of the sc one as you said and all the rest is installed but my dropdowns which worked before on the product page before going to the cart no longer have the attributes, just the "Nothing Selected"

  2. Hello and thank you for this contribution.

    I am having a problem with the following error on new install Oscommerce v2.3.4.1 CE Frozen when trying to checkout :

    Fatal error: Uncaught Error: Call to undefined function check_stock_qtpro() in xxx/shopping_cart.php:96 Stack trace: #0 {main} thrown in xxx/shopping_cart.php on line 96

    I modified the shopping_cart.php exactly as in the instructions and reverified each step of the installation and the activation of the modules but can not find why…. otherwise everything else is perfect. Help !

  3. 36 minutes ago, Jack_mcs said:

    Thank you for reporting this. To fix it, in admin/categories.php, around line 407, find

    
                  tep_db_query("insert into products_description (products_id, language_id, products_name, products_description, products_url, products_viewed, products_head_title_tag, products_head_title_tag_alt, products_head_title_tag_url, products_head_desc_tag, products_head_keywords_tag, products_head_breadcrumb_text, products_head_listing_text, products_head_sub_text, products_head_additional_words) values ('" . (int)$dup_products_id . "', '" . (int)$description['language_id'] . "', '" . tep_db_input($description['products_name']) . "', '" . tep_db_input($description['products_description']) . "', '" . tep_db_input($description['products_head_title_tag']) . "', '" . tep_db_input($description['products_head_title_tag_alt']) . "', '" . tep_db_input($description['products_head_title_tag_url']) . "', '" . tep_db_input($description['products_head_desc_tag']) . "', '" . tep_db_input($description['products_head_keywords_tag']) . "', '" . tep_db_input($description['products_head_breadcrumb_text']) . "', '" . tep_db_input($description['products_head_listing_text']) . "', '" . tep_db_input($description['products_head_sub_text']) . "', '" . tep_db_input($description['products_head_additional_words']) . "', '" . tep_db_input($description['products_url']) . "', '0')");

    and replace it with

    
                  tep_db_query("insert into products_description (products_id, language_id, products_name, products_description, products_url, products_viewed, products_head_title_tag, products_head_title_tag_alt, products_head_title_tag_url, products_head_desc_tag, products_head_keywords_tag, products_head_breadcrumb_text, products_head_listing_text, products_head_sub_text, products_head_additional_words) values ('" . (int)$dup_products_id . "', '" . (int)$description['language_id'] . "', '" . tep_db_input($description['products_name']) . "', '" . tep_db_input($description['products_description']) . "', '" . tep_db_input($description['products_url']) . "', '0', '" . tep_db_input($description['products_head_title_tag']) . "', '" . tep_db_input($description['products_head_title_tag_alt']) . "', '" . tep_db_input($description['products_head_title_tag_url']) . "', '" . tep_db_input($description['products_head_desc_tag']) . "', '" . tep_db_input($description['products_head_keywords_tag']) . "', '" . tep_db_input($description['products_head_breadcrumb_text']) . "', '" . tep_db_input($description['products_head_listing_text']) . "', '" . tep_db_input($description['products_head_sub_text']) . "', '" . tep_db_input($description['products_head_additional_words']) . "')");

     

    Thank you thank you thank you !!!!!! As usual you are the bast.

  4. Hello Jack,

    I upgraded to your latest version (posted on the previous page), compared all files, did the database upgrade and all works as before except one glitch... when in admin and copying a product the Title Tag - URL shows up in the block for Title Tag and the Meta Description in the block for Title Tag - Alternate and the Meta Description and keywords blocks are empty !

     

    I compared each file once again and can not find an explanation for this erroneous database pull. Any ideas ?

     

    Thanks in advance

  5. post-311526-0-63042900-1479041435_thumb.jpgHello to all,

     

    Having used this contribution for years without a hitch I was preparing for the web hoster's switch to php 7... bad news, even having changed the class constructors as per php 7 standards the add-on shows but no longer functions. On the product page no option shows up in the attribute manager and other functions are missing as well (see image). I just does not seem to call the database at all. Really desperate for a solution, having struggled with it for 2 days.

     

    [

     

    Thanks in advance

     

  6. Hello to all,

     

    Having installed the App on a lightle modified  v 2.3.4 store I get the following warning :

     

    Call to a member function register() on a non-object in /homex/xxx/public_html/admin/orders.php on line 15

     

    Used the legacy docs supplied for v234 and did the other modifications as outlined... Paypal set up correctly but trying to see the order page this warning is thrown. Have no modifications to order.php.

     

    Perplexed.

     

    Thank you in advance for your help.

     

    Barbara

  7. Has anyone worked with putting this contribution in version 2.3 and if thats too easy, how about getting it to work with One Page Checkout on version2.3? I am really wanting to have customer fill in 4 vital pieces of information at checkout.

     

    Thanks!!

     

    Nick Getzendanner

     

    Contribution reworked for Oscommerce 2.3.1 with complete files to compare by Artful-Webdesign. Go to :

     

    http://addons.oscommerce.com/info/8549

     

    Hope this helps others.

  8. Hello,

     

    After having installed the latest version of Shop by Price 3.0 on clicking install the module in Admin the following error appears:

     

     

    Warning: Variable passed to each() is not an array or object in modules line 241

     

    Impossible to find out where that comes from. Using Oscommerce 2.3.1, Mysql 5.2

     

    Help is greatly appreciated.

     

    Angel

  9. [Great!

     

    A little modification to work:

     

    Define the pages (as they are made ) in catalog/includes/languages/english/modules/boxes/main_menu_header.php:

     

    define('MODULE_BOXES_MAIN_MENU_BOX_SHIPPING', 'Shipping');

    define('MODULE_BOXES_MAIN_MENU_BOX_CONDITIONS', 'Sales Terms');

    define('MODULE_BOXES_MAIN_MENU_BOX_ABOUT_US', 'About Us');

     

    Then in catalog/includes/modules/boxes/main_menu_header.php (I have it with a style sheet so a bit different):

     

    $data = '<div class="menu">' .

    // ' <h4 class="Menu_BoxHeading">' . MODULE_BOXES_MAIN_MENU_BOX_TITLE . '</h4>' .

    ' <ul>' .

    ' <li class="'.$button_act1.'"><a href="' . tep_href_link(FILENAME_DEFAULT) . '">'. tep_draw_menu_top() . '' . MODULE_BOXES_MAIN_MENU_BOX_DEFAULT . '' . tep_draw_menu_bottom() . '</a></li>' .

    ' <li class="'.$button_act2.'"><a href="' . tep_href_link(FILENAME_INFORMATION,'info_id=1') . '">' . tep_draw_menu_top() . '' . MODULE_BOXES_MAIN_MENU_BOX_SHIPPING .'' . tep_draw_menu_bottom() . '</a></li>'.

    ' <li class="'.$button_act3.'"><a href="' . tep_href_link(FILENAME_INFORMATION,'info_id=2') . '">' . tep_draw_menu_top() . '' . MODULE_BOXES_MAIN_MENU_BOX_CONDITIONS .'' . tep_draw_menu_bottom() . '</a></li>'.

    ' <li class="'.$button_act4.'"><a href="' . tep_href_link(FILENAME_INFORMATION,'info_id=3') . '">' . tep_draw_menu_top() . '' . MODULE_BOXES_MAIN_MENU_BOX_ABOUT_US .'' . tep_draw_menu_bottom() . '</a></li>'.

    ' <li class="'.$button_act6.'"><a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . tep_draw_menu_top() . '' . MODULE_BOXES_MAIN_MENU_BOX_CONTACT_US . '' . tep_draw_menu_bottom() . '</a></li>'.

    ' </ul>' .

    '</div>';

    $oscTemplate->addBlock($data, $this->group);

     

    Thank you soooooo much and this is by far the best add-on for adding information pages easily!

     

    Hope this helps someone else.

     

    Angel

  10. Hello all,

     

    Has anyone found out how to integrate this into the main header menu? Since the pages are not actual php pages like the Contact_us they can not show in a horizontal menu although in the regular list box they show. Tried everything but they only show up in a list form in the header! Help!!!

     

    Angel

×
×
  • Create New...