Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/15/19 in all areas

  1. Hello, I have just created a new product new template. The approach is very basic and you can if you want to include some features inside like flash discount, qty, stock ... How it works, Inside directory template_html, create new files like template_boostrap_simple.php and insert this code below. You can copy this files in other template directory if you want to have a new design. I take the orginal design, but if you want to change the css parameters, It's better to create a new css. what do you think ? <?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\CLICSHOPPING; ?> <div class="col-md-<?php echo $bootstrap_column; ?> col-md-<?php echo $bootstrap_column; ?>"> <div class="card-deck-wrapper" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/Product"> <div class="card-deck"> <div class="card card-footer"> <div> <div class="col-md-6 float-md-left"> <div class="ModulesFrontPageBoostrapColumn6Image"> <?php echo $products_image; ?></div> </div> <div class="col-md-6 float-md-right"> <div class="ModulesFrontPageBoostrapColumn6Title"><h3><a href="<?php echo $products_name_url; ?> "><?php echo $products_name; ?></a></h3></div> <div class="separator"></div> <div class="separator"></div> </div> </div> <div class="separator"></div> <div class="hr"></div> <div> <ul class="list-inline"> <div class="ModulesFrontPageBoostrapColumn6TextPrice" itemprop="offers" itemscope itemtype="https://schema.org/Offer"><?php echo CLICSHOPPING::getDef('text_price') . ' ' . $product_price; ?></div> </ul> </div> </div> </div> <div class="separator"></div> </div> </div> the result :
    6 points
  2. Hello @FrediKa, Do you look this modules: https://www.clicshopping.org/forum/files/file/87-modules-shopping-cart-info-banner/ Across a banner manager, you can add some element, text, image. It can be a solution?
    2 points
  3. @Ronaldo Yes, you have right, some files can be overridden inside a new template. But all the modules must be also in the default template because the system read in first the default template and install the element in the bd.
    2 points
  4. @Patrick Yes, I make an update, it's now included inside the core.
    1 point
  5. No, you can't, just the test. If you want to use the html code, you must change the function.
    1 point
  6. Hello @Patrick You have some example inside the administration, look this file : The most important is to use this syntax : Without nothing ClicShopping\Apps\Marketing\SEO\Sites\Shop\Pages\GoogleSitemap\Actions\GoogleSitemapSpecials.php protected $use_site_template = false; For modal ClicShopping\Apps\Catalog\Suppliers\Sites\ClicShoppingAdmin\Pages\Home\Action\SuppliersPopUp.php $this->page->setUseSiteTemplate(false); //don't display Header / Footer
    1 point
  7. Hello Manupichu Welcome. You can change the language via your administration. Go to Tools / Editors. Do not forget, if you delete all the languages, all modifications will be deleted. Good news, you can do that, for only one language.
    1 point
×
×
  • Create New...

Important Information

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