Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'easy call for price'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

Found 2 results

  1. http://addons.oscommerce.com/info/7787 can anyone help with tihs? this addon is the only one that is recent and seems to work ... ALMOST.. the first 2 steps are doable. and work. but this is where im stuck. In catalog/includes/modules/product_listing.php FIND: case 'PRODUCT_LIST_BUY_NOW': $lc_text = TABLE_HEADING_BUY_NOW; $lc_align = 'center'; break; REPLACE WITH: case 'PRODUCT_LIST_BUY_NOW': // BOF: MOD - EASY CALL FOR PRICE 2.3.1v1.0 if ($listing['products_price']> '0') //fix for call for price $lc_text = TABLE_HEADING_BUY_NOW; else $lc_text = ' '; // EOF: MOD - EASY CALL FOR PRICE 2.3.1v1.0 $lc_align = 'center'; break; FIND: case 'PRODUCT_LIST_BUY_NOW': $prod_list_contents .= ' <td align="center">' . tep_draw_button(IMAGE_BUTTON_BUY_NOW, 'cart', tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id'])) . '</td>'; break; REPLACE WITH: case 'PRODUCT_LIST_BUY_NOW': // BOF: MOD - EASY CALL FOR PRICE 2.3.1v1.0 if ($listing['products_price']> '0') //fix for call for price // EOF: MOD - EASY CALL FOR PRICE 2.3.1v1.0 $prod_list_contents .= ' <td align="center">' . tep_draw_button(IMAGE_BUTTON_BUY_NOW, 'cart', tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id'])) . '</td>'; break; * SAVE AND CLOSE FILE in my version 2.3.4 i have something like this: $prod_list_contents .= '</div><!-- end PLprice -->'; $prod_list_contents .= '<div class="PLbutton">'; $prod_list_contents .= ' <td>' . tep_draw_button(IMAGE_BUTTON_BUY_NOW, 'cart', tep_href_link($PHP_SELF, tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id'])) . '</td>'; $prod_list_contents .= '</div><!-- end PLbutton -->'; break; i have no idea how to make that work?
  2. Hello, I am new to the oscommerce forum. I am using Oscommerce v2.3.1 and I have tried to implement the Easy Call for Price that was recently updated on the Add-ons site (http://addons.oscomm.../info/7787/v,23). A few questions: 1. The first thing I noticed is that although the downloaded zip file is named "Easy_Call_2.3.4v1.1.2", the html file within is called "Easy_Call_2.3.4v1.1.1". Can anyone tell me if I am looking at the correct file? I have sent a message to the contributor but there is no response. 2. On the product_info.php page of my site, the "Back" button appears instead of the "Buy now" button. This is good, however, when I click on the "Back" button it still takes me to the cart. Any thoughts on why the coding isn't working? 3. The coding in the products_new.php does not appear to work as I get a error and the page does not load (I get an error). Is there a problem with the coding? If so, can someone help me? 4. On the index.php page, my products show and the Prices do say "call for price". However, there is a "buy now" button. How do I remove this button for products with a "call for price". Thanks in advance for any help you can provide!
×
×
  • Create New...