Jump to content

So, who am I ?

Member
  • Posts

    53
  • Joined

  • Last visited

About So, who am I ?

Recent Profile Visitors

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

So, who am I ?'s Achievements

Member

Member (2/3)

0

Reputation

  1. Hello, I want to remove Provisioning Module Products from PrimaryNavbar and Provisioning Module Sample Panel from SecondarySidebar. For PrimaryNavbar I use ClientAreaPrimaryNavbar hook, weird thing is that I can hide every child of 'Services' except Provisioning Module Products, it seems I can't reach to Provisioning Module Products, but not sure why... add_hook('ClientAreaPrimaryNavbar', 1, function (MenuItem $primaryNavbar) { if (!is_null($primaryNavbar->getChild('Services'))) { $primaryNavbar->getChild('Services') ->removeChild('Provisioning Module Products'); } }); For SecondarySidebar I use ClientAreaSecondarySidebar, but I can't hide it either. add_hook('ClientAreaSecondarySidebar', 1, function (MenuItem $secondarySidebar) { if (!is_null($secondarySidebar->getChild('Provisioning Module Sample Panel'))) { $secondarySidebar->removeChild('Provisioning Module Sample Panel'); } }); Any help would be much appreciated.
  2. Aghh, it took me few days to realize this! 😑 How come I've not payed attention to it! 😶 Seems, after updating, system chose WHMCS Namespinning as the Look Up Provider and just switching to Standard WHOIS solved all my problems! 🙏 For anyone who might have this problem in the future: Look Up Provider can be found under Setup >> Products/Services >> Domain Pricing Still not sure why it had impact on two character .ge domain check when it worked fine with all the other .ge domains, also it was causing problem for idn domain check and it's solved as well 🙏
  3. Yup, but since it suddenly stopped working without any changes made, I had no choice Not sure what you mean... whois look up in admin area wouldn't work without whois.json but it works perfect, user area is causing all the fuss. If my memory serves me right I checked and it wasn't working before using modified templates... Yes, you're right. My bad!
  4. from v7.1.1 It worked fine until like two weeks before update, it wouldn't get domain registration period and user wasn't able to add domain to cart after checking the status, when i contacted to WHMCS, they said orderform that I was using wasn't supported anymore and asked to update the system. That option is ticked of course but it doesn't work. I'm pretty sure they mean that it's not fully supported in a way that domain is written and is visible as a punycode and it gives you a hard time to manage IDN domains in admin area, plus invoices and all are generated with punycoded domain names. When I asked about the issue before they never said it's not supported 'anymore' and documentation has always said that it's not supported so it's not news.
  5. Hello, Since updating to v7.6.1 I have an error for idn domain registration. I have .გე domain registration and have it defined as .xn--node in domain pricing. whois.json looks like this: { "extensions": ".xn--node", "uri": "socket://whois.itdc.ge", "available": "NO OBJECT FOUND!" } In admin- area's whois look up it works fine: Whois look up log sees the domain like this: xn--podi0acc.xn--node When I search the same domain from user side, I get this: Whois look up log sees the domain like this: xn--podi0acc.გე The value of .გე domain in select box is .xn--node <option value=".xn--node">.გე</option> I see that request is sent to index.php?rp=/domain/check and these are the parameters sent And the response is empty: I'm using Six template with standard_cart ordering form. Any help would be much appreciated!
  6. ah now I got it, before I thought I had to edit SC template files and change references of SC to SCM and it got me confused 🙄 so it means, I can leave common.tpl alone and it will work without problems at least before update. since I want update process to be easy, I guess I'll edit common.tpl too 😀 Thanks a lot for your help, as usual! 🙏😊
  7. Okey, hold on.. I have to edit Standard Cart template files and change all standard_cart to standard_cart_modified wherever there is an include command and then what's the use of editing theme.yaml file ? Does system ignores theme.yaml file ? It seems like even after editing theme.yaml file, system still visits standard_cart templates and then follows include commands in them. What's the job theme.yaml file does here ? I guess I'm missing something...
  8. Yes, when I duplicated SC folder, it appeared in General Settings >> Ordering tab. I switched to Premium Comparison and have it as a default orderform template. Edited Premium Comparison's theme.yaml file and now it looks like this: config: parent: standard_cart_modified but browser still shows standard_cart template files at domain registration page (cart.php?a=add&domain=register)
  9. ah sorry for confusion, it works now, no idea what happened to it before, but it clearly works now! at domain registration page (cart.php?a=add&domain=register) it uses StandardCart as well, I want to delete some extra html from it, but thought to make copy of StandardCart as StandardCartModified and do all htm editing in it, but how can I make system switch to StandardCartModifeid instead of StandardCart ? for first page I use Universal Slider.
  10. I'm at View Cart page: cart.php?a=view the ones you posted are six template styles and they come first in <head> tag then comes this, orderforms template css <link rel="stylesheet" type="text/css" href="/templates/orderforms/standard_cart/css/all.min.css?v=186983" />
  11. weird thing is that I wanted to use Universal Slider template, but no matter what I choose, browser still shows Standard Cart .css files, I deleted cache and restarted browser, checked it from another browser but it still shows Standard Cart files. that's what I was doing, putting all my css in custom.css file, but template styles come from all.min.css and browser shows that file is included after custom.css so it overwrites it.
  12. Hello 😊 I'd like to edit orderforms template .css file, I copied the orderform folder that I want to use. I see form the browser that orderforms styles come from all.min.css file, I tried to edit there but it didn't work, then I found here that I should edit style.css file in orderforms folder but it doesn't work. Any help will be much appreciated 😊
  13. Thanks for answers, everyone! 😊 I used it few days ago and it worked perfectly! No errors, everything works fine, it's just I decided I didn't need invoices and mails from another database and I cleaned the tables before merging, so I suggest you clean database and remove all the things you don't need.
  14. And what about the invoice numbers ? Two installs will definitely have same invoice numbers and what happens to them after merging ?
×
×
  • 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