Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

multimixer

Members
  • Posts

    4,733
  • Joined

  • Last visited

  • Days Won

    72

Reputation Activity

  1. Like
    multimixer reacted to rastlin in ShipStaion for OsCommerce   
    Everything seems to be working perfectly. The issue of No Connection during setup from Ship Station was due to little (stupid) setting within the OSCommerce. My cookies were being forced and this was blocking the connection from SS as SS was not able to use cookies when accessing the site. As soon as this option was turned off from within the OSC the installation from Ship Station was a success. I still had couple other issues due to too long strings that were in my database (payment string) as well as (shipping method string). I had to change those as well as make sure that the new orders would also meet the string length requirements. So far everything is working great. I really appreciate GreaseMonkey helping me look into his contribution and also Special thanks to George from Mini Template System contribution who jumped in and help me find the issue. 
     
     
  2. Like
    multimixer reacted to Dan Cole in getting 'easy' csv import to work   
    I'm going to lock this thread so it doesn't get out of hand but leave it here as an example of how not to ask for help.   If the OP persists further action will be taken.  Let's all play nice folks.
    Dan
  3. Like
    multimixer reacted to burt in Optional Related Products, Version 4.0   
    Kneejerk comments that get edited.  Remember that some of us get to read it all  
    Would suggest that if one gets angered by someone elses comment...go and have
     beer/coffee/tea and come back with a clear head ready for posting constructively.
  4. Like
    multimixer reacted to raiwa in Feedback for raiwa   
    If you buy an addon you are buying software without instalation service. Each addon package includes instructions for instalation.
    However you’ve got free support through 20 mails including one free customization and advices for problems unrelated with the purchased add-ons.
    You have never engaged me any job and didn’t pay for any request.
  5. Like
    multimixer reacted to clustersolutions in ULTIMATE Seo Urls 5 - by FWR Media   
    Hmm...true, clean code is important...
    I don't know if this banaid is better than the previous one,  but they both offer a similar solution.
    I would really do a var_dump($text_array) or print_r($text_array) just before the foreach statement to get a stack trace of the argument. You really need to know why PHP was complaining. In fact, the foreach statement wasn't just looking for an array, and it was expecting an associative array.
    FWR is a smart dude, I would definitely understood why before deciding on a fix. That would be my approach...some upstream setting may just fix the warning.
  6. Like
    multimixer reacted to gadlol in SEO Friendly Urls - a new approach   
    Problem fixed. Its a bug when the store has ONLY ONE category.
    osCommercians who have only one category and using Seo Friendly Urls must go and comment the line 308
          //elseif($citems==1) $children[] = $items[$clang]; //in case we have one category item without subcategories, rare but possible In the next upcoming update this will be fixed...
     
    @wHiTeHaT I asked from @Stephan Gebbers to send me info in PM because I knew that I had to investigate the problem on his live website.... After the bug fix I would ( as I did ) post the solution...
    About $  - who fixes it, it's another story but it would be nice to see if there would be anyone here that could fix it... :-) 
     
     
  7. Like
    multimixer got a reaction from raiwa in QTPro BS   
    @EchoGuns
    Please check your mail for support about integrating this nicely into your store
  8. Like
    multimixer got a reaction from Psytanium in Make a copy of a shipping module to use separate   
    Did you add a "_" into the module name, like zone_1.php and class zone_1 ?
     
    Change it to a name like zone1.
     
    Just a possible issue
  9. Like
    multimixer got a reaction from 57starchief in Feedback for multimixer and Mini Template System   
    I'm happy to have the chance to open this topic and get feedback in public about my work and about the services I offer
     
    In case you are a Mini Template System user or in case I did some work for you please feel free to write about your experience
     
    How was the communication? Did I came back to your questions? Did I help with planning the project? Did I deliver the work within the time scheduled? Was the pricing reasonable? Did I took care of any issues and problems? Do I keep following up after the work was delivered?
     
    Most important, the quality of work, is everything working as it should? Are you happy with my work?
     
    I would really appreciate if you would take the time to write a couple of sentences, good or bad, whatever it is
     
    --------
     
    Please do not post questions or enquiries here. You can contact me via my profile or via my partner page and I'll be happy to get back to you
  10. Like
    multimixer reacted to burt in Modal Info Popup Layer for osc 2.3.4BS   
    Oh of course, I understand there was no offence meant and none was taken by anyone, I'd hope.
     
    De Dokta's passing and especially Joli's passing made me more aware of internet-mortality. How would we all know if you or I or anyone else reading this today, sadly is no longer with us tomorrow?
    It's just another name that used to be on a Forum, is no longer on the Forum.
  11. Like
    multimixer got a reaction from Tsimi in [Contribution] Option Types v2   
    @@Tsimi
     
    "aria" has nothing to do with BS ( https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA )
  12. Like
    multimixer got a reaction from raiwa in [Contribution] Option Types v2   
    @@Tsimi
     
    "aria" has nothing to do with BS ( https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA )
  13. Like
    multimixer got a reaction from burt in [Contribution] Option Types v2   
    Why don't you upload it to the add ons area?
  14. Like
    multimixer reacted to bruyndoncx in Paypal App - Duplicate Tables - Please confirm   
    I don't have the paypal app, but have the same symptoms for a few of my settings.
     
    This sql will list duplucate configuration keys
    use phpmyadmin or similar to run the sql query and find out exactly
     

    select configuration_key, count(*) from configuration group by configuration_key having count(*) > 1
  15. Like
    multimixer reacted to Gyakutsuki in Easy Upload Module   
    hello,
     
    I created this contribution to help all the no programmers  to install easily a new module.
    you can use this module for osc 2.3 but It will be very interesting for 2.4 and next.
     
    To create a module is very easily.
     
    example  for ht_hreflang.php
     
    modules/header_tags/ht_hreflang.php
    languages/modules/header_tags/ht_hreflang.php
     
    Compress in zip and that's all.
    the system has a security and you can't upload a file everywhere, just in modules and languages directory
     
    if your server does'nt accept to write the files in the directory, just change the right on the directory in 777 and not on the files must be in 644.
     
    I hope the community wiil accept this contribution and propose this installation process.
     
    Tested on bootstrap gold.
     
    Comment and return are welcome to improve the development
     
    link to upload the module http://addons.oscommerce.com/info/9207
  16. Like
    multimixer reacted to De Dokta in Modal Info Popup Layer for osc 2.3.4BS   
    Support Thread for the new content module Modal Info Popup Layer for osCommerce 2.3.4BS
     
    Note: This content Module is for the bootstrap version of oscommerce 2.3.4 only!
     
    Download Link: http://addons.oscommerce.com/info/9204
     
    If you want your customers to take note of certain informations, there is one way to make them aware by using a popup window or a layer. This contrib uses a bootstrap modal for this purpose. When a customer enters the shop the first time, a info popup layer is once laid over the page - regardless on which site the customer enters the shop.
     

    The individual messages can be created via a pop-up manager as plain text, html-text and/or graphics in the admin area.There you can also specify a start and an expiration date for the display of messages.
     

     
    The add-on is designed as content module, which means that no changes to core files (in the frontend) are neccessary. Only in the admin area two files (admin\includes\boxes\tools.php and admin\includes\languages\english.php) must be changed to add a new entry to the tools box.
     
    Tested with bootstrap-gold and FF 35, Google Chrome 37.0.2062.124, Opera 26.0 and IE 8.
     
    Please report any problems here.
     
    J.J.
  17. Like
    multimixer got a reaction from De Dokta in Modal Info Popup Layer for osc 2.3.4BS   
    No need for that either, you can avoid modifying any file. Create a new (sub)box file + corresponding language file
    foreach ( $cl_box_groups as &$group ) { if ( $group['heading'] == BOX_HEADING_TOOLS ) { $group['apps'][] = array('code' => 'popup_manager.php', 'title' => MODULES_ADMIN_MENU_TOOLS_POPUP_MANAGER, 'link' => tep_href_link('popup_manager.php')); break; } }
  18. Like
    multimixer got a reaction from Roaddoctor in Login with PayPal - Content Width setting ignored   
    You can't display 3 modules of "half width" in a row: 3 x 0,5 = 1,5
     
    Beside that, it looks that you didn't change the paypal login to unsemantic, you have
    <div class="contentContainer grid-50"> <div class="contentContainer grid-50"> <div class="contentContainer grid_8"> In regular 960 the grids total must be 24, in unsemantic I guess 100
  19. Like
    multimixer got a reaction from burt in Simple tracking module   
    I'm sorry, but no
     
    This type of "add ons", uploaded in a "hurry" as you say, with missing code parts and other code parts damaging peoples databases are exactly what should not be in the add ons area
     
    People will spend hours trying to install this and end up with a broken store as @@bkiani just posted. Such a store, big or small, may me the way someone makes his living, this is not a game here
     
    There is of course the users responsibility, to take a backup before doing anything or leave it at all if he has no idea, but, at the other hand, there is also the contributors responsibility, to make sure that what they upload is working correctly
     
    You didn't test - enough - what you uploaded and you didn't check at all what you are posting here. What is now with OP's database? It's damaged because of your advise, given in a "hurry". Are you going to help him to restore?
  20. Like
    multimixer got a reaction from GLWalker in Is there an Admin Shipping Module available?   
    Not sure what you are looking for, do you want to ship administrators?
  21. Like
    multimixer got a reaction from joli1811 in Is there an Admin Shipping Module available?   
    Not sure what you are looking for, do you want to ship administrators?
  22. Like
    multimixer got a reaction from fmr in [Contribution] iOSC - mobile version of OSC on your iPhone   
    @@raiwa
     
    Issue fixed already. MTS is not getting included in case of MOBILE_SESSION
     
    Great work by the way, it improved a lot since the last time I saw it installed
  23. Like
    multimixer got a reaction from Supertex in osc 2.3.1 Unique Order Number   
    Best is, not to use this add-on or any other in this direction.
     
    Leave the order number in the database in peace, same with any other auto incrementing ids, sooner or later you will mess up while changing them
     
    If you want a different order number to appear on your invoices or anywhere else, then do it in php, in the file you are showing the order number. 
     
    You could create a function say "format_order_number($order_id)" that will reformat the order number by adding a date, or id, or the name of your pet and then, at each place where the order id is going to the screen, pass it through this function first
  24. Like
    multimixer got a reaction from mattjt83 in osc 2.3.1 Unique Order Number   
    Best is, not to use this add-on or any other in this direction.
     
    Leave the order number in the database in peace, same with any other auto incrementing ids, sooner or later you will mess up while changing them
     
    If you want a different order number to appear on your invoices or anywhere else, then do it in php, in the file you are showing the order number. 
     
    You could create a function say "format_order_number($order_id)" that will reformat the order number by adding a date, or id, or the name of your pet and then, at each place where the order id is going to the screen, pass it through this function first
  25. Like
    multimixer got a reaction from burt in osc 2.3.1 Unique Order Number   
    Best is, not to use this add-on or any other in this direction.
     
    Leave the order number in the database in peace, same with any other auto incrementing ids, sooner or later you will mess up while changing them
     
    If you want a different order number to appear on your invoices or anywhere else, then do it in php, in the file you are showing the order number. 
     
    You could create a function say "format_order_number($order_id)" that will reformat the order number by adding a date, or id, or the name of your pet and then, at each place where the order id is going to the screen, pass it through this function first
×
×
  • Create New...