Jump to content

Patrick

Members
  • Posts

    243
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Patrick

  1. Hello,

     

    The default theme is the same for all version, after the template made is to help you to make you own more easily or to create your own module.

     

    Do you activate the rewrite SEO  in Configuration/Store ?

    Without SEO :  http://mysite/shop/index.php?Account&LogIn

    With SEO  : http://mysite/shop/index.php/Account&LogIn

    demo with seo : 
    https://demo.clicshopping.org/demo/index.php/Search/AdvancedSearch ==> correct no ?

    https://demo.clicshopping.org/demo/index.php/Products/Description/canon-eos-5d/products_id-8

    https://demo.clicshopping.org/demo/index.php/Products/Featured

     

    - index.php/Account/LogIn in demo below login form is 2 register forms while source code index.php/Account&LogIn  is 1 form only.

    ==> 2 because there is one for customer in B2C and 1 with B2B, the approach is different, depending what you want exactly.

    You can remove one if you want. (if I understand your question)

    ==> If you do not litke this, you can create your own login form if you want.

     

    How to change breadcrumb Index » ClicShopping » Favorites to ClicShopping » Favorites : my shop in homepage so, Index in breadcrumb with "Index" is an abundance.

    Look the files in ClicShopping/Service/Shop/Breadcrumb and comment  (choose your line) this

    $CLICSHOPPING_Breadcrumb->add ....

     

    For the catalog image

    I do not understand your question, You have not use rm command, if you do that you can erase all the website if you are in the root ? 

     

    Note :
    ClicShopping evolve day to day with minor version if bugs are discover.
    The system allow you to upgrade without to change anything inside the code if you follow the best pratice.
    Do not change classe : use the Custom Directory, u se Hooks, create new template, new module

     think it is not enough for production now ==>I  think you do not very well the solution, take time. 

     

    I hope this explanation is not to complicate.

    Look the documentation : https://www.clicshopping.org/forum/forum/8-documentation/

    Best pratice : https://www.clicshopping.org/forum/forum/18-best-pratices-tip-trips-and-training/

    blog : https://www.clicshopping.org/forum/blogs/blog/3-clicshopping/

     

     

     

     

    • Like 1
    • Thanks 2
  2. A nice function apear inside php 7.4 : Preload : https://wiki.php.net/rfc/preload

    It can increased the speed of the website, not a little . But the problem, every time you change something inside a file, you must restart the server because everything is push in memory.

    https://andrewdavis.me/post/introduction-to-php-7-4-preload/

    Note : when I wil install php 7.4, I will make some test also !

    • Thanks 2
  3. Some people do not have a server or do not have something to install this. But It will be interesting what's happen with clicshopping and if your performance are really increased in comparaison with a standard installation and with htaccess. On my website with page rank I am on 96%.

  4. If you want to update the price in function the competitor, in this case it's better to use a scrapping system or IA application.
    Amazon propose different tools for that. 

    If your product has lot of competitors, it's important to follow them, make report and take decision to follow or not.

  5. I think it's important to know Paypal is a leader and some people use it. Stripe is a good application more easy to use, in my sense.

    But on my website I use 3 differents payment, like that, the people can choose the best for them.

    Note : the process is the same for the shipping.

  6. Just to understand more

    Do you see the Vietnamese language in  Editor ?

    Do you see the Vietnamese icon on your catalog ? (do you click on this icon to create the cache for this language)

    Could you tell us the vietnamese language parameters (in configuration/Other) ?

    Do you change the chmod Work in 777 with all the subdirectories ?

    try to delete in Works/Cache all the language  and update your catalog (click on all languages icon)

     

  7. Hello,

    Indeed it seems there is a bug, I able to update a language but one language.

    The other way is to create a directory inside sources/languages/Vietnam

    Copy all the english and directory files in vietnam

    after edit every files and translate into vietnam

     

    Do not forget to create the directory inside Configuration / other language andcheck if english is your default language.

    After you can put in off the french

     

  8. I think it could be interesint t make a little search on internet to know the ROI of a such action.

    Use google shopping or other tools works on paid clic. You can have lot of click but if your customers do not buy, you pay for nothing or almost.

    In contrepart, if you want to be a best presence, the investment is necessary.

     

  9. @McJordadino,

    It's not recommended but you can do that  modules_create_account/content/create_account_registration

     

    <?php echo HTML::checkboxField('newsletter', 1, false, 'id="Inputnewsletter" aria-label="' . CLICSHOPPING::getDef('entry_ne

    wsletter') . '"'); ?>

     

    by

     

    <?php echo HTML::checkboxField('newsletter', 1, true, 'id="Inputnewsletter" aria-label="' . CLICSHOPPING::getDef('entry_newsletter') . '"'); ?>

     

    • Thanks 1
×
×
  • Create New...

Important Information

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