Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DavidSJohnston

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    David Johnston

DavidSJohnston's Achievements

  1. Hi @@greasemonkey, According to the install.txt there are two parts to the install, the first was to modify /includes/application_top.php . That was a simple copy and paste job. The second part requires you to replace the following in /includes/modules/product_listing.php change from; $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>'; to -----> $prod_list_contents .= ' <td align="center">' . tep_draw_form('buy_now', tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id='. $listing['products_id']), 'POST') . '<table cellSpacing="0" cellPadding="0" width="100%"><tr><td align="right" width="25%">' . tep_draw_input_field('buyqty', '1', 'size=3 maxlength=3') . '</td><td align="center" width="75%" valign="absmiddle">' . tep_draw_button(IMAGE_BUTTON_BUY_NOW, 'cart') . '<td align="absmiddle">' . '</td></tr></table></form>'; I cannot find the exact line to change, the closest I can find is (line 221 in my case) : $prod_list_contents .= ' <div class="col-xs-6 text-right">' . 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[$x]['products_id']), NULL, NULL, 'btn-success btn-sm') . '</div>'; regards, dave.
  2. Hi, I was pointed to this add-on by another forum member, and I applied it to a one-click-install of osC2.3.4 and it worked fine for me. I have now installed 2.3.4BSGOLD, and The second file that needs to be modified does not have the correct original line in it, well it does, but it is very different. The forum member who pointed me in the direction of this add-on also said that it is easy to change it for BS2.3.4. Has anyone here done so? if so would you be willing to share? regards, dave.
  3. Hi Jim, I have followed your advice and prepared a clean install of Responsive 2.3.4. BSGold, and it is working fine, the install of SPPC was a cinch compared the hoops I would have had to jump through to get it working with the non BS version. What a relief! I will be trying your add-on "Shopping list" later, and if it does what I want it to I'll be a happy guy! Thanks for your advice, it is much appreciated! dave.
  4. Jim, Thanks for the reply, I don't know if it is a bootstrapped version or not. As I said I only started working with it yesterday to see if it will meet my requirements for a fast and dirty b2b site. At the moment I am just running of a oneclick install on a popular hosting platform. All I can say for certain is that I am running 2.3.4 Thanks for your feedback, it is much appreciated. I will have a look at the modules tomorrow, and see where I trip up next :-) regards, dave.
  5. Hi Jim, As I installed OSC for the first time yesterday, I am having trouble finding resources for adding functionality to the base package. There for I would like to take you up on your offer of suggested modules/add-ons. I have three specific requirements that I would like to implement, and I would welcome your or anyone else's suggestions: 1) Individual product prices per product per customer (%-age discount is also possible, but would prefer absolute pricing) 2) Spartan , simple grid like product display, customers only need to see: Product name, Product SKU, price and a quantity box (you know, the input-box where they can input the amount of products needed). Basically the whole thing would look like a glorified spreadsheet. 3) I would love this one, but it isn't a *must have*: dual SKU per product per customer. The customers we wish to put on this system are existing customers, and many of them have their own SKU for our product in their ordering process. So to make it easy of them, I would not only like to display our SKU but theirs also. Regards, Dave
×
×
  • Create New...