Jump to content

kepler

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by kepler

  1. Good evening If we want to offer to the user in a package using the cPanel module, the possibility of having a subdomain or park their own domain, must we make 2 different packages or can we give them the option to choose? In a test subdomain package, I don't seem to have the choice of placing a domain name. Another doubt I have is regarding the domains modules: is there any automatic possibility of the price being filled with the current prices of the provider we choose (like Namecheap, ResellerClub, etc)? I guess not (without modifying the modules directly)...but I'm just asking. Best regards Kepler
  2. Hi No, no error message. I tick the domain I want, and when proceeding I get the same page. It's rather strange. I'm currently reviewing the module's code, to try to understand where might be the php error. Clear skies Kepler
  3. Good afternoon I am trying to configure the Namecheap module - both on real and sandbox environment. It seems that in real test, it gives correct results for available domains, but jumps back to the search when I try to place the order. On the other hand, in the sandbox mode, I get completely erroneus results (almost seems random). What would be the best way to resell from Namecheap? Or is there any module working 100% with any domain registrar that I can implement? Any help is quite welcomed. Best regards Kepler
  4. kepler

    Stripe zip code

    Hi, Thanks for the reply. For anyone who might need, we just have to go that file ( components/gateways/merchant/stripe_payments/views/default/cc_form.pdt ), and in the line: // Create an instance of the card Element. var card = elements.create('card', {style: style}); change it to (hide the zip option): // Create an instance of the card Element. var card = elements.create('card', {style: style, hidePostalCode : true}); There are several settings and options we can control described at: https://stripe.com/docs/js/elements_object/create Best regards, Kepler
  5. kepler

    Stripe zip code

    Good afternoon I've installed the module for the Stripe payments, made some tests, and everything is ok. Except, the zip code asked just next the CCC: it does not format correctly with the zip code from Portugal (for example, which are of the type xxxx-xxx). I wish to remove that requirement. I have a website made in WPress, for instance, that asks everything except that. Can someone tell me the line of code and the file in the Stripe gateways dir where I can deactivate the request of the zip code? Best regards
  6. Greetings, I'm thinking on using Blesta to sell hosting plans with specific features in my VPS. For now, I have 2 problems with Blesta: - The featured package is a subdomain, not a domain. Can someone tell me if it's possible to implement this changing some Blesta line code? I just need to know where it is... - I need to install a software package in the user space IF the payment is successful. Where exactly do I run this? I think I found this one, in the function addService in the cpanel module script. It just takes a line to do this installation. Any help would be apreciated. Kind regards, Kepler
×
×
  • Create New...