Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

StephenAdrianRathbone

Pioneers
  • Posts

    18
  • Joined

  • Last visited

Everything posted by StephenAdrianRathbone

  1. Sorry about the dup posts, there is not edit button? Fixed the Sage Pay Server issue and now want to use this, can I copy the fields from checkout.php to my own checkout_payment.php page?
  2. I have even tried Sage Pay Server and nothing shows up, no iframe or input boxes.
  3. Hi Guys, I have the Sage Pay form intregrated ok and want to move up to Sage Pay Direct. First problem I have noticed is that it asks for CC details at the bottom of the confirmation page, can I move this to the checkout_payment page?
  4. Hi Guys, This is a wonderful contrib... however it doesn't work with the JSON javascript cart code. Here is the JS cart from one of my own sites - http://ipitrade.com/javascript/osc_cart.js With ultimate SEO enabled I can add items from the categories page (or anwhere using product_listing.php) but not from product_info.php. Any help welcomed.
  5. Sorted, works and looks great. If anyone wants the code PM me... Any question - Has any got this working with multiple product categories (products can go in multiple categories)?
  6. Hi Jim, I am still confused as of how to get the filters to show how I need them too, see attached. I want it like that but after selected multiple options it needs to return products with just those features. It could also be a set of radio buttons but it would need to apply them all. I know we can do this with loads of seprerate filters but I want a collection of them like in the image. The best way I can think of doing it at the moment is having them as seperate filters set as radio buttons then checking if the prefix == 'multi' and then if it is remove the title, this will allow mulitple filters to appear as one if the prefix is set to multi (obviously I would need to remove echo prefix and just use it as a handle to remove the filter title) Please help. Thank you.
  7. Thank you Jim, So I would need to create seperate exact filters, how would I make these appear with no name without effecting other filters?
  8. Hi Guys, I have a quantity box on my product info page and also OSC Cart, however this two are not working together (quanity box doesn't work). The quantity box is this simple file edit: FILE:includes/modules/product_listing.php replace: case 'PRODUCT_LIST_BUY_NOW': $lc_align = 'center'; $lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a> '; break; } With: case 'PRODUCT_LIST_BUY_NOW': $lc_align = 'center'; $lc_text = tep_draw_form('buy_now' . $listing['products_id'], tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']), 'POST') . tep_draw_input_field('list_quantity', '1', 'size=2') . tep_image_submit('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</form> '; break; } Also a minor change to application_top to add quantity not +1. The OSC Cart is from the contribution OSC to CSS (v2.2) - http://addons.oscommerce.com/info/7263 Any help appreciated.
  9. Hi Jim, Something like here - http://www.johnlewis.com/Electricals/Desktop+PCs/Desktop+PCs/Desktop+PCs/396/ProductCategory.aspx Scroll down to the desktop features filter and select 2 or more - This is what I desire, let me know your thoughts. Also thank you for your extended help .
  10. I'm looking for the same, a multiple shipping option in the cart (next day or standard option).
  11. Hi Jim, This then applies an OR type filter. So if I select option 1 and option 2 it shows products with option 1 OR option 2 not both like I desire (on check-boxes anyway).
  12. Ok but I have a multi select box with (example for car stereos): AUX in IPod support USB Support Bluetooth I want users to be able select two or more options and have products show up that have all the selected features. Is there no way to do this?
  13. Hi Guys, I'm using this addon for 2.2 (I know should upgrade but is heavily heavily modded). I have a small bug I hope should could help me with:- This happens on a checkbox filter set to exact when selecting multiple checkboxes. Any & all help welcome.
×
×
  • Create New...