Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rantas

Archived
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Rantas

  1. Rantas,

     

    Try using "find and replace" in you text editor and change '$_REQUEST' to '$_GET'.

     

    $_REQUEST is a merged version of the $_GET, $_POST and $_COOKIE arrays. I'm not sure what version it was implemented, so it may be your server is running an earlier version of PHP and doesn't support $_REQUEST.

     

    Anyway, make that change, then let us know whether or not it fixes the problem.

     

    -Skittles

     

     

    Sorry. my fault . I translate the buttons values to portuguese but forgot to translate in:

     

    switch ($action) {

    case 'Insert':

     

    Now everything is working fine. Thank your help.

  2. Rantas,

     

    I think I may be too busy for my own good... I totally missed your post! :(

     

    I'm not sure what is going on, but it sounds like you may have tried to 'Insert' a product association that already exists. This code actually checks, and if the record already exists, it does nothing. Also, the code prevents creating a relationship between a product and itself.

     

    Are you still having problems? Or was it one of these situations?

     

    -Skittles

     

    Well, I deleted all the relationships. I confirmed in the table that there were no records. Then I tried to make a new relation with the Insert button, but nothing happens. I checked in the table and no records were created.

     

    What could it be?

  3. Can anybody please help me with this? My shop is down

     

    I think the problem is with the value '139.00'. It should be '139,00'. Why? Maybe some configuration that changed the decimal separator?... :huh:

     

    ...

    *Factory Reconditioned 30-Day Warranty', '139.00', '', '139', '0', '1', '3')

  4. Not really :'(

     

    I get the first checkout screen. The things only works fine when I use the original order.php and checkout_process.php (without the margin report modifications), in catalog/includes/classes (and without products attributes).

     

    Help ?

  5. I think I found the problem with the blank page when customer starts to checkout. I have some products with attributes. I deleted all attributes from my database, and it starts to work just fine.

    Any chance to margin report works with products attributes?

     

    Thanks.

  6. I'm not aware of one, although there could be. But what would be the advantage? Just go to the shop and create a new account to add a customer.

     

    Jack

     

    Yes, I could that, but I want to receive an email when a new customer is added.

     

    Anyway, I found the contribution: Account create in admin

     

    It sends an email too, so is perfect.

     

    Thank you

  7. Hi,

     

    I have this situation:

     

    I have one shipping method only (free shipping).

     

    But I have two payments methods: Cash on Delivery and Bank Transfer.

     

    If the client chooses to pay by Cash on Delivery I must charge him with 3.00 eur. If he chooses to pay by Bank Transfer I must charge him with 0.80 eur. These two values are fixed.

     

    Is there any contribuition to do that?

     

    Thank you

     

    Rantas

×
×
  • Create New...