Virtuemart - Avgränsa med punkter - Joomla! Forum - community, help and support
hej joomla forumet!
jag bygger förtillfället en webbshop med hjälp utav virtuemart 1.1.(3) och min uppdragsgivare vill gärna ha punkter istället för streck som avgränsare vid produktkategorin likande den http://www.netonnet.se/ använder sig av.
vad jag förstått ska detta ändras under: välj ett tema till din butik där koden förtillfället är:
vad jag förstår ska productliststyle ändras, men till vad?
jag bygger förtillfället en webbshop med hjälp utav virtuemart 1.1.(3) och min uppdragsgivare vill gärna ha punkter istället för streck som avgränsare vid produktkategorin likande den http://www.netonnet.se/ använder sig av.
vad jag förstått ska detta ändras under: välj ett tema till din butik där koden förtillfället är:
code: select all
<?php
if( !defined( '_valid_mos' ) && !defined( '_jexec' ) ) die( 'direct access '.basename(__file__).' not allowed.' );
/**
* configuration file vm_mynxx theme
*
* @package virtuemart
* @subpackage themes
* @copyright copyright (c) 2008 soeren - rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html gnu/gpl, see license.php
* virtuemart free software. version may have been modified pursuant
* gnu general public license, , distributed includes or
* derivative of works licensed under gnu general public license or
* other free or open source software licenses.
* see /administrator/components/com_virtuemart/copyright.php copyright notices , details.
*
* http://virtuemart.net
*/
?>
<?php
if( !defined( \'_valid_mos\' ) && !defined( \'_jexec\' ) ) die( \'direct access \'.basename(__file__).\' not allowed.\' );
/**
* configuration file rockettheme theme
*
* @package virtuemart
* @subpackage themes
* @copyright copyright (c) 2008 soeren - rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html gnu/gpl, see license.php
* virtuemart free software. version may have been modified pursuant
* gnu general public license, , distributed includes or
* derivative of works licensed under gnu general public license or
* other free or open source software licenses.
* see /administrator/components/com_virtuemart/copyright.php copyright notices , details.
*
* http://virtuemart.net
*/
?>
productliststyle=browse/includes/browse_notables.tpl.php
showshowcase=1
showstoredescriptiononhome=0
showfeedicon=0
showaddtocartbuttononproductlist=1
showvendorlink=0
showmanufacturerlink=0
showavailability=1
showpathway=0
uselightboximages=1
usegreyboxoncheckout=0
useajaxcartactions=1
showfeatured=1
showlatest=1
showrecent=5vad jag förstår ska productliststyle ändras, men till vad?
Comments
Post a Comment