Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

99darkgreenGT

Archived
  • Posts

    139
  • Joined

  • Last visited

Posts posted by 99darkgreenGT

  1. Very strange. Did you remember to overwrite the PayPal Pro module as well? That's one explanation I can think of.

     

    is that what the "default" paypal module is called that comes with oscommerce? if so, then no i did not. do i just delete the includes/modules/payment/paypal.php file?

     

    if not, can you explain how i can remove the paypal pro module?

     

    thanks!

  2. ok i have this installed and when i click the paypal icon at the checkout i get this error:

     

    PayPal WPP installation incomplete! There should be XML files located in /home/mysitetext/includes/wpp_xml/ !

    (setExpressCheckout.xml)

     

     

     

    the xml files were uploaded to /includes/paypal_wpp/xml/ (like the contrib has them) and not /includes/wpp_xml/ like the error says....i did not do anything outside of what the installation instructions said....

     

    any idea on what is wrong or what needs to be done to get this to work? :-"

     

    thanks!

  3. ok, looking at this closer, the error says:

    PayPal WPP installation incomplete! There should be XML files located in /home/xxxxx/includes/wpp_xml/ !

    (setExpressCheckout.xml)

     

    but in reality the xml files located at /home/xxxxx/includes/paypal_wpp/xml/

     

    i did not rename any folders/subfolders when uploading the contribution files....how can i get it to look in the right place for the xml files?

  4. The file search is done using the DIR_FS_CATALOG value.

     

    So make sure its right.

     

    if it is then chek the needed xml files are there with needed permission.

     

    Satish

     

    hi,

     

    here is what i have in the config file:

    define('DIR_FS_CATALOG', '/home/mysitetext/');

     

    in the paypal admin area i have:

     

    API Certificate

    /home/mysitetext/public_html/includes/paypal_wpp/cert/cert_key_pem.txt

     

    what permission do the xml files need to be set at? right now the files are at 644 and the xml folder is at 755

     

    thanks!

  5. i am trying to install this with STS.  product pages worked fine, as well as the index page.  however, none of the category pages would load.  i get this error:

     

    (previously declared in /home/birddogb/public_html/includes/functions/meta.php:30) in /home/birddogb/public_html/includes/functions/meta.php on line 30

     

    i am by no means a php guru, so any help would be appreciated.  my site is live, so until i figure out how to fix this error, i removed the contrib for now. 

     

    thanks

     

    nevermind, i figured it out :lol: i had a previous header tag contrib installed that was conflicting with the new one. i removed it and all seems to be working now :D

  6. To get STS to work with this great contribution i did this:

     

    open: /catalog/includes/sts_display_output.php

     

    find    echo "<title>" . TITLE . "</title>"; 

    ** should be around line 159 or so.

     

    replace it with this:

    require(DIR_WS_INCLUDES . 'meta_tags.php');

    Then on your index.php and product_info.php pages just complete remove your standard osc <title><?php echo TITLE; ?></title>  or the one that was added in this contribution.  What you are doing is removing all instances of <title> and </title> from index.php and product_info.php

    The only issue i have is that my product_info.php page is showing a - -  at the end of the title.

     

    My other pages like the contact page ect are just displaying the normal site title.

     

    Eric

     

     

    i am trying to install this with STS. product pages worked fine, as well as the index page. however, none of the category pages would load. i get this error:

     

    (previously declared in /home/birddogb/public_html/includes/functions/meta.php:30) in /home/birddogb/public_html/includes/functions/meta.php on line 30

     

    i am by no means a php guru, so any help would be appreciated. my site is live, so until i figure out how to fix this error, i removed the contrib for now.

     

    thanks

  7. If ALL (not link to both cats and prods) you want to do is create the links to the catagories and not each product, it should be that hard to modify the files. I am at a remote location tonight or I would look at it more....

     

    I would START by looking in /admin/affiliate_banners.php and see how it builds the links. Look in MySQL also to see how it is stored.

     

    Once you edit the code to the /path/to/catagories -product

     

    If I could see the code I could help a bit more.

     

    Also, look at at the catalog files to see how they are reading the banner links. If they are reading a /path/to/the/catagory/product it seems easy enough to simply delete the /product

     

    Again, sorry I cant help more tonight but that should help get you started if you want it really bad :)

    i would like to be able to do both products and categories. not entirely necessary for both, but it would be nice.

     

    i am not really good with php at all. i am just good at following the directions on how to change it :P :D

     

    so if you or anyone can help out, it will be appreciated. thanks!

  8. i would like to know if anyone ever found out how to create affiliate links that will take the person directly to a category instead of a product. i tried looking through the osc affiliate thread, but i did not really see an answer. if someone can point me in the right direction, i would appreciate it.

     

    thanks

  9. i uploaded it and get this error on the catalog side of my site when i click the pdf catalog link

     

    Warning: filesize(): Stat failed for pdf_catalogs/rainflower_1.pdf (errno=2 - No such file or directory) in /home/xxxx/public_html/pdf_catalogue_info.php on line 71
    pdf_catalogs/rainflower_1.pdf (0.00 Mo)

     

    i'm not good at all with php, so any help is appreciated :)

  10. is there a way to add multiple tracking numbers to one order? some of our orders are split, meaning that some items in the order are shipped from location a, and other items in the order are shipped from location b. so basically some customers will be recieving multiple packages for one order. i would like to know if, or what would need to be done to be able to provide the customer with multiple tracking numbers.

  11. i have this installed on my site and it works great.

     

    however i was trying to set it up on my friends site and i get this error when trying to create an affiliate account on his website.

     

    1146 - Table 'cuddlypu_buy.TABLE_AFFILIATE' doesn't exist
    
    select affiliate_email_address from TABLE_AFFILIATE where affiliate_email_address = '[email protected]'
    
    [TEP STOP]

     

    i am not good at all with php or mysql so any help will be appreciated.

     

    thanks

    any ideas?

     

    :blink:

  12. i have this installed on my site and it works great.

     

    however i was trying to set it up on my friends site and i get this error when trying to create an affiliate account on his website.

     

    1146 - Table 'cuddlypu_buy.TABLE_AFFILIATE' doesn't exist
    
    select affiliate_email_address from TABLE_AFFILIATE where affiliate_email_address = '[email protected]'
    
    [TEP STOP]

     

    i am not good at all with php or mysql so any help will be appreciated.

     

    thanks

  13. I got it working like you described Chris. It needs tidying up to cope with possible user input errors butn is essentially done. What would also be useful is to add the ability to print out the packing labels.

     

    Unfortunately the pdf display commands look very different from html and it is not yet clear to me how to go about adding an extra 4 address blocks at the top of the page.

    sweet! i can't wait to try it out. thanks again!

  14. I would have thought that the complicated bit was getting to to work by date. Using order number ought to be simpler. I'll take a look at te weekend

    sweet, thanks for looking into it for me. i was also thinking, would it be possible to do something like enter a multiple range of order numbers. for example, enter order numbers 100-110, 112, 114, 116-120 and have all those orders pdf'ed in one try. or something to that effect. sounds like it might be complicated to do that, but i thought i would throw the idea out there.

     

    either way, just selecting an order number range will work me for me! thanks again!

  15. If you want to select by order number you can just use my hack in 'Tips & Tricks'.

    i installed your hack and it works like it is suppose to. what i really wanted though was to be able to select the pdf orders by order number opposed to the date option which is used. we have all our orders drop shipped from our wholesalers and we just email them the order. i would like to use this contrib to email the pdf orders to our wholesalers. sometimes we have to send different orders to different wholesalers depending on the item that is bought. so i need a little help.

     

    basically let's say that orders 100-110 need to be sent to wholesaler A and orders 111-120 need to be sent to wholesaler B. i would like to see the pdf order contrib be able to let me enter which order numbers i would like to be pdf'ed. for example, i could type in 100-110 and submit it, then email that pdf file to wholesaler A. then i could go back and enter 111-120 and run again so i could email the pdf file to wholesaler B.

     

    so if your hack you listed in the tips and tricks forum could work for the pdf contrib, how and where would i insert the code? also, what would the code be? if your hack is not going to work for the pdf contrib, how hard would it be to come up with something that would work?

     

    thanks in advance!

×
×
  • Create New...