-
Content count
4,733 -
Joined
-
Last visited
-
Days Won
72
Everything posted by multimixer
-
Can you say what the problem is?
-
oscommerce manual order maker, live order in to cart
multimixer replied to MaOsc's topic in Add-Ons Development
I think this is the default behaviour for logged in users. The system save the cart and "load" it again the next time the user login -
[contribution] Simple Template System (sts)
multimixer replied to DiamondSea's topic in Templates and Images
@@soul21mate You don't copy anything, because STS don't work on version 2.3.x -
Front Page add-on- 'Text Main' editing problem
multimixer replied to burlington's topic in General Add-Ons Support
Instead of wasting the time to bump your post up, I would suggest to search for the addons support topic, look there for a possible solution and in case your issue has not been covered before to post then to that topic -
@@UsingOSC First thing to check would be, to make sure that file catalog/includes/modules/header_tags/ht_google_analytics.php is on the server
-
checkout is adding the weight, but all as only 1 package
multimixer replied to dwbeuki's topic in Shipping Modules
Not clear what you mean Say each item has a weight of 1.5 kg When you have 10 items in the cart, what is the weight you are getting, 1.5kg still or 15kg? -
Problem with installing Consolidated Login with Guest Checkout for 2.3.1 v1.0
multimixer replied to FantasyArt's topic in General Add-Ons Support
You need to say what module and best is you post a link to it -
Problem with installing Consolidated Login with Guest Checkout for 2.3.1 v1.0
multimixer replied to FantasyArt's topic in General Add-Ons Support
No idea what you did, but the error is telling you that file includes/languages/english/create_account.php is missing Place hat file back and this error will go away -
Will Addon 'Define MainPage' work on OSC 2.3.1?
multimixer replied to burlington's topic in General Add-Ons Support
You don't need this addon Take a look at "modular front page" -
Well, maybe there is one for version 2.3 somewhere
-
This would not be an upgrade in this case, but a downgrade, or better to ay "sidegrade" The template you found is based on a discontinued version of osCommerce, a development idea that got dropped and replaced by the actual v3, that is not production ready yet If you want a store today, then start with version 2.3.3, this is the only full working and supported osCommerce version today You don't need to use any version hat your host offer, who knows what this is, best is you download the latest version from here and install this You can then either customize it your self, or buy a template, best is you use google to find a template provider, just make sure that it is not just a reseller and hat there is support
-
@@DunWeb Hi Chris To be honest I don't know, never looked at the file, I can just see that there are several posts regarding the text options (text and textarea) not being transfered to the cart or empty cart issues, that's why my suggestion to compare with Zappo's package that work fine
-
Best way to go on is to compare each of the addon files with your files. Installation instructions may not be complete or very clear, the files have the code as it should be. On top you have a modified store as you say, so you can't just replace any files, you will erase any modification you did to that files previously You need to put special attention to file catalog/includes/classes/shopping_cart.php . The file included in the recent upload seems not correctly done. AsI suggested before, best is you take the file of the original package by Zappo (last upload by Zappo) and compare it to what you have Regarding paypal_standard.php, this is necessary only if you plan to use this payment method. The changes in that file are equal to what is done in checkout_process.php because paypal use it's own file to process the checkout
-
Beside that, the link to your admin that you posted, say you have opencart? Here is osCommerce
-
Are you sure that you use version 2.3.3 ? It doesn't look like this The line $zones_table = split("[:,]" , $zones_cost); was in version 2.2, while 2.3.3 use following $zones_table = preg_split("/[:,]/" , $zones_cost); You can use the updated code, but I would suggest you check the version you use. Do you have maybe a template and have been told it is version 2.3.3? Or did you install some addon and replaced the file?
-
Not very clear what you mean. Can you be more specific?
-
@@abbott75 I just corrected the part of code that you posted. I don't now how you modified the file and also not what error you get, that may have other reasons. What you need to do is to add <?php // kgt - discount coupons if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) { ?> <h2><?php echo TABLE_HEADING_COUPON; ?></h2> <div class="contentText"> <?php echo ENTRY_DISCOUNT_COUPON.' '.tep_draw_input_field('coupon', '', 'size="32"', $coupon); ?> </div> <?php } // end kgt - discount coupons ?> to anywhere where you want the discount coupon input field to appear, this can be after the comments area, so, after <h2><?php echo TABLE_HEADING_COMMENTS; ?></h2> <div class="contentText"> <?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', $comments); ?> </div> If you are getting any errors, you need to say what errors and under what conditions
-
@@abbott75 Check for my answer at your other identical question
-
Your code has to look like this:
-
Looks like jQuery UI 1.9.0 is a real improvement, many new features in there
-
Chatted about this with Matt yesterday. Apparently the behaviour before 1.9.0 was incorrect so the change in 1.9.0 is a fix, not a bug.
-
-
- Show next comments 12 more
-
-
Need star rating customer testimonials
multimixer replied to damianb123's topic in General Add-Ons Support
Do you have any addon or something installed that allow testimonials ? If so what addon? Or what modification? Don't expect everyone to know what you have installed in your store -
Need star rating customer testimonials
multimixer replied to damianb123's topic in General Add-Ons Support
Do you mean the "reviews" or do you have any addon installed? Reviews have a star rating by default -
Post that portion of the file the way you have it now
-
You can not use the same database, best would be you start over You can also take a look at easy populate for csv imports
-
Ys, better you use the 2.3 series and version 2.3.3. Version 3 is not production ready, so I guess that what you intent to use is the "3 alpha" version that is discontinued