Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sunshine-x

Archived
  • Posts

    29
  • Joined

  • Last visited

Profile Information

  • Real Name
    John

sunshine-x's Achievements

  1. Here's how to get rid of the "Comments" function all together.. =) First, in pollbooth.php around line 164 change it to look like this: //$post_details = _COMMENTS_BY . $comment_name . '['. $comments['host_name'] . ']' . _COMMENTS_ON . $comments['date']; $post_details = ""; Then, in pollbooth.php around 193 change it to look like this: <tr><td colspan="2" align="center" class="main">[ <a href="<?php echo tep_href_link('pollbooth.php','pollid='.$pollid.'&op=vote','NONSSL')?>"><? echo _VOTING?></a> | <a href="<? echo tep_href_link('pollbooth.php','op=list','NONSSL')?>"><?echo _OTHERPOLLS?></a> ]</td></tr> I think that's it =)
  2. Found a bug, the "Votes" and "_COMMENTS" problem. Find line 85 in polls.php and change it to look like this. You're going to change the _COMMENTS part so the line looks like this: $content .= "<tr class=\"pollFooter\"><td class=\"pollBoxText\"><center>" . $sum . " "._VOTES."</center>\n</td><td class=\"pollBoxText\"><center>" . $comments . " " . "Comments" . "</center>\n</td></tr>"; Thats it all one big line FYI.. =)
  3. I'd LOVE something like this - I'd like to ask ppl why they aren't making purchases... =)
  4. Interesting - Perhaps the forum search doesn't suck as badly as I initially thought. I tried searching for Cash on delivery with single quotes, rather than double, and it worked well. john
  5. I'm trying to add a COD fee. I can't find that contribution because: 1 - The contribution search sucks. Period. 2 - The forum search here also sucks. To see its sucking action, try searching for "Cash on delivery". Although that sentance is used again and again, you'll get no results. Anyhow, do you know the contribution URL or ID number? Thanks, John
  6. Anyone know how to correct the confirmation email, so the attributes are each on seperate lines? I'm pretty sure it's just a \n somewhere, but I can't figure out where! ie it looks like this now: Products ------------------------------------------------------ 1 x Creat a custom item - you provide the details, we'll print it () = $5.00 A - Custom Store Name: test B - Custom Store Address: safdsd C - Custom Store Phone: dsf Custom Date and Time: blah ------------------------------------------------------ Sub-Total: $5.00 I'd like the email to look like this: Products ------------------------------------------------------ 1 x Creat a custom item - you provide the details, we'll print it () = $5.00 A - Custom Store Name: test B - Custom Store Address: safdsd C - Custom Store Phone: dsf Custom Date and Time: blah ------------------------------------------------------ Sub-Total: $5.00 Thanks, and great contribution. =)
×
×
  • Create New...