Jump to content

kepler

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    kepler got a reaction from NETLINK in 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
  2. Thanks
    kepler reacted to Jono in cPanel account: domain subdomain   
    Correct, two packages for ordering either subdomain or full domain.
    We are working on features to accommodate this.  I believe it is planned in the eventual domain manager release, but more immediately there is a task for Namesilo to automatically generate/update packages based on current pricing.
  3. Like
    kepler got a reaction from Jono in 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
×
×
  • Create New...