

Kurre
Members-
Content count
107 -
Joined
-
Last visited
Everything posted by Kurre
-
Display prices including or excluding VAT
Kurre posted a topic in osCommerce Online Merchant Community Bootstrap Edition
I use 2.3.4.1 CE bootstrap version. Is there any mod that let the customer choose between displaying the prices including or excluding VAT -
Display prices including or excluding VAT
Kurre replied to Kurre's topic in osCommerce Online Merchant Community Bootstrap Edition
Sorry, wrong language.. 😃 I guess I was a bit unclear about that, thanks for the correction. I have a client who sells mostley to companies but some to private individuals to, that's why I need for the customers to change VAT to incl and excl VAT -
Display prices including or excluding VAT
Kurre replied to Kurre's topic in osCommerce Online Merchant Community Bootstrap Edition
Is this a mod with that file ? -
Display prices including or excluding VAT
Kurre replied to Kurre's topic in osCommerce Online Merchant Community Bootstrap Edition
Thanks everyone for answer! To the old version of osCommerce I remember there was a mod that you could use that let the customer choose if he wanted to see prices excluding or including VAT in the shop. But I can use this that shows what it is anyway so the customers know, I have a client that wants to show prices excluding VAT but i Sweden it's more normal to show them including VAT. -
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
I have the hamburger button enabled.- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
Thanks I will do that.- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
Yeah.. @Demitry I did not install the XS modul either as @puggybelle I didn't know I should. Now it works like it should, except now the categories button in mobile view is floating over my fixed top navbar. Thanks for all help!- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@Demitry Thank you anyway.. It worked with @puggybelle code when I look in PC but in mobile view it doesn't work as it should.. I inserted this in user.css /* this will center the menu links */ .navbar-nav2 { width:100%; text-align:center; font-size:20px; font-family:helvetica; } .navbar-nav2 > li { float:none; display:inline-block; } and I changed this in catalog/includes/modules/content/header/cm_header_catmenu.php if (empty($class)) $class = 'nav navbar-nav'; to if (empty($class)) $class = 'nav navbar-nav2'; But then the mobile view isn't as it should. It looks and works like on PC the menu, it is in one row and submenus popup out like that.- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@Demitry I use 2.3.4.1 CE bootstrap version.- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@Demitry Now it looks like this..- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@Demitry Wow thank you for you effort. I can't find echo '<ul class="nav navbar-nav"> in /includes/modules/content/header/templates/catmenu.php My file looks like <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2017 osCommerce Released under the GNU General Public License Horizontal Categories Menu BS v1.4 */ include('includes/classes/catmenu.php'); ?> <?php if(MODULE_CONTENT_HEADER_CATMENU_XS_STATUS == 'True') { echo '<div id="catMenu" class="col-sm-12 hidden-xs hidden-sm">'; } else { echo '<div id="catMenu" class="col-sm-12">'; } ?> <nav class="navbar navbar-default" role="navigation"> <div class="navbar-header"> <button type="button" class="btn btn-navbar navbar-toggle" data-toggle="collapse" data-target="#bs-navbar-collapse"> <span class="sr-only">Toggle Navigation</span> <i class="fas fa-chevron-down"></i> <?php echo TEXT_COLLAPSE_MENU; ?> </button> </div> <div class="collapse navbar-collapse" id="bs-navbar-collapse"> <?php echo build_hoz(); ?> </div> </nav> </div> <style> .dropdown-submenu { position:relative; } .dropdown-menu > .dropdown > .dropdown-menu, .dropdown-submenu > .dropdown-menu { top:0; left:100%; margin-top:-6px; -webkit-border-radius:0 6px 6px 6px; -moz-border-radius:0 6px 6px 6px; border-radius:0 6px 6px 6px } .dropdown-menu > .dropdown > a:after, .dropdown-submenu > a:after { display: inline-block; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f0da"; margin-left: 10px; color: #cccccc; } .dropdown-submenu:hover > a:after { color:#555; } .menu_custom_width { min-width: 200px; } </style> <script> $(document).ready(function(){ $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) { event.preventDefault(); event.stopPropagation(); $(this).parent().siblings().removeClass('open'); $(this).parent().toggleClass('open'); }); }); </script>- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@Demitry Thanks for all your help, I will do that if I get any problems with this other modification.- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@puggybelle Many thanks! That worked. I use the Navigation Bar too and don't want those links cantered.- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@ArtcoInc thanks for trying! It did not change anything.- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@puggybelle thanks but that did not do anything.- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@ArtcoInc thanks but that got wrong when I tested.. menu got strange.. the second image is before and the first one after.- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
Horizontal Categories Menu BS
Kurre replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
Is it possible to center the menu instead of have it to the left ?- 345 replies
-
- horizontal menu
- horizontal
-
(and 2 more)
Tagged with:
-
osCommerce 2.3.4.1. CE Bootstrap Version Why is the categories not 3 on every row ? Some rows only have 1 and others 3 as it should be ?
-
Images change on mouse over
Kurre replied to Kurre's topic in osCommerce Online Merchant Community Bootstrap Edition
I use 2.3.4.1 CE bootstrap version also called Frozen if someone is up to do this.. -
Images change on mouse over
Kurre posted a topic in osCommerce Online Merchant Community Bootstrap Edition
I use 2.3.4.1 CE bootstrap version. Is there any mod that can make the image on New products on index page and product listing to change image on mouse over ? It show the first image first and when you do mouse over it changes to the second images you have inserted to the product ? -
Images change on mouse over
Kurre replied to Kurre's topic in osCommerce Online Merchant Community Bootstrap Edition
@kgtee Well done of you ! I wish it was a Phoenix shop this one, I use 2.3.4.1 CE bootstrap version. It is to much work to move to Phoenix with Swedish languages and stuff right now for me. But thanks for your effort! -
Images change on mouse over
Kurre replied to Kurre's topic in osCommerce Online Merchant Community Bootstrap Edition
Yes that is true. If I want to do it in the New product for october menu on the indexpage I guess this is the code that needs to be changed. <a href="<?php echo tep_href_link('product_info.php', 'products_id=' . (int)$new_products['products_id']); ?>"><?php echo tep_image('images/' . $new_products['products_image'], htmlspecialchars($new_products['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'itemprop="image"'); ?></a> That shows the Main image, then if I want to have a mouse over that shows the Large image as the thunmbnail in that place I need to change that code somehow. -
Images change on mouse over
Kurre replied to Kurre's topic in osCommerce Online Merchant Community Bootstrap Edition
Thanks for the tip.. -
Images change on mouse over
Kurre replied to Kurre's topic in osCommerce Online Merchant Community Bootstrap Edition
Thanks, that is what i want.. if I only knew how to make it.. -
Images change on mouse over
Kurre replied to Kurre's topic in osCommerce Online Merchant Community Bootstrap Edition
I am not sure I made it so clear what I want to do. I insert 2 images to a product, normally the first image shows up like the thumbnail in the shop everywhere, and then, when someone hovers their mouse over th thumbnail the second images shows there.