Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Tsimi

♥Ambassador
  • Posts

    2,353
  • Joined

  • Last visited

  • Days Won

    85

Everything posted by Tsimi

  1. i would like to know if anyone has one of the following two add-ons below up and "running" on a osC 2.3.3.4 shop. if yes, which version works "without" getting any error messages? most of these version require additional add-ons to be installed which i don't need. or how do YOU edit your orders? any other tool available? order editor for osC 2.3 http://addons.oscommerce.com/info/7844 order editor http://addons.oscommerce.com/info/1435 at this point i would like to say a few words regarding the two add-ons. the first link; suppose to run on a 2.3 osC shop. IT DOESN'T!!! the first download works if you have mindsparx admin which i don't need. the second link suppose to fix that but it doesn't. and the indian dude, well,.....no comment! the second link; the add-on area is ridiculous i have never seen so many crappy uploads for an add-on. (excuse my language) that area needs definetely cleaning. why in gods name are people not uploading "full packages"? and before you upload something make sure you take out your crappy custom codes from other add-ons! and don't code things so that people are forced to install other additional add-ons to make this one run, that is total bullshit (again excuse my language) after hours of trying and trying i'm frustrated and quite pissed off. i'll have a beer and cool down.....
  2. just tested, so far no problems. topic can be closed or even deleted. thank you.
  3. if i install a japanese language pack is there any trouble to be expected regarding encoding and UTF-8? does anyone has experience with japanese or chinese language packs? my target would be to have a english/german/japanese store.
  4. i tried again with firefox, chrome, IE and my android smartphone chrome and standart browser, still can't see anything. the tab shows the pages name and some sort of right facing arrow but that's it the main page is blank. anyway i don't want to solve my browser issues here. if somebody could be so kind and post a screenshot of that page/menu i would be very thankful.
  5. the site is blank. maybe it's my browser, but i can't see nothing when i click that link.
  6. change // Additional Products Sort echo '<td align="center" class="dynamicMain">' . tep_draw_form('sort', FILENAME_DEFAULT, 'get') . '<b>Sort by:</b> '; to // Additional Products Sort echo '<td align="center" class="dynamicMain">' . tep_draw_form('sort', FILENAME_ADVANCED_SEARCH_RESULT, 'get') . '<b>Sort by:</b> ';
  7. i'm sure you have your reason as too why you want to limit the browsing possibility for customers but you could just hide the second category area by adding following code to your superfish.css find .sf-menu ul ul li { } and add display:none to it .sf-menu ul ul li { display:none; } the only problem left now are the arrows that show when there are more subcategories. since you are just "hiding" the 2nd subcategory the system still shows the arrows. so go to your superfish.js file and look for (on line 19) menuArrowClass: 'sf-arrows' change to menuArrowClass: '' now all the arrows are gone. the thing is that there are no arrows on the main/first categories to show that there are subcategories. sure not the cleanest way to do it but easy.
  8. thank you john. i probably mixed up the add-ons on my pc. i had two aas v0.2 add-ons and it looks i took the wrong one. :x
  9. hi john i have about 5 osC stores (ver. 2.3.3.4) installed locally (XAMP) and in all of them i installed your great add-on. in the last two installations i have encountered a error message inside the left Temp Product's list box/area Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in C:\Users\Lambros Tsimitselis\Music\xampp\htdocs\testshop\admin\includes\functions\database.php on line 103 the line 103 inside database.php says following: 102. function tep_db_fetch_array($db_query) { 103. return mysqli_fetch_array($db_query, MYSQLI_ASSOC); 104. } i didn't had this problem before with the other 3 installations. what could be the cause for this message?
  10. Hi Joli :) First thing i did was adding menuArrowClass: 'sf2-arrows' to the .js file and add the definitions to the css file. But it didn't work. I solved it by adding a sf2-arrows class to the <li> tag inside the megamenu .php file (<li class="sf2-arrows">) and then add the definition, that looks similar to the one you postet, inside the css. The last issue left is the "mouseover" (sfHover) function. (that is what firebug is showing when i mouseover the menu tab with the arrow.) .sf-arrows2 .sfHover > .sf-with-ul:after { I have different colors for the arrows if i don't mouseover them. The choice i currently have left is either have them have all the same ":hover" color or i deactivate the :hover function inside the css and have no mouseover effect on the arrows. the text and anything else i can customize now as i like even each single arrow-color can be changed. I have tried various possibilities for the "hover color" inside the css but no luck. the only thing i can think of is the sfHover definition inside the superfish.js file. I have no live shop (not yet!). Everything is installed local and running with XAMP. But it would be my pleasure to give you all files i have so far to try it out if you'd like. The files you need are: template_top.php header.php superfish folder with css and js files in it sf-megamenu.php sf-navmenu.php i think that's about it. Should i attach them here in this topic? or send you them via e-Mail? kind regards Lambros
  11. UPDATE: Thanks to Joli and Jim i created now a basic menu and a so called megamenu with completely different styles. http://imageshack.us/a/img189/6738/nmm8.jpg As Jim suggested i gave them two different "ID"s and initialized them separately with jQuery('#menu1').superfish({ <ul class="sf-menu2" id="menu1"> and jQuery('#menu2').superfish({ <ul class="sf-menu" id="menu2"> Like this i can even give them separate options like fade-in or different speed. Keeping their css files separately didn't work so i kept the superfish.css and added the megafish.css data inside the superfish.css, so now i have one css file for both menus. As you can see in the image above i have also two different colors for the arrows (finally!). (by adding <li class="sf2-arrows"> to the megamenu and add the definition inside the css) There is only one last thing that bothers me a bit, the sfHover class! That is the class used to change the color of the arrows when mouseover the top tab. If i delete following part i have no mouseover effect if i leave it i can only define "one" color for both menu. .sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: white;*/ /* IE8 fallback colour */ } Changing it to sfHover2 or anything like that didn't work since the sfHover is defined inside the superfish.js and i have no clue regarding javascript. I could live with it but it would have been great to have a perfect solution. Now the next step would be to install Jims Add-On again and see if i can keep the two different styles. One more thing, inside the add-on are following files jquery-1.10.1.min.js jquery-ui-1.10.3.min.js and so on....do i need these 1.10.1 or 1.10.3 files?? I have the original .js files that come with osC 2.3.3.4 and have no problem so far with the two menus installed right now. Thanks again and kind regards Lambros P.S. WHY CAN I NOT ADD ANY THUMBNAIL IN THIS FORUM!?? <_< they just won't show up correctly even if i use the imageshack code.
  12. Hi Joli Thank you for your very helpful advice. I think i messed up too much with the files so i'll reset once and reinstall everything from zero again. Thanks again.
  13. i have a "vertical category box" in the left column and at the same time a "superfish horizontal menu", with tabs like "home", "products", "contact us" inside the header. i would like to have 2 independent changable superfish menus. can i just copy "everything" that comes with kymations add-on and rename it to something like xxxx2.php or xxxx2.js? would that alone work? what i got so far is this: i installed kymations add-on (Superfish Categories Box) and created a file called sf-horizontal.php and put that file inside the catalog/includes/modules folder. i copied the superfish.css and called it superfish2.css (css files are inside the same folder) my template_top.php looks like this (the superfish part) <?php // Start superfish VERTICAL categories box ?> <script type="text/javascript" src="ext/jquery/superfish/js/jquery.hoverIntent.minified.js"></script> <script type="text/javascript" src="ext/jquery/superfish/js/superfish.js"></script> <script type="text/javascript" src="ext/jquery/superfish/js/supersubs.js"></script> <link rel="stylesheet" media="screen" href="ext/jquery/superfish/css/superfish.css" /> <link rel="stylesheet" media="screen" href="ext/jquery/superfish/css/superfish-vertical.css"> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('ul.sf-menu').superfish({ animation: {height:'show'}, // slide-down effect without fade-in //animation: {opacity:'show', height:'show'}, // slide-down effect with fade-in speed: 'fast', // speed of the opening animation. speedOut: 'fast', // speed of the closing animation. delay: 100 // 0.1 second delay on mouseout }); }); </script> <?php // End superfish VERTICAL categories box ?> <?php // START superfish HORIZONTAL MENU ?> <link rel="stylesheet" media="screen" href="ext/jquery/superfish/css/superfish2.css" /> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('ul.sf-menu sf-horizontal').superfish({ //remove the sf-horizontal to show arrows inside the menu animation: {height:'show'}, // slide-down effect without fade-in //animation: {opacity:'show', height:'show'}, // slide-down effect with fade-in speed: 'fast', // speed of the opening animation. speedOut: 'fast', // speed of the closing animation. delay: 100 // 0.1 second delay on mouseout }); }); </script> <?php // END superfish HORIZONTAL MENU ?> inside the header.php file i inserted following code: <div class="clear"></div> <?php if ( file_exists(DIR_WS_MODULES.'sf_horizontal.php') ) { require(DIR_WS_MODULES.'sf_horizontal.php'); } ?> <div class="clear"></div> and the sf-horizontal.php looks like this: <ul class="sf-menu2"> <li> <a href="mylink"><?php echo '' . TOP . ''; ?></a> </li> <li> <a href="#"><?php echo '' . PRODUCTS . ''; ?></a> <ul> <li> <a href="mylink"><?php echo '' . HARDWARE . ''; ?></a> </li> <li> <a href="mylink"><?php echo '' . SOFTWARE . ''; ?></a> </li> <li> <a href="mylink"><?php echo '' . DVD_MOVIES . ''; ?></a> </li> <li> <a href="mylink"><?php echo '' . GADGETS . ''; ?></a> </li> </ul> </li> <li> <a href="mylink"><?php echo '' . WHATS_NEW . ''; ?></a> </li> <li> <a href="mylink"><?php echo '' . CONTACT_US . ''; ?></a> </li> </ul> with the codes above the arrows won't show inside the horizontal menu or they show up but the style/design of the arrows is connected to the vertical menu .css. right now i either "have" arrows but for that i can't change the design of the menu separately or i have "no" arrows but i can change the design of the menus separately.
  14. @@Hermann Did you clear everything? History -> clear recent history -> Time range to clear choose "everything" make sure that everything is checked. browsing & download history form & search history cookies cache active logins offline website data site preferences i think the cache and cookies part is the most important but to just make sure i cleared everything. in the other hand, it is the admin area and customers don't have access to that so why not use an other browser to work with? i've tested it with fire fox, chrome and IE10 just to see if there are any bugs so i can help gadlol to improve his add-on but i don't "need" to work in AAS with firefox necessarily.
  15. I found the solution to that chrome browser problem! (w00t) when using chrome browser, everytime i click "any" input field in the shop a yellow outline/frame appeard. this doesn't happen in firefox or ie10. So i searched in google and found a guy that had this problem: How do I stop Chrome from yellowing my site's input boxes? i didn't think that this would be related to the pop-up window problem too but i just gave it a try and it worked! you just need to add outline-style: none; to the .ajax_cart class inside the stylesheet and the stupid double borders disappear! now the pop-up window looks same, as it was meant to be, in all 3 browsers. (firefox, chrome, ie10) tak!
  16. it worked now. i cleared the "recent history" and restarted the browser and it worked. :sweating: so it was my browser that had a hiccup, sorry.
  17. Γειa σου Γιάννη Bravo! Very, very nice Add-On. I'm testing it right now on my local server (xampp) and it runs smooth so far. The only problem i encountered is; when using firefox (ver. 25) the field menu (right side) and the temporary menu (left side) won't appear when i click on the activation button. I don't have that problem with IE10 or Chrome Browser. Anyone else had the same issue? Or is it just my Browser?
  18. Hi Doc Perhaps French? or from a French speaking country? Since French people tend to use Monsieur very often. and because of the plus.png, moins.png. If yes, merci beaucoup pour votre aide et votre temps. click my avatar.... ;) hahaha... :lol: first, you created THE most nice, good looking and easy to follow installation manual. love it! the black background and separation, very nice. I know to well what you mean, and therefore appreciate very much that you take the time to help me out here. I'm currently trying to install other add-ons and they are giving me headache too, well one got solved with the help from burt. but still many others to go...and after that many more....again thank you very much and i'll keep trying. like i mentioned i don't have a live store running yet so i still got a bit time to play around with the code and perhaps make it work as i like it. Lambros
  19. Thank you so much burt! *bigbow* your index.php did the trick. It's 0:43 here so i'll go sleep and take a closer look tomorrow (well, today) again. It's a really great add-on and it deserves more attention. i think most people give up or don't choose this add-on because there is no (step by step) install manual. If you allow it, i would like to create a step by step manual for your add-on. not really sure i can make it but i would like to try. Thanks again. Lambros
  20. hi actually i was looking for a Category Description Add-On for 2.3.3.x but could not find anything that works and during my search here (osC Forum) i read people mentioning SEO Add-Ons which include Categories Description so you could have SEO and Description in one. I searched for SEO and found this. SEO Header Tags - RELOADED http://addons.oscommerce.com/info/8864 I just love this add-on and its to bad it doesn't get the same attention as the other SEO add-ons. why is that i wonder? great job on this one burt! :thumbsup: this contribution reminds me of an old add-on i used in the days of osC 2.2MS2 called header tags controller. it also has the category description field in the admin but won't show up in the category in the front end. maybe i'm misunderstanding that function so if burt or anyone else could shed light in this i would really appreciate it. and is this add-on compatible with ULTIMATE Seo Urls 5? thank you and regards Tsimi
  21. Did anyone "successfully" install this Add-On on a osC 2.3.3.x system?
  22. :D you did really a great job in this one. :thumbsup: i'll do that. maybe i can narrow it down. i don't have other add-ons in it, its a clean installation. to test add-ons i always try them on new installed osCommerce shops to see how they look and work. i'd love to but i don't have a live shop yet only local installations running on xampp. i also tried to put the small jquery cart icon in the header so that customers could mouseover it and klick to see the contents of the shopping cart but i'm having trouble to do that. the icon is in place but the "klick me to see" text is not multilingual and somehow if i try to change the amount of an item it won't load/update the amount and new price. ex. 1 item $60, 2 items should be $120 but it doens't do that if i put it inside the header. if i try it in the shopping cart header it works like a charm. my target would be to have a cart in the header which is no problem to do and your cart icon next to it so that customers could get more detail info on the items in the cart. i'll keep trying....i'm not a coder or programmer so my steps forward are small but eventually the'll get me to the target. ^_^ thanks again and regards tsimi p.s. please don't call me mr. i feel so old when people do that. just Tsimi or Lambros is ok. ;)
  23. Hi First of, THANK YOU for this great, good looking Add-On. After i successfully installed this Add-On i'm facing a strange problem. When i'm using Chrome Browser (ver. 30.0.1599.101) the border of the popup window appears double with two different border-radius and color. But with Internet Explorer 10 and Firefox (ver. 14.0.1) everything looks fine. It's a bit difficult to explain so i took some sample pictures to show what i mean. Chrome Browser http://imageshack.us/a/img811/6000/6uqs.jpg Firefox Browser and IE10 Browser http://imageshack.us/a/img201/2258/n6ql.jpg What might be the cause of that? Thanks & regards Tsimi
  24. multilingual support, very nice! and the window is wider then in v 0.1. don't tell me you speak german too.
×
×
  • Create New...