
Manupichu
-
Posts
37 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Blogs
Store
Downloads
Gallery
Posts posted by Manupichu
-
-
Indeed, it's could be useful to have this information
-
About the preload, I take time to read, and I more moderate on that. Depends of the site, it can increase or not the website. I do not know if it will be implemented inside ClicShopping, we will see.
-
Hello,
Look the Configuration / B2B or B2C
Also you have an option on every module products listing to remove the button
-
I think o the marketplace there is an apps based on Twitter. I looked the image and it seems you can push your product on twitter with a link on your product description.
Seems to be a good first approach ?
-
Hello,
Inside the products module news, special ... it's possible to display an information with a stickers.
Is it possible to extend the delay, I don't find the good setting to change that ?
Have a good day
-
Hello @Slatan,
Do you create a db inside your phpadmin. If you have not this db, you can not continue to install ClicShopping.
look this article.
It can help you to finalize the process.
https://www.clicshopping.org/forum/blogs/entry/4-clicshopping-installation-process/
https://www.clicshopping.org/forum/blogs/entry/5-secure-clicshopping/
-
1
-
-
@ClicShopping,
Thank you for this udapte. I will make the migration !!
-
Yes, of course
A very simple approach.
Inside modules_header/template/ add this files below
After go in your administration Design/Layout/Header, edit your multi-template option and select your new template
This example displays the logo and the login link and log off link if you are connected.create a file: my_new_header_test.php
add this inside :
<?php /** * * @copyright 2008 - https://www.clicshopping.org * @Brand : ClicShopping(Tm) at Inpi all right Reserved * @Licence GPL 2 & MIT * @licence MIT - Portion of osCommerce 2.4 * @Info : https://www.clicshopping.org/forum/trademark/ * */ use ClicShopping\OM\HTML; use ClicShopping\OM\CLICSHOPPING; ?> <div class="col-md-<?php echo $content_width; ?>"> <div class="row"> <div class="separator"></div> <span class="col-md-4"><?php echo $logo_header; ?><br /><br /></span> <?php if (!$CLICSHOPPING_Customer->isLoggedOn()) { ?> <span class="col-md-8 text-md-right"><?php echo HTML::link(CLICSHOPPING::link(null, 'Account&Login'), CLICSHOPPING::getDef('modules_header_multi_template_create_account')); ?></span> <?php } else { ?> <span class="col-md-8 text-md-right"><?php echo HTML::link(CLICSHOPPING::link(null, 'Account&LogOff'), CLICSHOPPING::getDef('modules_header_multi_template_account_logoff'));?></span> <?php } ?> </div> </div>
-
1
-
-
Yes, exact
-
Hello @McJordadino,
look this module :
https://www.clicshopping.org/forum/files/file/124-modules-checkout-shipping-warning/
https://www.clicshopping.org/forum/files/file/123-modules-checkout-shipping-information-banner/
I think ,it can be a response at your problem.
-
1
-
1
-
-
The best way is to use the default multi template module. lot of thing is incorporated inside.
After you can take all or not !
You can, inside the template directory, to create new file and include your own html approach.
If you need a specific information, in this case, it's better to create a new module.
-
There is 3 choices , hidden, numeric, recaptcha.
Now what is the best to use. In my sens, hidden id the better because the customer does not have nothing to do.
Do not forget more is simple for the customer, more is better.
after if it's not enought, you can use the numeric or the recaptcha.
-
1
-
-
Hello,
Yes inside the directory you some element allowing the customer to manage their GRPD. But the customer must be registered to do that.
-
I used the banner manager to make that, it's simple and you have lot of option to manage your content.
-
Hello @Julie
I take time before to found how to change or to create a new sitemap.
The sitemap is located in this directory : Apps/Marketing/SEO/Sites/Shop/Pages/GoogleSiteMap/Actions/
You will find how to make a new sitemap and you can include inside than you want.
After you can call the page like this :
https:://www.mydomain.com/shop/index.php?Sitemap&GoogleSitemapMyFile
-
1
-
-
I using Paypal express but I am looking another system when I can reduce the fees, maybe Stripe.
Not simple with all payment can be use and adapted.
-
Hello,
I would know if I can use ClicShopping on php7.3 .
-
In my little experience in E-Commerce, I think when the customer arrives in shopping, create account and the checkout must be very simple without information. The customer must be focus on this order.
-
Hello,
It's my first post, I installed the demo to test and to learn how to use ClicShopping.
About the language, how to change the syntax. I must change inside the .txt files or I can use another approach ?
Thank you for your help.
Reorganized administration menu
in Installation & Configuration & Operation
Posted · Edited by Manupichu
Hello,
Do you recommend to reorganized the administration menu. In my case, I do not want to move a menu to another sub categories, just the sort order.