Jump to content

twgh

Retired Forum Member
  • Posts

    17
  • Joined

  • Last visited

About twgh

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

twgh's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, I added some text to my Pay To text area. However, the text seems to float out of the invoice page. I want to edit that section, but I can't find what part of the invoicepdf.tpl file handles it. I have tried adjusting different values, but nothing happens. Can anyone point me in the right direction?
  2. Hi @brian!, This worked perfectly. This is so amazing. ..or whatever your Friendly URLs equivalent would be for your site... <a href="{$WEB_ROOT}/cart.php?a=add&{if $product.bid}bid={$product.bid}{else}pid={$product.pid}{if isset($smarty.get.billingcycle)}&billingcycle={$smarty.get.billingcycle}{else}&billingcycle=annually{/if}{/if}" class="btn btn-success btn-sm" id="product{$product@iteration}-order-button"> yes i'm having to use Smarty get again, so the Smarty Security Policy would have to be tweaked to allow it. $smarty_security_policy = array( 'system' => array( 'enabled_special_smarty_vars' => array( 'get', ), ), ); Thank you so much for helping us. You really are a huge asset to the community.
  3. 😂😂 Let me try this then. I will let you know how it goes. Thank you so much for your help. You are amazing. Don't stay too long in the darkened room
  4. Hi @brian! Thank you so much for your help. I appreciate it. So I tried the products.tpl option, as it seems like the fastest way. However, it won't work if I append monthly billing cycle to the group URL. Any ideas on how to go about this, please?
  5. Hello everyone, I wanted to make annual billing cycle my default, so I used the code at the top of my configureproduct.tpl {if $pricing.annually}{assign 'billingcycle' 'annually'}{/if} However, I noticed that if I append &billingcycle=monthly, it doesn't work. An example of what I mean below is http://mywhmcsinstallation.com/cart.php?billingcycle=monthly Is there a way I can default to annual and still append the billingcycle when necessary?
  6. Thank you so much for the insight @CodeCo and @twhiting9275 I appreciate it
  7. Thank you @twhiting9275 for responding. However, will it be possible for lack of maximum number of characters to be used for a DOS attack?
  8. Hello, Is there a way that a maximum length or number of characters is set when a client is creating an account?
  9. Hi @brian!, Thank you so much for your help. I added this to the tpl and it works fine. However, I noticed that when I append the billingcycle=monthly to my URL, it doesn't select the monthly cycle. How can I use this such that the appended billing cycle is selected?
  10. Thank you so much. I will try this out.
  11. Hello, I am trying to get the correct details for .tech lookup. The details in whois.json I have used are below "extensions": ".tech", "uri": "socket://whois.nic.tech", "available": "DOMAIN NOT FOUND" "extensions": ".tech", "uri": "socket://whois.nic.tech", "available": "No Data Found" I am however not getting any details. What can I use instead?
  12. Hi Brian, Thank you so much for your fast response. This will definitely help. I will test this and let you know if it works. However, we also want this when viewing the HTML invoice page as well.
  13. Hello, I'd like to know if it is possible to display bank payment per country or per currency. For example, if a person is in Canada or uses CAD, the bank payment information should be different from when a person is in the UK or uses pounds. Thanks a lot for your help.
  14. Hi, I have a product group which has hidden products which are sold to clients on request. Although the product group is hidden, I will like anyone who stumbles on the link to the product group to get redirected to the default cart page, since they won't be able. Is this possible?
  15. @brian! Thank you so much. Your suggestion worked perfectly
×
×
  • 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