

freedomt
Members-
Content count
30 -
Joined
-
Last visited
Profile Information
-
Real Name
Freedom Technologies
-
Need authorize.net to show CVV Error after Checkout Confirmation
freedomt replied to freedomt's topic in Other
Maybe my question was unclear: Is there a way to make ALL authorize.net errors show up within the page instead of just the URL? We've lost 6 sales in the last week over this and are getting desperate. T -
Hello; When our customers enter the wrong CVV code it loops them back to the checkout_process page. The error "..credit card is declined.." shows up in the URL. How do I make it show up in the page itself where error such as "The credit card number entered is invalid..." show up? Thanks! Tonya
-
Does your Contrib. play well with PayPal IPN? I am using Authorize.net Consolidated and since it has been 'discontinued' I have lost hope of fixing the following error: EITHER PayPal or Authorize works fine but the best I can get them both configured leaves PayPal returning the "cannot redeclare class" error upon returning from PayPal after a successfull transaction. Thanks!
-
Did you find an answer?
-
Authorize.net consolidated 1.7b worked fine on old server but now it doesn't
freedomt replied to a topic in General Add-Ons Support
This post might help post -
Incorrect voucher balance (paypal IPN)
freedomt replied to FWR Media's topic in General Add-Ons Support
I love you people!! We have Auth.net and PayPal IPN on our catalog. Adding the fix, this is what the code in checkout_process.php looks like there: (lines 50-62) // Need to be included before Authorizenet ADC Direct Connection require(DIR_WS_CLASSES . 'order.php'); $order = new order; // load the before_process function from the payment modules $payment_modules->before_process(); //************************************************************ // Authorizenet ADC Direct Connection //************************************************************ require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; -
New UPS XML Shipping Module available
freedomt replied to torinwalker's topic in General Add-Ons Support
Sorry if this has been answered, I couldn't find it. So, with this contribution it gives you rates tied to your UPS account but does NOT charge your account that amount? Is this how it works for Drop Off? *Customer places order and gets quote *store owner takes item to UPS drop off location and mails item using his UPS account. *his account is then charged Or am I off? -
Thanks for the reply! Unfortunately, I don't follow all of it. 1. When you say vendors do you mean Manufacturers? I don't have Vendors (that I know of). 2. I use USPS and UPS conttributions in the Modules/Shipping. It doesn't seem possible to set these up under "My Store" Also, under My Store there is no place to set the default shipping. I'll search through the forums but do you have any thoughts?
-
Get similar error when adding Authorize.net. Hope you find an answer
-
Hi there; Fam Prod 3.3 is working well; but I was wondering if you could give some advice on configuring the families. The bottom line question is: Is there a way to keep the family products from showing on certain items within the family? I tried lowering the number in Admin>Config>New Products but it made no difference. If you want more detail here's the overall goal: Chess Pieces: show all available boards that are the right size for only that set of pieces Chess Sets: show no accessories Chess Boards: show no accessories OR just pieces. Here's the problem. Chess Boards are showing every piece listed with every board. The Familes are configured so that each and every Chess Piece has their own family. Here's how the Families are configured: Chess Piece A: Boards 1,2,3.4 Chess Piece B: Boards 5,6,7 Chess Piece C: Boards 1,2,3,4 etc I didn't make just "Small Pieces" and "Large Pieces" because I didn't want every small piece to be displayed on every small piece's page. Can you see a way to further organize the Families to keep the boards from showing up on the Chess Boards pages? Or, just turn them off for the Chess Boards category? Clear as mud?!
-
Hi; I'm trying to integrate F.P. 3.3 into the Basic Template System. Can you help? In step 7.) where we are to Replace the following code in /catalog/product_info.php: <?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } } ?> BTS has removed this code. I have looked for it in the BTS files but cannot find it. Does anyone know where it is or what else to do with this step 7? Thanks!
-
I'm having the same problem. Did you find a fix?
-
I get the exact same error. Did you get an answer?
-
Product Attributes1.4- Message Not Showing in Cart
freedomt posted a topic in General Add-Ons Support
Hi, I installed Product Attributes 1.4. The customer can add a personalizatoion to their item when they view it but the personalization does not show up in the cart nor in the final order. Know how I fix this? -
I just kept uploading the file to different logical locations until something worked. Instead of includes/modules/shipping/usps.php the feature worked in with the file uploaded to: includes/languages/english/usps.php The file: includes/languages/english/modules/shipping/usps.php was present and was replaced as instructed. By the way this is on ETWeb Hosting . com. They already have the OSCommerce package configured for their servers so they may have moved the files around a bit.