Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

charmdiva

Pioneers
  • Posts

    183
  • Joined

  • Last visited

Posts posted by charmdiva

  1. In order to change the breadcrumbs text I had to make up a separate class in the CSS file and use that.

     

    I'm stumped. I'm trying to change the text color in the header, and it's just not working.

    I've removed the font tags from the sts_template file.

    I've modified the css file to refect the changes I want. (oddly enough, I can change everything about the text except the color)

    I've given the absolute css url in the sts_template file.

    I've tried placing the css file in the /catalog/includes directory.

     

    The css code:

    TR.headerNavigation {
    background: #33FF66;
    }
    
    TD.headerNavigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0044CC;
    font-weight: bold;
    }

     

    The html code:

     ?<tr class="headerNavigation"> 
    ? ?<td class="headerNavigation" colspan="3"><div align="left"><img src="images/store/bluearrow.gif" height="18" width="20" border="0" alt=""> $breadcrumbs </div></td>
    ?</tr>
    ?<tr>

     

    What am I missing? I know it's got to be something simple, but it's been two days now, and I just can't figure out what I'm doing wrong.

     

    TIA

  2. I had the same problem and ran a custom report. What I noticed is that my order total, tax and shipping amounts are being multiplied by 100 so an $18 order is going through as $1800. I think this may be why it is being denied...an overlimit kind of thing. I remember seeing a thread about this multiplication by 100 issue a while back and now I'm not finding it. I will let you know if I get this worked out.

     

     

    I have installed the payflow link with csc. I am in test mode and trying to run a test transaction.

     

    I get this

     

    Transaction declined

    We were unable to process your transaction due to one of the following reasons: the credit card information or expiration date you entered is invalid, the street address you entered does not match the address of your credit card, the zip code you entered does not match the zip code of your credit card or there are insufficient funds available on the credit card you entered.

    Click back and check to ensure your payment information is correct.

     

    Can anyone give me any insight or help to make a success transaction?

     

    Are there certain setting that have to be set up in your verisign account?

  3. I had the same problem and ran a custom report. What I noticed is that my order total, tax and shipping amounts are being multiplied by 100 so an $18 order is going through as $1800. I think this may be why it is being denied...an overlimit kind of thing. I remember seeing a thread about this multiplication by 100 issue a while back and now I'm not finding it. I will let you know if I get this worked out.

     

     

    I have installed the payflow link with csc. I am in test mode and trying to run a test transaction.

     

    I get this

     

    Transaction declined

    We were unable to process your transaction due to one of the following reasons: the credit card information or expiration date you entered is invalid, the street address you entered does not match the address of your credit card, the zip code you entered does not match the zip code of your credit card or there are insufficient funds available on the credit card you entered.

    Click back and check to ensure your payment information is correct.

     

    Can anyone give me any insight or help to make a success transaction?

     

    Are there certain setting that have to be set up in your verisign account?

  4. Did you ever get this worked out? I am getting a similar error (EMAILTOSHIP is missing). I don't see where in the config I would change anything to get this field to be passed to Verisign.

     

     

    But it would be isolated to the Payflow Link module install right?

    The Payflow Link Mod id the only payment mod I have installed but I attempted to install the Payflow Pro which never worked out.

     

    Thanks,

     

    John.

  5. Are your STS templates in your includes directory?

     

     

    I'm having the same sort of problem, here is what I am getting:

     

    Warning: main(includes/sts_product_info.php): failed to open stream: No such file or directory in C:\Inetpub\vhosts\mlj.wyrecompute.com\httpdocs\osCommerce\includes\sts_display_output.php on line 132

     

    Fatal error: main(): Failed opening required 'includes/sts_product_info.php' (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\mlj.wyrecompute.com\httpdocs\osCommerce\includes\sts_display_output.php on line 132

     

    This is a test site set up for me to see if I am up to making a go of it - but I am not getting on very well so far  :(  any help with this would be greatly appreciated.

  6. Do you have the STS files uploaded to the catalog/includes directory?

     

    Someone please explain to me how do I fix the following error,

     

    Warning: main(includes/sts_product_info.php): failed to open stream: No such file or directory in /home/online/public_html/catalog/includes/sts_display_output.php on line 132

     

    Warning: main(includes/sts_product_info.php): failed to open stream: No such file or directory in /home/online/public_html/catalog/includes/sts_display_output.php on line 132

     

    Fatal error: main(): Failed opening required 'includes/sts_product_info.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/online/public_html/catalog/includes/sts_display_output.php on line 132

  7. I have installed and enabled the most recent PayFlow Link contrib. I entered the appropriate values in the config. However, the credit card option isn't appearing on my checkout page. Then I realized that the other modules have a Sort Order option in their configuration that determines the order in which they are displayed on the page. The PayFlow Link config doesn't offer this, so I am thinking that is why it isn't appearing on my checkout page. Is there a fix for this?

     

    Thanks

  8. I would start with the most obvious possibilities. When you put the $content variable within your template, did you spell it correctly? Is your template in the includes directory?

     

    Please someone help with this: I wrote earlier that the $content part was empty. I have then deleted all files from my test area, re-installed oscommerce, copied files from another of my working shops, and restored the database. Same story: Empty main area! :(

    Any ideas as I cannot see what to do next (I have of course tested that the shop worked before adding the STS contribution).

     

    Mogens

  9. Open styles.css and then take a look at this knowledge base article:

     

    http://www.oscommerce.info/kb/osCommerce/C...n_and_Layout/54

     

    It should help you figure out what styles you need to change.

     

     

    Reply if you want to help a stupid newbie. 

     

    Sorry for asking such a dumb question, but any help would be apprediatedas I'm a total PHP/CSS newbie.  I 'THINK' I've installed this correctly as the appearance of my site changed once I did (www.partymaniaonline.com).  Now how do I go about modifying the background colors of boxes?  I'm sure this is REALLY basic, but I'm not sure what exactly to change.

     

    Thanks for any help!

  10. This knowledge base article helped me a lot:

     

    http://www.oscommerce.info/kb/osCommerce/C...n_and_Layout/54

     

     

    Okay guys... Thanks for your replies.  It was actually something really dumb....  Dreamweaver, for some reason, was not actually uploading my files once I edited them.  So, once I figured that out, I just uploaded the files using my ftp program and voila!!

     

    Now... Another question.  I have my template well on its way to fitting perfectly with my site design. The only thing is that I'm changing all the font sizes, colors, and faces to match my site design, this is turning into a huge project because I don't know where to go to change them for each of the different boxes.  I was able to figure out the $content section, but the rest have me boggled.  Anyone have any ideas? I'm just using the default boxes that came with the sts_template.html page, nothing more, so I just need those.

     

    Thanks.

    Melanie

     

    WARNING:  [www.talktomeonline.com] is an ADULT site, so if you're offending by ADULT orientated material, please don't click...

     

    [talktomeonline.com]

  11. Are you sure you uploaded all the files and added the STS lines to your config file?

     

    I love the idea of customizing osCommerce to fit my site.  However, when I view my completed page, I see the fieldnames, instead of the data...  For instance, instead of seeing the title, I see $title.  I'm sure its an easy fix, I'm just not an expert with PHP coding...  I'm not even close. lol

     

    thanks.

    Melanie

    [talktomeonline.com]

×
×
  • Create New...