Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

custompilotshirts

Pioneers
  • Posts

    79
  • Joined

  • Last visited

Everything posted by custompilotshirts

  1. I need some help with setup...primarily step 5. I have installed all of the files and added the code to the appropriate files. On to step 5. I go to my Admin panel (mine is renamed with the appropriate changes to the configure.php file) go to Site Monitor at the bottom left, click on configure and input my appropriate Start Directory. I'm leaving the curl stuff blank. I get this error when pressing the Update Button: Setup Error!!! The start directory: /home1/custompi/public_html/ does not match the shops directory: /home1/custompi/public_html/cpadmin/ Please correct it and try again. Apparently the shops directory is set to the admin directory. Where do I check this? Where do I change this? How do I correct it so I can use this program? Thanks
  2. That is an option in your Admin panel under Modules - Order Total - Display discount with minus (-) sign? Cheers, Rob P.S. Now if someone could help me with my problem with One Page Checkout and Discount Coupon Codes working together that would be nice.
  3. Has anybody out there got this contribution to work with One Page Checkout? It works for me but the math is all messed up with coupons. Rob
  4. Did you get it to work properly? I'm having a hard time with the subtotal. It applies the discount coupon to the subtotal twice. If anyone knows the fix for this please post it here. Thanks, rob
  5. Could you have possibly used the catalog/login.php page instead of the catalog/admin/login.php page. You might have to find an original catalog/admin/login.php page if you overwrote it with the catalog/login.php page. Follow? It just happened to me.
  6. Did this ever get fixed???? I'm trying to figure this out and can't find anywhere in any code that looks like math operations totaling up coupons, taxes, shipping etc. I think it may be in includes/classes/onepage_checkout.php but there are several instances of discount coupons mentioned. Perhaps that's the problem. It does the calculation twice because of the code is in there twice??? Just a stab in the dark... The discount coupons contribution works fine without One Page Checkout enabled but once it's enabled, then it calculates the coupon twice giving the customer double the discount. Please Help as OPC cant be used until this is fixed. Rob Are there any programmers out there who can help?
  7. The files to change will be includes/checkout/billing_address.php & shipping_address.php, you will either have to enter in line style or add some style to stylesheet.css in stores root folder Steve Steve, Thanks for doing that and responding but see my post above (#1517) as I figured out the problem. It was with the stylesheet.css. For some reason the infoboxheading font color was the same as the background. I changed it and all is well now. Rob
  8. Leslie, Thanks for the reply and for validating what I was saying about my text blending in. I was able to figure it out and I'll share what I learned. This being a font type, font size or color issue the key can be found in the stylesheet.css in your admin or catalog folder whichever side of the site you are dealing with. My font color problem was in the main website so it was under the catalog file. I changed the font color of the infobox heading and that did the trick! I'm not sure how to fix your state issue but hopefully someone will come along and help you out. Take care and best of luck to you. Rob
  9. Funny...For some reason the labels Billing Address and Shipping address are there but they are the same color as the background!!! How do I change the color of the text? Where file do I go into in order to access those words and change their color? Thanks, Rob
  10. could you check my site? put a pilot tie in the cart and go to checkout. see if those labels are there on your end? Thanks Rob
  11. See post number 1476 in this forum. It fixed my exact same problem. Good luck! Rob
  12. I fixed number 1 above but I still want to label the address fields as Shipping Address and Billing Address. Can anyone help me do that? I also want to label the comments box as such. Same as the request above...similar if not the same programming. Thanks! Rob
  13. Just made another discovery.... In the instructions under catalog/checkout_process.php is says: REPLACE tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); WITH /* One Page Checkout - BEGIN */ // tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); /* One Page Checkout - END */ In my catalog/checkout_process.php file there are 2 places where it has tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); First it's around line 32 and next it's around line 44 So...do I REPLACE both of them or just one of them with the REPLACE WITH code? If just one...which one? Thanks!!! Rob
  14. In step 4 of the instructions it says to modify the file includes/boxes/reports.php I don't have that file there...my reports.php file is in admin/includes/boxes Is this just a typo in the instructions? Also, in step 6 it says to put the files: yearly_expenses.php yearly_expenses.php ...into your admin folder. Doesn't it mean to say: yearly_expenses.php yearly_expenses_printable.php ...into your admin folder. Is this just another typo in the instructions? I'm having some problems after install as I installed into admin and also installed the yearly_expenses_printable.php file into admin. When I run the program I get the page to come up fine but when I try to input an expense and then run the report I get: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home1/custompi/public_html/admin/yearly_expenses.php:2) in /home1/custompi/public_html/admin/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home1/custompi/public_html/admin/yearly_expenses.php:2) in /home1/custompi/public_html/admin/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /home1/custompi/public_html/admin/yearly_expenses.php:2) in /home1/custompi/public_html/admin/includes/functions/general.php on line 22 I also get the annoyance at the top of the page that is mentioned in the reply above. Hoping to get this cool contribution to work for me! Rob
  15. In the installation instructions for the file catalog/includes/modules/payment/paypal_standard.php it says AFTER global $cart ADD /* One Page Checkout - BEGIN */ global $onePageCheckout; /* One Page Checkout - END */ There are 3 instances of the code "global $cart" within that file. Which one is the proper one to add the code after? The 1st, 2nd, or 3rd location of "global $cart"? I don't use Paypal with my site but may in the future. Thanks. Rob
  16. Hi Steve, Thanks for the quick response but I do have that file installed. There is no reference to Discount Coupons within that file. Do I need to modify it? Rob
  17. Just installed this contribution. I have 2.2 RC2a. Just tried and all seems to be working okay except of a couple of little bugs... 1: Under "Have a Coupon" is the open coupon box and next to it it says "IMAGE_REDEEM_VOUCHER". It should be a button or image instead of the text. I don't know how to fix that...I'm sure it's simple for someone out there. 2: Just below that are 2 address fields all filled out. I'm assuming because I'm the site owner that it they are the billing address and the shipping address but to the customer it's confusing because they are not labeled as such. Can that be fixed? Thanks. Rob
  18. I installed this twice (once with the autoinstaller (5.0.66) and once manually (order_editor_5_0_9b_FR)). I have RC2a and more than the minimum requirements to run the module. I get the same error when pressing the edit button from the order I want to modify... Fatal error: Call to undefined function tep_round_up() in /home1/custompi/public_html/includes/modules/shipping/uspsflat.php on line 51 Any ideas how to get this working? I have installed quite a few modules so I'm fairly familiar with the process and comfortable that I did it right. Thanks in advance!!! Rob
  19. Since neither dnstuff or showmyip work, is there sn alternative?
  20. Having a problem with this contribution. When the customer uses the coupon code, the order doesn't total correctly. The coupon code subtracts from the order total and then the subtotal is correct, adds tax to that and then the shipping doesn't compute properly. The shipping amount is correct from the shipping module. The amount it subtracts is the difference of the sum of the tax and the shipping. Anyone else with this problem? Thanks, Rob Example: Order 3 shirts @ $21.95 = $65.85 Discount Coupon $12.00 Sub total $53.85 Sales Tax $ 4.44 USPS shipping $ 5.50 Total $ 51.80 --- this total is wrong, it should be $63.79
  21. Trying to delete this post....sorry.
  22. Is there a contribution that makes shipping a faster process than what is the manual way to do it now? Perhaps one that could take the data in the ship to fields (name, address, etc) and somehow transcribe it over to the USPS priority mail site for quicker data entry instead of manually typing it in every time. Thanks, Rob
  23. Would there be a way to capture the information of who's online and create a listing of everyone who has visited the site for the past 30 days or a user selectable time frame? Maybe also to have it so the map gets cluttered with dots of where people have visited from the past (user selectable days). Thanks, Rob
×
×
  • Create New...