Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

katman1971

Pioneers
  • Posts

    350
  • Joined

  • Last visited

Profile Information

  • Real Name
    Donal
  • Gender
    Male

katman1971's Achievements

  1. @@DunWeb That's strange. I get an error message when I go to download that one: Error: C:Users/Advent/desktop/blank_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_19_20_21_22_23_24_25_26_27_28_29_30_31_32_33_34_35_36_37_38_39_40_41_42_43_44_45_46_47_48_49_50_51_52_53_54_55_56.zip. The archive is either in unknown format or damaged.
  2. Hi I'm looking for a ck editor contribution to easily manage page content through a WYSIWYG editor but any contribution I have found is corrupted when I try to download. Any suggestions as to a good contribution? Thanks
  3. Thanks Jack and Stein. I got it sorted.
  4. I dont know how I triple posted..sorry.
  5. I did as you said. No info at the top of the page starting with msg=. Still getting the error message:
  6. Hi Jack I upgraded to the latest version (I upgraded and I also reinstalled it to be sure) but I'm still having problems. When I go to Admin > Site Monitor > Configure. It automatically fills in the Admin Directory field every time, so I fill in the correct username and password. I get this error message: And when I go to Admin > Site Monitor > Admin, this page looks exactly the same as the Admin > Site Monitor > Configure page. I dont see a button at the very top (per instructions) to click. Thanks
  7. Hi I have installed site monitor and when I go into the admin area to configuration control I get the "Your username is invalid. Please change it and try again." error message, so I enter my start directory as: /home/buildawe/public_html/ The field for the admin directory says: "http" so I change that to the correct url for my admin directory and enter username / password for admin directory. I hit update and the error message goes away but when I click out of it and click back into it....I'm back to square one. Any ideas? THanks
  8. Hi I am trying to find an add on that works exactly like this contribution: Membership/Subscription. Only problem is that this one works for oscMax and not standard osCommerce. This contribution sets up the purchasing process like this: create_account.php >> paypal site >> create_account_success.php but it's not compatible with standard osc :'(
  9. Does anyone know how I change this piece of code in create_account.php to point to paypal.com instead of account_success.php? Is it impossible? This is the code in create_account.php I think I need to change: tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT_SUCCESS, '', 'SSL'));
  10. I'll try to be more specific: once a customer completes the create_account.php form and clicks continue I want them to go to paypal and then to account_success.php. I think I found the code in create_account.php that I need to change: tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT_SUCCESS, '', 'SSL')); How would the code above need to look to bring the customer to paypal? This is the code that was generated by paypal and I need to insert the paypal code into the code above but I'm not exactly sure how to do it. PayPal Code: <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="CTDGX29BXYND4"> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form>
  11. I'm still really stuck on how do I bring customers from create_account.php to paypal and then back to create_account_success.php. If anyone has any suggestions....even if it's not 100% right...at least it'll point me in the right direction. Pretty please?
  12. I've made a bit of progress but still a couple of glitches: When a customer is at create_account.php when they click on continue, they are brought to create_account_success.php but I want them to be brought to the paypal site for payment and then I want them to be returned to create_account_success.php so that they can use the password they created to login and view the video tutorials. This is the code I modified in catalog/login.php to bring me to where I am right now: <td align="right"><?php echo '<a href="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="HZ3KV68YJT4UL"> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> What changes do I need to make to the code so that the customer is brought to the paypal site before create_account_success.php? Thanks.
  13. Hi I'm having a bit of trouble installing Membership / Subscription Only contribution. When installed correctly the customer clicks on "buy it now" and is brought directly to PayPal and then comes back to register and create a password. When a customer is at my login page and they click on "Buy Now" they get a message saying "The requested URL /store/catalog/<form action= was not found on this server" I follow the instructions: I dont have a file called login.tpl.php but I did find the code they ask me to replace in my catalog.login.php and I inserted the PayPal generated code in the proper place and now that part of my catalog/login.php looks like this: <td align="right"><?php echo '<a href="<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="CDV8XY6HWSVAL"> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> ">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> Any suggestions greatly appreciated. Cheers.
×
×
  • Create New...