Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wickeddivine

Archived
  • Posts

    75
  • Joined

  • Last visited

Posts posted by wickeddivine

  1. True, but used that way it would mean that every customer had it's own group...

    Actually, it sounds like either another mod was used or one added later since SPPC doesn't have this (and never had as far as I know). Perhaps B2B suite or another kind of similar one (can't remember the name) was used? I suppose you found comments in the code with "Seperate Pricing Per Customer"?

     

    Yes, sorry. It turns out that it was CustomerDiscount that I was dealing with lol.

    Is anyone willing to help me with that one? I don't think it's a difficult fix. I posted in that contrib's official thread.

    Thank you.

  2. Sounds good for those willing to proceed. I ask however, does it work for you? I had to disable specials because because though it does not discount the special price (though it does the regular price in the special box), when a customer goes to the category to view product, the item is now discounted. However, if a customer adds this to the shopping cart, it reverts back to the normal special price.

     

    I'm having a problem similar to this. I realize this mod is discontinued, but I don't need the advanced features of B2B and would rather not mess with trying to uninstall this one, and installing a new one. I have a few customers that get a 100% discount-that's all I need it for.

     

    The problem I'm having is that the prices display correctly throughout the catalog, but when you get to the cart it displays the normal price from then on.

    I have a feeling it's a simple fix, I just don't know how to do it.

    Can anyone help please?

  3. If there are no groups used, what is the purpose of having this mod installed then? The idea is having your customers in groups, to be able to charge different prices for the same item (e.g. retail and wholesale customers).

    If they have no use for groups, better uninstall it. Otherwise, find out what version was used. Older versions (3.5 and other mods before 22 February 2005) had a lot of errors/problems.

     

    Isn't the mod called separate pricing per customer lol?

    They have some specific customers with a percentage off in their profiles.

    There isn't any grouping, it just has a field in each customer's profile where you can specify a percentage off.

    I guess it must be a really old version then?

  4. Hello,

    I'm hoping someone can help me. I'm fixing up an OSC site for a friend, and they have this mod installed. I'm not sure what version it is, but there's a problem with it.

    Certain people have a 100% discount. There's no use of groups or anything else. When logged in as one of these 100% off people, the prices in the catalog all display as 0 as they should. But when you add an item to the cart, the regular price shows up, from then all the way through to the end of the checkout.

    How can I fix this?

    I've browsed through this topic, and I may have missed it, but I didn't find any mention of this.

    Thank you.

  5. I have this mod installed. It works fine except for one thing- when people upload file names with spaces in them it won't work. Say the filename is 23my picture.jpg. The link on the admin order page will be http://www.whateverdomainandfolders/23my

    Like it's cutting it off at the space in the file name.

    Is there a way to fix this? I've tried the fix at the top of the page here, but it doesn't make any difference.

    Or is there a way to have the uploaded files renamed just to 23.jpg?

  6. Oh I see. So basically, I would want to use PWA. I have the Paypal IPN installed, and previously when I tried to install PWA, it seemed that the two were incompatible so I took PWA out......

    I guess I'll have to give it another go.

     

     

    edit= I'm installing the auction manager right now, and I've come across a question:

    At the very end of the manual changes instructions, it says this:

    NOTE FOR PayPal IPN v0.981 for Milestone 2 USERS ***********
    ********************************************************************
    
    This is to change the auction from Not Checked Out to Checked Out state automatically AND to set the order ID on the auction sales transaction.
    
    
    /catalog/checkout_paypalipn.php
    ===================================================
    
    AFTER (about line 221):
    
     $payment_modules->after_process();
    
    ADD:
    
     //+++AUCTIONBLOX.COM
     $cart->reset(true, $insert_id);
     //+++AUCTIONBLOX.COM

     

    But that file doesn't exist in my 2.4 version of the IPN. What should I do?

    Thanks :)

  7. Hello.

    I have the price break discount mod installed (which takes a percentage off the order total).

    It looks all good on the order confirmation page. The discount is there, and is subtracted from the order total. But when you go into the Paypal checkout, the original total without the discount is there.

    Can anyone help?

  8. Hi all.

    I'm not sure if this is the right place to post this.....

    I currently use Paypal for credit card processing in my store. It seems that Paypal scares some people away, as one has to go to the PP site to actually make the payment, and some people think you have to have an account, etc.

     

    I've looked into some "real" credit card processing companies if you know what I mean. But for all of them that I've found, you have to pay hundreds of dollars just to get set up with them.

     

    Are there any card processing companies that would be fully integrated and seamless with a store that don't have such high start up costs?

  9. Hello.

    I had the purchase without account contrib installed, and just recently installed the Paypal IPN mod.

    I've noticed a problem, and it must have to do with the Paypal contrib, because that's the only thing I've changed......

     

    With the purchase without account contrib, there is a screen in which a person enters their address and such, and since I installed the PP contrib, when you put in an address in the purchase without account screen and then continue to select a payment method- after you click continue I get this error on the order confirmation screen in the deliver address section:

     

    Warning: htmlspecialchars() expects parameter 1 to be string, array given in /hsphere/local/home3/sapphire/sunshineshop.us/catalog/includes/functions/general.php on line 42

     

    Warning: htmlspecialchars() expects parameter 1 to be string, array given in /hsphere/local/home3/sapphire/sunshineshop.us/catalog/includes/functions/general.php on line 42

     

    Can anyone tell me how to fix this? Or is it just not possible to use these two contribs. together?

  10. Hello.

    I had the purchase without account contrib installed, and just recently installed the Paypal IPN mod.

    I've noticed a problem, and it must have to do with the Paypal contrib, because that's the only thing I've changed......

     

    With the purchase without account contrib, there is a screen in which a person enters their address and such, and since I installed the PP contrib, when you put in an address in the purchase without account screen and then continue to select a payment method- after you click continue I get this error on the order confirmation screen in the deliver address section:

     

    Warning: htmlspecialchars() expects parameter 1 to be string, array given in /hsphere/local/home3/sapphire/sunshineshop.us/catalog/includes/functions/general.php on line 42

     

    Warning: htmlspecialchars() expects parameter 1 to be string, array given in /hsphere/local/home3/sapphire/sunshineshop.us/catalog/includes/functions/general.php on line 42

     

    Can anyone tell me how to fix this? Or is it just not possible to use these two contribs. together?

  11. Can someone help me? I am in the process of installing the newest version of this IPN, on the newest version of osc.

    I am in the part of the instructions where you edit catalog/checkout_success.php.

    The instructions say to replace this:

    tep_redirect(tep_href_link(FILENAME_DEFAULT, $notify_string));
    }

    with this:

    //begin PayPal_Shopping_Cart_IPN
        tep_redirect(tep_href_link(FILENAME_DEFAULT, $notify_string));
      } else if ((isset($HTTP_GET_VARS['action']) && $HTTP_GET_VARS['action'] == 'success')) {
        paypal_reset_checkout_cart_session();
      }
    //end PayPal_Shopping_Cart_IPN

    But that section has already been modified (I added the purchase without account mod), so it currently looks like this:

    //    tep_redirect(tep_href_link(FILENAME_DEFAULT, $notify_string));
    // Added a check for a Guest checkout and cleared the session - 030411 
    if (tep_session_is_registered('noaccount')) { 
    tep_session_destroy(); 
    tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL')); 
    }

     

    How should I proceed? I know I probably don't want to overwrite the pwa stuff. I just don't know where to add in the new paypal code.

×
×
  • Create New...