Jump to content

Snoopy

Members
  • Posts

    34
  • Joined

  • Last visited

Posts posted by Snoopy

  1. Just another question

     

    Some listing are fixed and it's impossible to use the wdth function (1 to 12)

     

    <div class="col-md-<?php echo 12; ?> col-md-<?php echo 12; ?>" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/Product">

    If I understand I must change by that ?

     

    <div class="col-md-<?php echo $bootstrap_column; ?> col-md-<?php echo $bootstrap_column; ?>"> itemprop="itemListElement" itemscope="" itemtype="https://schema.org/Product">

     

  2. I think it's if you know what you want, it will be more easy.
    My first experience was to include all that I can inside the application. But at the end I know now it's not the best approach.

    Inside ClicShopping, you have not all the modules activated (example products description), you must download what you want to display for your customer(modules and apps)

    All tools need to take time to understand the approach.

    If you have a little plan in your head and you know that, you will time.

  3. I am starting up a  new project and I think I need to set up a PayPal sandbox to test everything on checkout without it actually being live. I've had a PayPal account but when I try to retrieve sandbox credentials it wants me to sign up for a business account.
    Do I need a business account to do this?

×
×
  • Create New...

Important Information

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