Jump to content

FlyHost

Member
  • Posts

    27
  • Joined

  • Last visited

About FlyHost

FlyHost's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello Guys, I want to use the following code on the login page, but I tried to do it with hook, but I could not. <div class="form-group"> <label for="country">{$LANG.clientareacountry}: <span class="required">*</span></label> <select id="country" name="country" class="form-control"> {foreach $clientcountries as $countryCode => $countryName} <option value="{$country}"{if (!$clientcountry && $countryCode eq $defaultCountry) || ($countryCode eq $clientcountry)} selected="selected"{/if}> {$country} </option> {/foreach} </select> </div> Hook I try to do <?php use Illuminate\Database\Capsule\Manager as Capsule; function hook_country($vars){ $client = Menu::context('client'); return array("country" => $client->country); } add_hook('ClientLogin',1, 'hook_country'); I'm happy if you help me.
  2. How can I show the below information on the product detail page? Maximum Disk Space Maximum CPU Usage Maximum FTP Account Maximum Database Domain Name Hosting
  3. OK, then delete my account from the forum site.This forum topic is not found here.
  4. I can not find the problem. If you will not help, you can say it clearly.
  5. @brian! Can you spend two minutes on that subject?
  6. How to transfer another pahe after completing the registration form? I found this code in the result of the research but it does not work. Is there anyone to help? <form action="/register.php?goto=cart.php?a=view" method="post" role="form">
  7. After you become a member, he leads you to the customer panel.How can I change this orientation? <form action="{if $systemsslurl}{$systemsslurl}{else}{$systemurl}{/if}register.php" method="post" role="form">
  8. How can I translate currency like language translation?
  9. Is there anyone who can help? I got the codes of the forms on the registration page, but it just does not work on another page.
  10. Hello friends,I want to make the member form page in "viewcart.tpl" file how can I do it?
  11. Hello friends,How do I put a button to add to cart as shown in the picture below?
  12. It's taking a long while showing Suggested Domain Names. Would not it be better to show it in a row instead of a bulk display? Will this fix the problem in updating or how can I do it?
  13. As the version rises, the encoding system makes it difficult.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated