Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AM/PM-Girl

Pioneers
  • Posts

    33
  • Joined

  • Last visited

Profile Information

  • Real Name
    Taylor
  • Gender
    Female
  • Location
    USA

AM/PM-Girl's Achievements

  1. Brian, Did you want me to do this with this change active? require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; $order_totals = $order_total_modules->process(); // load the before_process function from the payment modules $payment_modules->before_process(); or without this change? Thanks Taylor
  2. Thank you for the quick reply Brian I tried that change and what happens is that the order is processed to Checkout_success.php but the credit card is not charged. So what happens is that it looks like the order is paid for but in fact it is not. Any Ideas on why this is happening or possible fix? I really appreciate the help Taylor
  3. Thank you for your reply. I appologize for the delay in responding. This is what I have in the checkout_process.php file // load selected payment module require(DIR_WS_CLASSES . 'payment.php'); if ($credit_covers) $payment=''; // CCGV $payment_modules = new payment($payment); // load the selected shipping module require(DIR_WS_CLASSES . 'shipping.php'); $shipping_modules = new shipping($shipping); require(DIR_WS_CLASSES . 'order.php'); $order = new order; // load the before_process function from the payment modules $payment_modules->before_process(); require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; $order_totals = $order_total_modules->process(); I have tried changing the code several times and everything I do to fix the problem does not seem to help. In fact after change the code as you suggested the order is processed and the credit card is now not charged. I am not sure where the problem lies. It works as I have it now but just will not process the coupon discounted (CCGV) amount...I do need help to fix this. Your help is greatly appreciated Taylor
  4. Does anyone have any idea on how to correct this issue. I really need the help with this and need to get it fixed quickly for a client. Thanks
  5. Can Someone Please Help or shed a light on this... I am running CCGV and when a customer uses a discount code it is accepted and changes the total which is seen on the checkout_confirmation page. However, Payflow Pro is still charging the un-discounted FULL amount. It works fine for paypal standard though. I have checked all location as to fix the object and have had no success. Has anyone else had this issue? or Anyone have any idea on how to correct the problem? Help is appreciate Taylor
  6. I would like to get it working correctly. Everything seems to work correctly except it will not display the code. I have tried both font settings without any luck. Perhaps I am confused on uploading True Fonts to the store. What file would I upload and to where would I place it. I really appreciate any help you can give
  7. Hello All, I have installed this mod and double checked the install (I used live shop) The Problem is that it is not showing the code that needs to be imputed. I have the box and the wording-- "Enter the letters as shown above the box. This help prevent automated registrations. " But no code is shown Does anyone know why?? Thanks
  8. This contribution has proven one of the best I have installed and strongly suggest that everyone install it! I was wondering if anyone could help me please. We take alot of orders over the phone and we have a delayed order fullifment option. For our online customers we use the Shipdate v0.1 contribution for customer to chose their shipping date. http://addons.oscommerce.com/info/1393 What I need help with is adding that shipdate functionality to Order Editor ??? Has anyone or does anyone know how to do this?? My php is not that great. I have tired and I only get 50% to work correctly. Any help is very greatly appreciated.
  9. This is a great mod and I have been using it extensively. I have noticed that in the email sent to the customer that in the information for Delivery and Billing the fields for City and Zip (postal) Code are incorrect. They are being populated with the City and Zip Code from the customer address information field. Please see below I have tried to correct the issue without success. Can anyone help me fix this issue? I really appreciate it. Taylor Customer Address Field Bob Smith 123 Main St. Boston Massachusetts 02101 Email sent to customer Delivery Address ------------------------------------------------------ Jane Smith 200 Water St Boston Florida 02101 Billing Address ------------------------------------------------------ Bob Smith PO Box 100 Boston Rhode Island 02101
  10. Hi All, I post this with the hope that someone can figure out what I screwed up. I have coreclty set up my sales tax to apply to my state at the correct ammount and it works correclty. However my issues is that my sales tax is applying to the Billing Address. I need it to be checked against the Shipping Address. (I need to charge tax for items shipped within my state regardless of where the buyer lives) I thought that OS was set to configure tax based on the shipping address. Am I wrong? I have read I think every post on sales tax and cannot figure out what I did or how to change it back. Who can help? Damsel in distress here .. ok just in distress
  11. Hi All, I post this with the hope that someone can figure out what I screwed up. My sales tax is applying to the Billing Address. I need it to be checked against the Shipping Address. (I need to charge tax for items shipped within my state regardless of where the buyer lives) I thought that OS was set to configure tax based on the shipping address. Am I wrong? I have read I think every post on sales tax and cannot figure out what I did or how to change it back. Who can help? Damsel in distress here .. ok just in distress
  12. Thank you for the reply. That is the file that I have modified and it is still showing availability for a Saturday shipment. Like I said I am stumped as to why it is not working. Any Ideas on why it is still allowing it? Also any ideas on how to fix the December 31. 1969 issue that I posted above? <td class="dataTableContent" align="center"><?php echo date("l, F j, Y",$order->delivery['shipdate']); ?> I appreciate the all the help.. T
  13. I have modified the ADMIN/ORDERS.php File and have added DELIVERY DATE right after the DATE PURCHASED on the Customer Orders Page View. When I add the following code (arround line 400) the DELIVERY DATE will show Wednesday December31, 1969. <td class="dataTableContent" align="right"><?php echo strip_tags($orders['order_total']); ?></td> <td class="dataTableContent" align="center"><?php echo tep_datetime_short($orders['date_purchased']); ?></td> <td class="dataTableContent" align="center"><?php echo date("l, F j, Y",$order->delivery['shipdate']); ?></td> <td class="dataTableContent" align="right"><?php echo $orders['orders_status_name']; ?></td> Now using the same code (arround line 270) <?php echo tep_datetime_short($orders['date_purchased']); ?> I get the Correct Delivery Date on each of the individual Order Details Page. I am stumped and after many hours of working on it my eyes are starting to bleed. Anyone have any ideas on how to fix this??? One more small request. I do not want it to allow customers to chose delivery on Saturday, and Sunday AND if they place their order after 4pm on Thursday it will only allow them to sechedule Monday as the Next earliest delivery day. I believe I have changed everything correclty in the code but it still allows customers to chose saturday. Again stumped! Please please please help me before I go insane.... Is it bad to beg? T
  14. Thank you for your help. On step 2) admin/clases/order.php I do not have that file - do you mean admin/includes/clases/order.php insted? **Also I have tired to alter the delivery calendar. I do not want it to allow customers to chose delivery on Saturday, and Sunday AND if they place their order after 4pm on Thursday it will only allow them to sechedule Monday as the Next earliest delivery day. I believe I have changed everything correclty but it still allows customers to chose saturday. Thank you for your help T
  15. Hi, I Do Not have and extra column in the Customer, Orders. So that would be nice to have. So if you can tell me how to get it there that would be enough. Thanks T
×
×
  • Create New...