Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

felix-swiss

Pioneers
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    felix-swiss reacted to kymation in [Addon] Modular Navigation Bar (Bootstrap)   
    @  There is nothing in the navbar that calls that SQL. That's something to do with products, while the menu only deals with categories. Check elsewhere in your code for that SQL.
     
    Yes, CSS is complicated. You need to do a bit more to override an existing rule. Try this:
    dropdown-submenu:hover>.dropdown-menu { display: table !important; } You can also be more specific, since CSS will always prefer a more specific rule over a more general rule.
     
    There are many reasons to change something that works. In the case of the old osCommerce jQueryUI, it was because some of the modules we used became proprietary and could not be distributed with any open source program. And the old version no longer worked with the new versions of jQueryUI. And the new jQuery themes didn't work with the old jQuery code. And there were major bugs in the jQueryUI code that will never be fixed. Also it looks like jQueryUI is dying. Enough reasons for you?
     
    Then how about security? Old versions of osCommerce have some of the worst security bugs I've ever seen. You had better update any time one of those is discovered, or you risk losing your entire business.
     
    The reason your Mercedes updates are trouble-free is that you pay lots of money to an expert to keep it updated. You can do that with osCommerce too. Just pay an expert and don't worry about the code. If you want to save money and do it yourself, plan on learning how the software works.
     
    Regards
    Jim
  2. Like
    felix-swiss reacted to Melhor in [Addon] Modular Navigation Bar (Bootstrap)   
    Yes Jim, I added .
     
    dropdown-submenu:hover>.dropdown-menu {
    display: table; }   to the user.css and like mostly nothing changed. Maybe need a manual how to do? In the OLD TIME OF OSC there where just few css and 99% was in the stylesheet.css. Today we have Bootstrap "SIMPLIFY"  to be readable with xs devices.  That "SIMPLIFY" is soooooooo COMPLICATED because XXX thousand of css rules are INHERITED and OVERRULED by other css rules. Most rules I changed in the library of css files did'n change anything because their overruled by bootstrap.min.css. In other words, iff a rule excist in one or more css file(s) and also in bootstrap.min.css I change the rule in last file, because that works for 100%.   About UPDATES : Never change a winning horse ! I NEVER update whatever that works properly.   Windows, software's, addon's, smartphones, keep it like it is when it's working fine. Most troubles are after an update.   The ONLY update that was trouble free is my Mercedes.   greets  Kozak
  3. Like
    felix-swiss reacted to ecommunlimited in Which discount mod works with PayPal App Express Checkout?   
    @@raiwa
     
    I found what my issue was caused by, or at least I believe it to be. I was using Discount Codes 3.6 BS with the Modular Shopping Cart and Ship In Cart BS options. They were not compatible with it because when I was updating the Discount Codes I did NOT update the others along with it. I believe that was the issue. Once I updated all 3 it worked fine. Since then I have updated to Discount_Codes_4.1_BS and the other 2 are updated as well. They work as intended.
     
    Take care
    Bill
  4. Like
    felix-swiss reacted to Guest in Store Pick Up Module - Depreciated: Function Split on line 65?   
    @@REALGOODEAL
     
    Use:
    $dept_allow = preg_split("/[, ]/", $codep['configuration_value']);
     
     
     
    Chris
  5. Like
    felix-swiss reacted to Peper in Delivery option file needs updating   
    Solved, thanks Burt - line 36 changed to $city = preg_split ('/,/', $zip_up);
    line 69 changed to $table_cost = preg_split("/[:,]/" , MODULE_SHIPPING_DLYC_COST);
×
×
  • Create New...