salty
Retired Forum Member-
Posts
19 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by salty
-
I don't have the issue either. I did have issues the first time I installed 3.11 however. Had to reinstall. Cheers.
-
The Good: Great seamless implementation. The Not-So-Good: I would make your logo on the top clickable to your homepage. If I landed from a search engine onto a WHMCS page, or just clicked around, I might have trouble finding your info. The Confused: Your WHMCS is in the directory of billing (I know allot are), but your WHMCS homepage says support. If I didn't know better, when I came back to your client page, I might type in ultimatewebhost.info/support/, which leads to a 404. Just my two cents, do as you will. Overall though, great job! Cheers.
-
WHMCS, in all it's glory (I personally love it), is kinda limited with it's ordering system when compared to normal online purchasing. Matt has seemed to make up for these short coming by the amount of SMARTY tags that can be implemented to serve as a work around for more advanced customizations. My question though, may not be achievable by almost any shopping cart.... Background: My site donates 10% of every hosting order to a local Sea Turtle rescue charity. I would like to offer my future customers a choice of either 1/2 of their first month, or because it is a strong local issue, to donate 100% of their first month's bill to the charity. Issue: This (to my limited knowledge) cannot be done with the promo code system because the client still needs to be billed 100%. Is there any other way that can record if they want option 2, short of a custom field placed with the rest? I can also foresee problems with clients attempting to select both, since they are not on the same "system". I would think that this is of a low importance to virtually everyone compared to development in other areas of WHMCS. $$$: So here's the money part comes in. I am willing to pay someone for their time if they can develop a hack or something that will allow me to use a promo code to donate to charity and still collect 100%. I would also like to release it publicly, if it is alright with Matt of course. Happy Easter all!
-
awsome! thanks dude!
-
This is a dumb question, and I am sure that the answer is right in front of me, but I'm missing it. How do I find out what options are available for email templates? ** I know that Smarty {{debug}} kicks out a list, but the email uses a [name] format, but are they the same templates with different brackets? Thanks guys. Matt
-
Hey all~ I've searched the forum, manual & KB and have not found any solid answer. So here we go.. I don't know much about tech support so I outsource it. They use Cerberus via email. So here's the question. Can WHMCS be setup (only applying to emails sent to support) to catch email comms both ways, but without sending an autoreponder back to the support team, while at the same time if someone sends a support request in WHMCS to forward it to the Cerberus system? Or would I have to remove the Tech Support from WHMCS's Support Departments? I currently have support@ forwarding twice, one to Cerberus and the other to WHMCS, and have also set up the CRON for WHMCS. Thanks guys~ Matt
-
template_c folder is empty....
-
I had forgot my admin password (somehow it wasn't saved in FireFox or KeePass) and got locked out of the system. After about 24 hours, I was able to get back in to admin. Everything works on the admin side, but now the entire client side, including the order form is a blank page. Any ideas?
-
Thanks guys. I don't know how I missed that.
-
Alright, here's where I am. Padding works on Product Group, Product Select, & Submit, but not product. I tried adding individualized divs, but that only solved the radio cell blocks. I made different parts of the CSS-SS different amounts to try to isolate the issue. (I put them in one at a time, but for review sake, I added them all together.) The Product descriptions aren't budging..... Thank you for all your help sks. Step One: <form method="post" action="{$smarty.server.PHP_SELF}?step=2"> <div align="center"> <table width="90%" cellspacing="1" cellpadding="10" class="tablepad-2x"> <tr class="orderheadingrow"><td colspan=2></td></tr> {foreach key=num item=product from=$products} <tr class="orderrow{if $num % 2}2{else}1{/if}"> <td width="20" align="center"> <div class="tablepad-5x"><input type="radio" name="pid" value="{$product.pid}"></div></td> <td><div class="tablepad-5x">{$product.name} {if $product.qty!=""}({$product.qty} {$LANG.orderavailable}){/if} - {$product.description} </div></td></tr> {/foreach} <tr class="orderheadingrow"><td colspan=2></td></tr> </table> </div> <p align="center"></p> <p align="center"><input type="submit" value="{$LANG.ordercontinuebutton}" class="blueform"></p> </form> Custom Stylesheet CSS involved: .blueform {font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight: bold; border: 1px solid #E8E8E8; padding: 2px; background-color: #6495ED; } .yellowform {font-family: Arial; font-size: 11px; color: #333; font-weight: bold; border: 2px solid #ccc; padding: 2px; background-color: #ffffbe; } div#tablepad-5x {padding: 5px;} .tablepad-2x {padding: 2px;} WHMCS Stylesheet CSS: /* Order Form Classic */ td#classicbox {width:550px; border: 1px solid #cccccc; background-color: #ffffff; color: #000000; text-align: center; } td#classicorder {color: #000000; } td#classiccustomfield {color: #cc0000; } #classicaddonstable {width: 95%; background-color: #cccccc; border-collapse: seperate; padding: 30px;} td#classicaddonstableheading {text-align:center; font-weight: bold; background-color: #efefef; color: #000000; padding: 30px; } td#classicaddonstablerow {background-color: #ffffff; color: #000000; padding: 30px; } /* Order Form Standard */ #standardaddonstable {width: 95%; background-color: #cccccc; border-collapse: seperate; } td#standardaddonstableheading {text-align:center; font-weight: bold; background-color: #efefef; color: #000000; } td#standardaddonstablerow {background-color: #ffffff; color: #000000; } .orderheadingrow {background-color: #6495ED; color: #ffffff; padding: 30px; } .orderrow1 {background-color: #E8F0F9; color: #000000; padding: 30px; } .orderrow2 {background-color: #D6E4F6; color: #000000; padding: 30px; }
-
I tried the class's that you recommended, and cleared my cache every time. Also, to make sure that I wasn't missing anything, I over-exaggerated the padding. Cellspacing works, cellpadding doesn't. Still nothing..... My CSS: .orderheadingrow {background-color: #6495ED; color: #ffffff; padding: 30px; } .orderrow1 {background-color: #E8F0F9; color: #000000; padding: 30px; } .orderrow2 {background-color: #D6E4F6; color: #000000; padding: 30px; }
-
I finally *almost* finished my integration of WHMCS. One big thing remains, and that is the no cell padding on the order form. I tried adding some room by both css and the old hard-code html method, but nothing is working. my page: support.inlethost.com/order.php Can anyone offer any advice? Thanks.
