Jump to content

tiger9

Member
  • Posts

    6
  • Joined

  • Last visited

tiger9's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello - I have a number of wholesale customers. Not all products are available to all customers. I want a customer to see only the products available to him. Example: Group A can buy products 1,2,3,4,5 Group B can buy 6,7,8,9,10 Group C can buy 2,4,6,8,10 I understand pricing by Customer Group. Is there a way to display products based on Customer Group? Thanks!
  2. Yes, a simple self-certifying checkbox is all we need. And the checking of it would put the customer into the NoTax group. What do we need to do to have you create one for us?
  3. My colleague wasn't precise in his explanation. We understand that there needs to be a Customer Group NoTax. We need to have the customer be able to self-select the No Tax group at checkout and at registration. The customer needs to be able to add himself to the group. (We are aware of the disadvantage of this, but it's what our client requires. The bulk of his customers are tax-exempt.) This will be a new cart setup. If the two Groups, Retail and NoTax, are created before products are added, will I be able to include the pricing and tax class info in the spreadsheet I use to upload my products? Or will I have to go back and enter the NoTax info separately for each product? Thanks very much.
  4. Thank you. Putting the amount in the blank field on Free Shipping worked perfectly!
  5. Our version 3.0.20 cart had free shipping for orders over $50. It didn't transfer in the upgrade process to version 5. We can't see where to set it up. Can you help?
  6. It seems that the validation of email address and Business URL by CubeCart are case sensitive. My client set up his PayPal account with the email address [email protected], and his Business URL as http://MyBusiness.com. When I set up CubeCart, I set up the email address as [email protected]. After trying the fix by go77306 () and still failing, I added some echo statements to his code for diagnostics. That's where I found the discrepancies in the email addresses - and the only difference was the case. After changing the email address in CubeCart to [email protected] to match the PayPal account, I still got failure. Next I changed the Business URL in the PayPal profile to all lower case. Success! Bottom line: make sure the case of the email address at PayPal and the email address at CubeCart match. Also, make sure the Business URL at PayPal is lower case. Does anyone know how to get CubeCart to change this, so that they validate email address and URL with strcasecmp instead of strcmp?
×
×
  • Create New...