-
Posts
91 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Ken Ng
-
Hey blestas, I'm currently having 1 issue. I tried ordering on my dev account. Did not pay for it via PayPal. However, the service was approved even there's no payment going through. Is there any other option I should look at it? Many thanks!
-
THanks! That's what I'm looking for! I will take a look
-
I tried moving navigation to the content area or to be exact, the col 3 however it is not displaying. Tried searching but couldn't find which file is displaying navigation on header. I'm sure this is not going to do with the template stuff but if someone is able to help out or advice would be great! Can't wait to release themes for blesta!
-
Thanks mate! That would save us (Designer) alot of time!
-
Do you mean include the header and footer of the website on the login page?
-
Any kind soul?
-
Thanks for the reply. And because it is under foreach, all tlds became a select if I use fields elect. How can I use it in foreach and make sure all tlds is labeled as option.
-
Anyone else have a better solution for csfr token?
-
Hi guys, I need help on how to use select dropdown instead of checkbox on lookup.pdt <div class="form-group tlds"> <?php foreach ($tlds as $tld=> $pack) { ?> <label class="checkbox-inline"> <?php $this->Form->fieldCheckbox("tlds[]", $tld, in_array($tld, $this->Html->ifSet($vars->tlds, array()))); ?> <?php $this->Html->_($tld);?> </label> <?php } ?> </div> Any help/advice would be great.
-
3rd one anyway ideas when will 3.5 release? I'm in the midst of doing a makeover for client template.
-
You're right Paul.
-
Another one. name it "BlestaTheme VAMP" This will be including for the alternative blesta client template. Will upload later on. Uploaded. As promised, uploaded reset password screen.
-
Thanks ! Seems like I'm able to figure it out with universal modules. It's showing on the order form. Did a test order. Went to the backend and boom. Information is there I've also took up the advice of using addon. Seems like it's working as well! Thanks!
-
Hi Blestars, I'm familiar with template system and such however I'm still trying to figure out how do I add custom fields on order form? The custom field I wish to add is such as the following: Website URL: FTP Hostname: FTP Username: FTP Password: All in textfields and where and how can I get custom fields informations on the backend? Another problem I'm having is option in order form. I've added 2 dropdown options(integration theme upgrade) for one of my package but however, it is only showing one option. Anyone can advise?
-
Thanks for all the replies. Appreciated.
-
Hi guys, I have this client requested to have this ticket to his account. Before that he doest not have a account with us. Which means the ticket is not under his current account. How can I do it? Any advice ? Thanks
-
I have my own VPS. seems like Ive not done the automated cron job every 5 mins.
-
lol, you're right. You're 2nd
-
Hi guys, How do I make automated email sent when payment received and service has been approved and activated instead of running cron? Right now when my customer purchase, I have to run cron. Then email will be sent to customer about approved and activated. Please advice.
-
Hi guys, How you guys actually display product name on PayPal invoice. Right now, it is displaying invoice number only. How can I display invoice number with product name? Thanks!
-
I think this is one of the feature I wanted but not sure what you guys think about it. Linking your download files with Dropbox or alternative sites would be great. My files are 100MB over for each product, saving bandwidth is a good way as well. so I would like to suggest this. Thanks for reading.