-
Content count
5,617 -
Joined
-
Last visited
-
Days Won
67
Everything posted by 14steve14
-
Search the add ons there is one for 2.2
-
Jim A big thank you for sorting this mod. Just installed on a modified 2.3.1 test site and works like a charm straight out the box, as i would have hoped for. Many thanks.
-
Some older addons, specifically those for 2.2 need altering to work with 2.3.1. Check to see if there is a latest version for 2.3.1 before adding.
-
Nope. Try this one http://addons.oscommerce.com/info/6783 Just follow the manual instructions.
-
Kenkja Oscommerce doesnt do this as standard. There is an add on for 2.2 that will work with paypal standard in 2.3.1 that will send the details to paypal.. Its in the add on sectiion somewhere.
-
There is an addon called headers already sent which may help you. its in the add ons somewhere. It will check for whitespace in the file.
-
[CONTRIB] UK Royal Mail & Overseas Shipping Methods
14steve14 replied to stu2000's topic in General Add-Ons Support
I have this running on 2.3.1 with no mods made, and no problems encountered straight out of the box. All i had to do was to update all the prices. -
[CONTRIB] UK Royal Mail & Overseas Shipping Methods
14steve14 replied to stu2000's topic in General Add-Ons Support
Have you turned the modules on. There is an option in every module to turn them on or off. Just click the module, click edit and make sure that true is enabled. -
It looks like you could be the saviour of everyone else who wants a t shirt mod. Why dont you pay to get one specially coded, then you could release it as a mood, or sell it. This could be your chance to return something good to the oscommerce community.
-
Open the page in your web browser and click view source. You will find any related divs or tables. That code is not in a standard oscommerce set up, so either you are using a template or the code has been altered. If you are using a template try contacting the template supplier and ask them for support.
-
Did you also install the new files
-
In your catalog/product_info.php whats the code around include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS); That is where the module is called. Also in a stylesheet somewhere you must have the following cont_heading_l cont_heading_td cont_heading_r ableBox_output_td main I expect the bottom one will control the background colour whick looks like #AEB6BD or something close.
-
Are you looking in your includes/modules/xsell file. If you view source of your wab page the code quotred above is there.
-
Make sure you have define('TABLE_HEADERTAGS_KEYWORDS', 'headertags_keywords'); in your admin/includes/filenames.php
-
BOX_HEADER_TAGS_KEYWORDS is probably wrong i searched my site and can not find this referenced. Add you your admin/includes/languages/english.php define('BOX_HEADER_TAGS_KEYWORDS', 'Keywords'); and that should solve itt.
-
Javascript files have all been moved to your admin/includes/application_top.php file. Most of the javascript code you need to add is already in this file. Make sure you are not calling the same files twice or nothing works. Then if i am not mistaken the next bit of code does not need to be added as the section of code it goes in has all been removed from 2.3.1 A while ago i asked a similar question asking for a working copy of the admin/categories.php file from someone who has installed both these contributions and no one answered. I spent ages sorting this out in the end.
-
I have just installed this on 2.3.1 and after a bit of code changing it works fine. You will have to manually update all the files, but the instructions are quite clear and easy to follow. Backup your files first and give it a try. The only thing i will say is that when it comes to the categories page take your time and do not add all the code for the javascript as some of it is already installed and in a newer version.
-
Problem sorted.
-
In my previous posts i have said i am trying to integrate SPPc and quantity price breaks in a clean install of 2.3.1. and have been getting page errors. I have narrowed it down to the following javascript code <script language="javascript" src="includes/general.js"></script> <!-- BOF QPBPP for SPPC - Javascript for Tabs //--> <link rel="stylesheet" href="includes/tabs.css" type="text/css" media="screen"> <script src="includes/javascript/jquery-1.2.6.js" type="text/javascript"></script> <script src="includes/javascript/ui.core.js" type="text/javascript"></script> <script src="includes/javascript/ui.tabs.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){ /* Tabs for Languages */ $("#langtabs > ul").tabs(); /* Tabs for Customer Groups */ $("#qpbpp > ul").tabs(); }); </script> I have tried removing this bit of the code <script src="includes/javascript/jquery-1.2.6.js" type="text/javascript"></script> but still the page does not load correctly. there are no errors, its just that the buttons do not load correctly and the delete image text is always highlighted and i an then unable to add extra images. Can anyone shed any light on this.
-
If i can ever get the two add ons working together i am planning on doing this next.
-
Someone must have added sppc and quantity price breaks together and have a copy of the admin/categories.php file i could have. This is driving me crazy.. I have spent another day on this and still it does not work correctly. If no one has a file does someone have any tips on how to combine these to add ons.
-
I am trying unsucessfully to install this addon into a fresh install of oscommerce 2.3.1 with sppc already installed. I am having trouble with the admin/categories page. I have tried 3 times to get it working, and each time have failed. Does anyone have a working copy of this mod with sppc that i could have please
-
I am struggling to install this module into a new install of oscommerce 2.3.1 with sppc added. The install goes fine until i try to mod the admin/categories file. I have tried 3 times so far and keep getting errors. Does someone have a working copy of the admin/categories file i can have please.
-
I havent used the latest version yet, but this was possible in the older ones.
-
Paypal Standard not sending out emails to store owner
14steve14 replied to joannacraig's topic in PayPal
Have you set an address in your admin configuration emails send extra order email area.