Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cmjennings21

Banned
  • Posts

    104
  • Joined

  • Last visited

Posts posted by cmjennings21

  1. I've just added the supertracker to my website but as soon as I add the lines to application_top.php I get the following error

     

    Warning: main(../../Backup files/includes/configure.php) [function.main]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/includes/application_top.php on line 28

     

    Fatal error: main() [function.require]: Failed opening required '../../Backup files/includes/configure.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxx/public_html/includes/application_top.php on line 28

     

    Line 28 is this

     

    // include server parameters

    require('../../Backup files/includes/configure.php');

     

    but I have no idea what this refers to as everything has worked fine before and this has always been part of that file. Any ideas why this error should occur and what I can do about it?

  2. For those who were experiencing problems with URL formatting, please try this bleeding edge version and let me know if it resolves the issue:

    http://github.com/DynamoEffects/paypal-pro-for-oscommerce/zipball/master

     

    Just overwrite your /includes/modules/payment/paypal_wpp.php file with the one in the zip file.

    Hi, I've just updated the paypal_wpp.php as suggested and turned the SES URL to true and Paypal won't now work. if i can help test other solutiond then please get in touch

     

    Thanks

  3. Sorry for the duff post above, Just run diagnostics and everything passed but for this

     

    Did PayPal respond without errors? (If not, errors are below) No

    Internal Error (10001)

    Internal Error

    This error occurs when the email address for your store doesn't match your paypal email address. I've changed the store email address and get a full pass but am still not able to use the paypal button.

  4. A new version of the module has been uploaded with fixes for the issues in the last version. I also added Glen's html encoding fix and the Transaction ID is now clickable and will take you to the transaction detail page at PayPal.

     

    @rrchairman: 3D Secure hasn't been tested with STS yet, but try this fix and let us know how it works. Open the /includes/paypal_wpp/paypal_wpp_3ds.php file and find this line:

     

    <!-- body_eof //-->

     

    Then BELOW it add this code:

    <?php
    if (is_object($sts)) {
    if ($sts->display_template_output) {
    $sts->restart_capture ('content');
    }
    }
    ?>

     

    But more than likely it will need more than that.

    Hi, I've just updated the module to v1.0.9 and found that the EC button on my website no longer works, just get sitename/checkout.php/action/express_checkout/return_to/checkout.php any ideas as to where or how I can fix?

  5. I've just installed the Google checkout. When I goto shopping_cart.php I get the error cannot redeclare class ot_subtotal{include modules order total/ot_subtotal.php line 13. I can't find where this is declared initally, does anyone have any clues how to fix it?

    Found the problem and it was caused by the shipping Estimator contribution I have istalled. this is what I did to resolve

     

    what i recommend is to patch the order_total.php class, and change

     

     

    while (list(, $value) = each($this->modules)) {

    include(DIR_WS_LANGUAGES . $language . '/modules/order_total/' .

    $value);

    include(DIR_WS_MODULES . 'order_total/' . $value);

     

     

    $class = substr($value, 0, strrpos($value, '.'));

    $GLOBALS[$class] = new $class;

    }

     

     

    to

    while (list(, $value) = each($this->modules)) {

    include_once(DIR_WS_LANGUAGES . $language .

    '/modules/order_total/' . $value);

    include_once(DIR_WS_MODULES . 'order_total/' . $value);

     

     

    $class = substr($value, 0, strrpos($value, '.'));

    $GLOBALS[$class] = new $class;

    }

     

     

    this should avoid the error...

     

    Thanks to Ropu

  6. I run a shop in the UK and use Royal mail signed for for all packets that go out using Royal mail. What I've been looking at doing is creating a screen of 'Processing' orders with a selection box by the side of each order. I would then be able import the selected ship to address into a form, formatted in the stylie of the RM Signed for post book, where I can add my company name and date of dispatch. I could thn print this out and get signed by the nice people at the pst office. Having the functionality would save me writing out each and every delivery address.

    I guess everything is in the database for this to work, I wondered if anyone knew of a module already in existance, I can't find one, which I could enhance to give me this function?

  7. Then you've made a mistake in the installation or setting up of the settings.

     

    Jack

     

    Just to let you know it was me. I took the ../feeds/filename.txt and shortened it to filename.txt and it worked. Now trying to put the feeders box in but getting an error due to the declaration of include/application_top.php

  8. Hi,

     

    I've just installed the lastest version of this froogle feed and get the follwing error.

     

    File completed: ../feeds/filename.txt

    Connected to uploads.google.com, for user honeybeetoys

     

    Warning: ftp_put() [function.ftp-put]: ../feeds/filename.txt: No such file or directory. in /home/xxxxxxxx/public_html/admin/googlefeeder.php on line 399

    uploads.google.com: FTP upload has failed!

     

    Script timer: 3.831936 seconds.

     

    Now someone had a problem about 3 pages back in this forum, I've tried the solution suggested there but it didn't work. Would anyone be able to give me some clues as to how to resolve this

     

    Cheers

    CJ

  9. I've just installe d the contribution and everything seems ok, however when I send the link to someone and they buy from the list, the item they have bought isn't being removed from the wishlist. Is this correct functionality or should it be removed?

     

    Fantastic contribution thought and very easy install, I'm sure this is easy to sort

  10. Hi,

     

    I've just installed this module and think its fantastic I've got royal mail and interparcel working. I tried installing the DHL module, however as I use a 3rd party (parcel2go) to book the collections, I don't have an account and couldn't get the included module to work. Has any one got a DHL module that i can input 2characters and 16 number indents into? can the existing module be easily moded?

     

    heres hoping!!!

  11. I've just installed v2.o2 of this contribution as the previous version wasn't passing text to the shopping cart. I'm a step further now,if a customer fills in a text field it now displays in th eshopping cart, however go the next step and press checkout and all attributes except the text can be seen, consequently the text doesn't come through on the order. Does anyone have any ideas on how to fix this?

     

    Many Thanks

  12. ah right my bad

     

    so i downloaded the previous on (the right one) and there is not text file telling me what to replace.

     

    however it does say in a text file

     

    what does // PWA BOF and // PWA EOF mean?

     

    also i do not know if i should include the text // PWA BOF and // PWA EOF

     

    do i just overwrite the files i already have with the new ones or do i edit the code but without these // PWA BOF and // PWA EOF

     

    HELP!?

    PWA BOF, I would suggest means Pay Without Account Begining Of File and EOF means End Of File. Its good cding practise to contain your code developments in this way so people trying to change the code understand why its there.

     

    If your on a new install of OSC then you can just drop the files in, but do backup first so that you can start a fresh if it turn out not to be quite that simple.

  13. in the .txt file it states:

     

    in catalog/admin/orders.php:
    
    ***FIND:
    		<!-- PWA BOF -->
    		<td class="pageHeading"><?php echo HEADING_TITLE . (($order->customer['id']==0)? ' <b>no account!</b>':''); ?></td>
    		<!-- PWA EOF -->
    
    CHANGE TO:
    		<!-- PWA BOF -->
    		<td class="pageHeading"><?php echo HEADING_TITLE . (($order->customer['is_dummy_account'])? ' <b>no account!</b>':''); ?></td>
    		<!-- PWA EOF -->

     

    so i go to the orders.php but the above FIND code is not there :( the closest part to the above code which i could find is this:

     

     <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
    		<td class="pageHeading" align="right"><?php echo tep_draw_separator('pixel_trans.gif', 1, HEADING_IMAGE_HEIGHT); ?></td>
    		<td class="pageHeading" align="right"><?php echo '<a href="' . tep_href_link(FILENAME_ORDERS, tep_get_all_get_params(array('action'))) . '">' . tep_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td>

     

    racking my brains here, cant find the code anywhere and i'm definatley editing the correct file :(

     

    Are you editing a new install of OsCommerce as the text you are looking for would suggest that this is an update as its tagged PWA BOF, trying going back to older contributions of this contribution to get the original install instructions.

  14. I can't replicate it now but I assume it was generated from the pay_wpp language file as it was warning that only users with a valicated paypal account could use checkpout express. Hope this helps

     

    Just looked in that file and this is what it displayed 'To maintain a high level of security, customers using Express Checkout must be verified PayPal customers. Please either verify your account at PayPal or choose another means of payment' from define('MODULE_PAYMENT_PAYPAL_DP_TEXT_UNVERIFIED'

  15. @ryans: Increase the error_reporting level and see if you can get any helpful error messages to show up.

     

    @cmjennings21: Looks like it could be a problem with SEF URLs. Turn it off and see if the link works. If it does, I'll look into a workaround.

     

    @makotoshoto: What kinds of errors do they receive? Try setting "Address Override" to "PayPal."

     

    @computergeek: Your configure.php scripts are misconfigured. DIR_FS_CATALOG should have a "/" at the end of it.

     

     

    Hi Brian,

     

    I've turned 'Use search engine Safe URLS's' in Configuration>My Store to False and I can now link to Paypal Express, all be it I do recieve an Warning before having to click a second time to goto Paypal. Is this the same as SEF URL's you refer to abaove?

×
×
  • Create New...