Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AlistairMcCoy

Pioneers
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • Real Name
    Alistair McCoy
  • Gender
    Male

AlistairMcCoy's Achievements

  1. I have this working on a 2.3.1 install of OSC. Rough guide (you need to have some php knowledge) Go through the manual install. All the edits and additions must happen. in places <b> has been changed to <strong> and therefore the code it tells you to find you will have to look for manually. In places the line numbers are the same and in others they are drastically different. My advice TAKE A BACKUP then go through changing one file at a time and testing as you go. Good luck anyone who tries. i would guess it will roughly take beginners around 2 - 3 full days as it took me just over 8 hours of solid work. I cannot advise on whether this will work with any other mods you may have. Also the navigation links will need to be figured out from scratch as there have been major changes to code with them. This is what i am working on now although everything is working. Thanks Alistair McCoy
  2. It is somewhere in and around line 194 195 in product_info.php Take a backup fo any file BEFORE you modify it!
  3. I solved this a while ago just never got round to posting. here is the code i am using which is working: <span class="buttonAction"><?php echo Quantity . ": " . tep_draw_input_field('cart_quantity'); echo "<br><br>"; echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> Hope this helps
  4. I will give it a go then. I am confident in my php so it should be fine. Thanks
  5. Thanks chris :) i have asked there. Thanks for the quick reply.
  6. Hello, Are there any plans to make a version of this for 2.3.1? As this is exactly what i have been looking for. Thanks
  7. Does anyone know if it is possible that the mod here: http://www.oscommerce.com/community/contributions,716 will work with 2.3? Thanks for any input.
  8. i'm assuming that you have created a test customer? well its the country that you have put them. make sure one is set and see if paypal then shows.
  9. Nope not mandatory if you have no zone set and you have the payment method enabled then it should show unless your test customer has no zone set either.
  10. Check that the test customer that you have created has a zone set and that zone corresponds to the zone set for your payment method. If they are the same it will show if not it wont.
  11. Take a look here: multimixer.gr/02/12/2010/how-to-get-a-new-theme-for-your-oscommerce-store/
  12. If you find anything please let me know. Thanks
  13. Is there any information or documentation anywhere on creating a 2.3.1 template? Thanks
×
×
  • Create New...