

puddlec
Members-
Content count
387 -
Joined
-
Last visited
-
Days Won
6
Everything posted by puddlec
-
now i got that song in my head
-
When to expect osCommerce v4 release
puddlec replied to osCommerce-Official's topic in News and Announcements
Slava Ukraini! -
Wrong once again, the so called v4 is trueloaded a fork of oscommerce, you even got true loaded images on the oscommerce wiki. Maybe you should also mention all the lies and broken promises you made to Harold, if you wanted to be factual
- 57 replies
-
- oscommerce
- v4
-
(and 2 more)
Tagged with:
-
no such thing as OSCommerce v4, like I just explained to you. just admit it. everyone else knows what you have done. you just brought the name, for your little fork, then trying to pass that off as OSCommerce , how sad and pathetic.
- 57 replies
-
- oscommerce
- v4
-
(and 2 more)
Tagged with:
-
not true Oscommerce, just a rubbish fork of it, that nobody uses
- 57 replies
-
- oscommerce
- v4
-
(and 2 more)
Tagged with:
-
This addon adds support for the TinyMCE editor within the admin section. what does this addon do? it will add the editor to the following textarea's category description, manufacturers description, product description works with multi languages stores. requirements Phoenix How to install Upload the files yes it is easy as that. no files need to be edited it uses the hook system, to add the code needed. How to change what appears on the toolbars, and plugins used Just go to the tinymce.php hook file located at catalog\includes\hooks\admin\siteWide\ you will see a block of code for plugins (line 61) and for toolbar 1 & 2 (line 67 & 68) the settings provided are what i use myself. Got an TinyMCE API key? just change the script source (line 53) How to add extra textarea's example add TinyMCE to the order comments box add orders.php to (line 44) like so var $good_pages = ['categories.php', 'manufacturers.php', 'orders.php']; then add the name of the textarea (comments) to the selector (line 52) selector: 'textarea[name^="products_description"], textarea[name^="categories_description"], textarea[name^="manufacturers_description"], textarea[name^="comments"]', // what textarea's do we want to load TinyMCE on
-
Please note due to Phoenix cart moving to a new forum, this add on will no longer be supported on this forum the new support thread is now here https://phoenixcart.org/forum/viewtopic.php?f=11&t=379 any questions / help should only be made on the new forum and not here Note, any future updates to this add on will not be made available here.
-
finally got round to uploading it, for those who used the file I posted earlier in this thread it is exactly the same. * Support for newer versions of Phoenix * Support for info pages * removed some unneeded stuff tested on v1.0.7.14
-
it completely escaped my mind, that I put the new version here, for testing, before I upload it. i upload it sometime today
-
@jonwix @Heatherbell try the version i have attached, should be fixed now, also added support for the information pages TinyMCE 1.0.5.zip
-
I think I found a fix, could not do much about it as my work internet connection, is terrible, it was barely useable today's should have a fix out Tomorrow
-
it does do that for some unkown reason, on new products,, but is perfectly fine on existing products, and works on creating new categories
-
just tried it it works perfectly fine, just make sure you are uploading to the correct place
-
with the Sage pay payment gateways (other payment gateways may also be effected), which requires MCrypt on the PHP website it says that. The mcrypt extension has been abandonware for nearly a decade now, and was also fairly complex to use. It has therefore been deprecated in favour of OpenSSL, where it will be removed from the core and into PECL in PHP 7.2. Whilst my server admin panel allows me to install any version of PHP that i want. is it likely that the Sage pay payment modules would get updated to work with the current / future versions of PHP.
-
Support thread for JcM Header /Footer Message Animated V1.0 Phoenix
puddlec replied to JcMagpie's topic in General Add-Ons Support
this after you go on about Censorship". and now you try to censor other people. also it is a fact you made terrible copies of other people code (not just supporters code), do you want a full list of how many times you have done this. all you have ever done is whine and complained about Gary's efforts in make oscommerce/phoenix better/easier to make install addons. if you hate oscommerce/ phoenix so much do everyone a favour and stop using it, use something else instead, and leave all those you want oscommerce to be great again in peace -
That's the advantage with the hook system that was used ( as well as using modules to add new features) , less chance of things going wrong. as well as so much simpler to install as well I've managed to break all sorts of things in the past when installing / updating addons in the past. i will of course check against future releases of phoenix, to make sure everything still works
-
does it work on the categories description? i have just tried it myself in 1.0.30 and it works
-
it does not work, for any version of OSCommerce, apart from the addon, not being in the download ( it is just a html document), the domain name listed is no longer working, which it teels you to go to.
-
also you should consider installing phoenix. as it has many advantages over the version you are currently using e.g. works on newer versions of PHP responsive design, so it is a lot easier for your customers to use on their mobiles easier to install addons - most require no changes to files to get them to work currently active supported and updated it can be downloaded from here https://www.oscommerce.com/Products or from https://github.com/gburton/CE-Phoenix
-
it is a known issue with Paypal, the URL that the checks are made against no longer exists, so it fails
-
this is what i got if ($banner['banners_image'] !== '') { //$wrapper_slides .= tep_image(DIR_WS_IMAGES . $banner['banners_image'], $banner['banners_html_text']); $wrapper_slides .= tep_image('images/' . $banner['banners_image'], '', 800, 400); $wrapper_slides .= '<div class="carousel-caption"> </div>'; } else { //$wrapper_slides .= tep_image(DIR_WS_IMAGES . 'pixel_silver.gif', 'alt', 544, 172 ); $wrapper_slides .= '<img class="img-responsive" alt="544x172" src="images/' . $background . '" />'; $wrapper_slides .= '<div class="carousel-caption">' . $banner['banners_html_text'] . '</div>'; } also make sure that the Banner Rotator Group setting in the module which by default is rotator is assigned to the banner in banner manager, (if it is not in the drop down you would need to add it in the text box below
-
in catalog\includes\modules\content\index\cm_i_carousel.php change class cm_carousel { to class cm_i_carousel { edit: just noticed line 92 is also incorrect change to $wrapper_slides .= tep_image('images/' . $banner['banners_image'], '', 800, 400);
-
Support thread for Bootstrap V4 Oscommerce Administration v2.3.4.1 CE
puddlec replied to shetch's topic in General Add-Ons Support
can't see a problem myself if the add-on is completely within the admin (no files touch the catalogue side) you could just update the add on one folder for normal admin and one for this admin (just like i think you do for bs3 and bs4) in regards to easy populate i am not stopping you from doing your own version (could even compare notes afterwords, and combine what you did and what i did) -
Support thread for Bootstrap V4 Oscommerce Administration v2.3.4.1 CE
puddlec replied to shetch's topic in General Add-Ons Support
This is what i did with easy populate Took about an hour to do all be it that included fixing some php 7.2 errors, putting in custom look check boxes, and adding select2 to some of the drop down menus. -
Support thread for Bootstrap V4 Oscommerce Administration v2.3.4.1 CE
puddlec replied to shetch's topic in General Add-Ons Support
just something that has just come to mind. for anything that does not have a font awesome icon included within the file, it would seem to cause an issue with the position of the text, and when the men u gets made smaller, so it may be worth having a check to see if an icon exists and if not put a default one in.