Jump to content

Drack

Members
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Drack

  1. Hello,

    No pb, all people here try to help you and happy to do that. 

    But, I think you must more moderate and possible give explanation in details if you see a specific problem.

    ClicShopping is a young software and can make progress. 
    I think @ClicShopping will appreciate feedback, bugs .. can be found and resolved eventually a proposition of solution.

    http://mysite/shop/index.php?Account&Login : Yes not SEO, but it's the basic mode before you activate the SEO after all is correct.
    (Account and Login are parameters of GET)  ==> could you explain, give code because I do not follow you. Depending of the action it could be a get or post with sanitize on action

  2. Hello @eTrouper,

     

    It's enugh simple to install a new template. As a newbiz, I recommend to take time and read the post and the blog, some information you must need for your settings, or using  can be found now on the site. 
    Some people here will be help you if you have a specific problem.

     

    You have 2 way to install a template, if you want an existing template

    Via the admin and the experimental installation

    or to downloas the template on github and install mannually. Note you can found the template via the marketplace and download directly

    On the readme, you have the information to make a correct install. Also, you have video tutorial avavailable on the forum.

    And after in Design / Configuration, you can activate your new template.

     

    Let me know if you have a problem.

     

    • Like 2
  3. For me, if you do not use the state dropdown, you have a field and the customer can write or not something inside. If it write and the system make an error, it will try another time, and if it's do not work, he will stop the process.

     

    Yes I agrre with that, important to make the subscription very easily.

     

  4. Just an example found inside the paypal module

     

      public function makeApiCall($url, $parameters = null, array $headers = null)
        {
          $server = parse_url($url);
    
          $p = ['url' => $url,
            'parameters' => $parameters,
            'headers' => $headers
          ];
    
          if ((substr($server['host'], -10) == 'paypal.com')) {
            $p['cafile'] = CLICSHOPPING::BASE_DIR . 'Apps/Payment/PayPal/work/paypal.com.crt';
          }
    
          return HTTP::getResponse($p);
        }

    $p must be inside an array with these elements :

    $parameters url, headers, parameters, method, verify_ssl, cafile, certificate, proxy

     

    • Like 1
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use