Jump to content

Magistar

Member
  • Posts

    22
  • Joined

  • Last visited

About Magistar

Magistar's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I have had mixed success so far. On the ordertemplate I would like to display the price before setup cost (so no tax, no setup cost). Right now this is producttotals.pricing.baseprace . So far I have not been able to find the selector that allows me to set the 'today' price. Because producttotals.pricing.totaltodayexcltax also includes the setup fee. Is this possible?
  2. I guess I could adjust override the price value per "job" and use a one time product. Does sound like a lot of effort to prevent local companies using paypal instead of their bank :P.
  3. Is it possible to use a general product group to charge time based work? Right now I create manual drafts that have no related product and this has a few disadvantages, mainly that you have no control over which payment options are available. If I could charge as a subset of a product then I could disable the payment option for that invoice type. Also it would give me a better insight into which part of my revenue is coming from that service.
  4. I once created a suggestion that is now under consideration. Before the weekend I submitted another one but now I don't see it anywhere. Is it still in moderation queue? Did it got denied? Let us know please 🙂
  5. The current most read KB articles seems to be 5. I would like to increase this to 10. I checked the templates: {if $kbmostviews} <h2>{$LANG.knowledgebasepopular}</h2> <div class="kbarticles"> {foreach from=$kbmostviews item=kbarticle} <a href="{routePath('knowledgebase-article-view', {$kbarticle.id}, {$kbarticle.urlfriendlytitle})}"> <span class="glyphicon glyphicon-file"></span>&nbsp;{$kbarticle.title} </a> {if $kbarticle.editLink} <a href="{$kbarticle.editLink}" class="admin-inline-edit"> <i class="fas fa-pencil-alt fa-fw"></i> {$LANG.edit} </a> {/if} <p>{$kbarticle.article|truncate:100:"..."}</p> {/foreach} </div> {/if} But it looks like there is no way to change the loop number there. Can this be done somewhere else?
  6. Update: Apparently the proper English word is biennially! Is there a list somewhere with all the 'selectors' available for the product class?
  7. Update: this is awesome: However my is returning 0.00 Anyone know the code for biannually and semiannually?
  8. Has anyone figured out how to modify the product.tpl to display the proper from price when monthly price breakdown is enabled? For example: 3 months = 24 = 8 monthly 12 months = 60 = 5 monthly Without monthly price breakdown the product.tpl will display 'from 24 per 3 months' which is correct. With monthly price breakdown enabled the product.tpl will display 'from 8 per 3 months'. Now this of course the 8 and 3 months make no sense. It should say: From 5 per month Anyone that already tried this? (I am working with premium comparison currently).
  9. I have created a product Addon which is basically a plugin that can be downloaded from WHMCS and comes with a unique update license ID. In WHMCS I have setup the addon, coupled the associated download and added a custom field for the license ID. I get my license ID from an external website so post-order I manually add it. To get this working I need two things 1) the send an email with the license ID 2) to display the custom field on the addon page Now for point 1 I finally figured out how to re-send the welcome mail. You can do that from the drop down menu on the product page. Don't get distracted by the big blue button to resend welcome mail, there is a dropdown box. Unfortunately right now the email is NOT including the license id. This is not working: Thank you for purchasing Plugin X Your license ID is: {$service_custom_field_pluginlicense} Do I need to use a different syntax for product addons? Is there a way I can add this to the template so I can display the customfield for this addon? E.g. if field X != empty then display {pluginlicense}?
  10. I am doing some mail template customization and instead of using {$invoice_link} I would like to create a pretty link like Click here. I tried <a href="{$invoice_link}" target="_blank">Click here</a> But the output is Do I need to escape the {} somehow?
  11. Hi there. I have installed and activated the PayPal gateway and enabled it for some hosting products. However I also noticed a few clients now using it to pay for their domains. This creates an issue since Paypal is much more expensive than the other payment methods. How can I disable PayPal for domain registration and renewal?
  12. I think that will be problematic because then there is no data send on checkout, so then conversion is still unknown. I have purchased a Google Analytic plugin from market connect. Will see if that works, it is using Google tagmanager instead of regular tracker. Never used that so hope I can figure it out.
  13. Hi there. I found out that I currently cannot track my campaign because my primary website is on domain.nl whereas WHMCS is on domain.com. My WHMCS is using the default Google Analytics Addon with e-commerce tracking enabled. After some digging around I found out that for that you need a feature called cross domain checking: https://support.google.com/analytics/answer/1034342?hl=en I have no clue how to implement this because the WHMCS Addon is encrypted by ion_loader. So I cannot modify the tags. Is this possible with a hook or something? Or is there something else possible?
×
×
  • 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