-
Content count
4,733 -
Joined
-
Last visited
-
Days Won
72
Everything posted by multimixer
-
Modal Info Popup Layer for osc 2.3.4BS
multimixer replied to De Dokta's topic in General Add-Ons Support
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; } } -
Login with PayPal - Content Width setting ignored
multimixer replied to Roaddoctor's topic in PayPal
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 -
How to expand or restrict template width?
multimixer replied to XxWickedxX's topic in Templates and Images
@@pjsmith82 It is not very clear what is happening, would be better you post your url Beside that, version 2.2 is quite old now, you'll run into more serious problems than the store width very soon, the best advice I can give is, to upgrade to the latest osCommerce version or the alternative bootstrap version. -
product image problem after installing SPPC (716)
multimixer replied to Ralf_Tech's topic in General Add-Ons Support
The problem are in the changes you did in file product_info.php While version 2.3.4 is using colorbox, the SPPC reference file that you probably used or copied over is using fancy box for the images You need to merge the file manually and do only the changes related to SPPC -
What add-on I need to get this calculator?
multimixer replied to peguere's topic in Add-Ons Development
Do you mean the live price update feature? Check this post -
Theme Install issue with OsCommerce/GoDaddy?
multimixer replied to MandyMarieB's topic in Templates and Images
I assume that you are trying to install this for "educational purposes" as per their conditions ? Your problems are probably because what you are trying to install is a complete store - not a template - that is based on a older osCommerce version You should get in touch with them for further advice and support, since this is a 3rd party commercial product, it can't be discussed on the forum If you decide to go with a a well supported and working solution, then check please the osCommerce partners for templates You can also learn to design your self, it is not that hard as it sound, here is a book that will help you You can also design your store without spending any money, you just need to invest some time and will to learn, you can always check the forum and ask your questions here, there are many people who will help you -
@@bkiani Do you have a backup of your database? If so, restore it. If not, try to remember if you created any "zones" in admin? In case you didn't, you can re-import a default zones table.
-
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?
-
I'm sorry, but why do you delete table "zones" ?????
-
Interesting project: 2 stores, 2 domains, 2 layouts <--> 1 admin, 1 database, 1 set of files
-
Is there an Admin Shipping Module available?
multimixer replied to adanob's topic in Shipping Modules
Not sure what you are looking for, do you want to ship administrators? -
[Contribution] iOSC - mobile version of OSC on your iPhone
multimixer replied to bumbarash's topic in General Add-Ons Support
@@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 -
[Contribution] iOSC - mobile version of OSC on your iPhone
multimixer replied to bumbarash's topic in General Add-Ons Support
@@fmr Please get in touch via email about any MTS related issues, I'll be happy to help -
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
-
Looking For Testers: New PayPal App
multimixer replied to Harald Ponce de Leon's topic in Add-Ons Development
Just a quick report: I installed this on a 2.3.4 store using the "legacy" files and instructions, no issues Then I retrieved sandbox credentials using the button on the credentials page, it is impressive and worked very well Installing/unistalling paypal modules via the "configure" page working well On the log page, in column customer, it say "guest", not sure who the "customer" is and who the "guest" was? The log details may look a bit scary, not sue what a normal shop owner should do with this information? Back on the configure page and having "payments standard" enabled, the screen require the various keys and certificates. I'm not sure if they could be "retrieved" same as credentials, but here it need a "help" link either to a paypal site or to osCommerce help site to explain how and what to do Very colourful interface but I'm sure this will change Will do around tomorrow again while waiting for the upgrade and curious about how I'll know about? EDIT: url and admin access are availble -
Ultimate SEO URLs with non English characters not working
multimixer replied to mamalos's topic in General Add-Ons Support
Still not clear what exactly you use, is it the one by FWR media or by Jack_mcs ? Maybe you post the link to the add-on Not sure what the "original location" is? Does it work like this for you on one server and now you want to transfer the site to an other server where it doesn't work? The url that I posted is just a example website, not any "original", I used there USU5 by FWR media. Do you have the same? -
Ultimate SEO URLs with non English characters not working
multimixer replied to mamalos's topic in General Add-Ons Support
It is also possible to get greek or any accented characters into the url, example http://lucasled.gr/product_info.php/Αδιάβροχη-Ταινία-led-48w-cool-white-p-2006 -
Ultimate SEO URLs with non English characters not working
multimixer replied to mamalos's topic in General Add-Ons Support
What SEO urls addon do you use? There are 2 of them -
There is also a very good e-book available, forgot to mention this before. All in all, there are many solutions, guides, posts etc available. STS worked well in the past, I've been using it my self, but things are changing
-
@@TracyS Why don't you start a new topic with a drawing/image/mock up of what you want to achieve and the question how to do it? Would be a interesting topic I think and something like a design guide for all people with the same question I have also a post with some tips and ideas on my blog Regarding MTS - that can't be discussed here, so I can't answer to your comments - why don't you simply get in touch? :)
-
[contribution] individual product shipping prices
multimixer replied to dmGremlin's topic in General Add-Ons Support
@@bigbird_3156 Replace any instance of "mysql_" with "tep_db_" in that file example: mysql_query become tep_db_query -
The problem in in the sorting of the query in product_info.php A simple order by database_field , produce following 1 11 2 etc You can use order by ABS(database_field) to get the correct 1 2 11
-
@@badbo Check if you have any product or any category without a "name"
-
QPBPP / Shows Prices 2 times... want to add Ind. price with qnty
multimixer replied to toughmama's topic in Add-Ons Development
@@toughmama What you need is a further customisation of a custom functionality you have on your store. Please check your email