Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ELIOT

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by ELIOT

  1. Hi Osgregs Attributes are not supported in this version. When i get a minute i will be adding support regards Eliot
  2. Hi Vlad I will be changing the code to only update the changed items as i would prefer not to update the larger shopping cart area, only the item that changes within the cart / infobox. Eliot
  3. Hi David I tested out the contrib with two <body onload> attributes (like your code has) and the shopping cart will not work. I've just uploaded beta v1.1 which explains what you'd need to do if you already have a body onload attribute (at the bottom of install.html) regards Eliot
  4. AJAX Shopping Cart beta v1.1 released v1.1 beta --- General Bug fix release --- * Empty cart Javascript errors fixed - included <span_cart> even if cart empty * Cancelled <body onLoad=> if shopping cart empty * Fixed bug with charset in GetCart.php and GetCartBox.php (thanks to Vlad Savitsky) * Added support for Contrib Installer contrib (http://www.oscommerce.com/community/contributions,3286) (thanks to Vlad Savitsky) * install documentation updated inluding instructions for if you already have <BODY onLoad attribute Contribution: AJAX Shopping Cart Beta 1.1 still does not include support for attributes that's coming soon. Installation should take about 5 mins. Enjoy Eliot
  5. I just tried it with Firefox and it works, i'll look into the IE error, but it'll be tomorrow now cheers Eliot
  6. Hi David After taking a brief look at Easy Discount i should think it would. It will need some adjusting to fit it in like moving the Easy Discount code into getCart.php as well and adding it to the infobox using getCartBox.php Eliot
  7. AJAX Shopping Cart beta v1.0 This contribution allows customers to change product quantities and remove products without having to click the update button. Only the Shopping Cart area of the screen and the shopping cart infobox are refreshed. Instead of the normal 'You should update your browser' message if using a non-XMLHTTP Compliant Browser (e.g. IE, Mozilla) the normal shopping cart will show instead. Contribution: AJAX Shopping Cart Beta 1.0 does not include support for attributes that's coming soon. Installation should take about 5 mins. Any comments welcomed. Enjoy Eliot
  8. Hi Drako Looks like my admin/includes/classes/oe_orders.php was missing the following ... from orders_products query around ln 106 after p.products_weight, p.products_id and around ln 121 after 'weight' => $orders_products['products_weight'], 'magazzino' => $orders_products['products_id'], now its working fine
  9. Hi Drako It seems to be something to do with a mod you might be using called 'MAG VIEW' ?
  10. Hi Drako Yes i did add the function, i belive the problem maybe lies with the field being passed to it 'maggazino' which is not a field i have I'm going to try it with product_id instead Eliot
  11. Hi First may i say what a great contribution. I've just downloaded 2.8.1. As i am using PHP5 i noticed i was getting a ... Parse Error: syntax error, unexpected $end due to a single short php tag (<?) in the admin/edit_orders.php file instead of <?php. This was down to a setting in my php.ini file due to the Short Tag directive short_open_tag = Off (may be this helps someone else) I dont seem to be getting the products inventory coming through is it becase of the field name 'maggazino' on line 1812 that is used in the calls to this function ? thanks
×
×
  • Create New...