Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

puddlec

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Thanks
    puddlec got a reaction from yeno in TinyMCE editor for admin   
    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
     
     
  2. Thanks
    puddlec got a reaction from René H4 in TinyMCE editor for admin   
    @jonwix @Heatherbell
    try the version i have attached, should be fixed now, also added support for the information pages
    TinyMCE 1.0.5.zip
  3. Like
    puddlec got a reaction from burt in TinyMCE editor for admin   
    @jonwix @Heatherbell
    try the version i have attached, should be fixed now, also added support for the information pages
    TinyMCE 1.0.5.zip
  4. Thanks
    puddlec got a reaction from Heatherbell in TinyMCE editor for admin   
    @jonwix @Heatherbell
    try the version i have attached, should be fixed now, also added support for the information pages
    TinyMCE 1.0.5.zip
  5. Thanks
    puddlec got a reaction from jonwix in TinyMCE editor for admin   
    @jonwix @Heatherbell
    try the version i have attached, should be fixed now, also added support for the information pages
    TinyMCE 1.0.5.zip
  6. Thanks
    puddlec got a reaction from René H4 in TinyMCE editor for admin   
    just tried it it works perfectly fine, just make sure you are uploading to the correct place
  7. Like
    puddlec got a reaction from René H4 in Support thread for JcM Header /Footer Message Animated V1.0 Phoenix   
    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
     
  8. Like
    puddlec got a reaction from Moxamint in TinyMCE editor for admin   
    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
     
     
  9. Thanks
    puddlec got a reaction from Heatherbell in TinyMCE editor for admin   
    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
     
     
  10. Like
    puddlec got a reaction from burt in TinyMCE editor for admin   
    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  
     
  11. Thanks
    puddlec got a reaction from Mikepo in TinyMCE editor for admin   
    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  
     
  12. Thanks
    puddlec got a reaction from valquiria23 in TinyMCE editor for admin   
    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  
     
  13. Like
    puddlec got a reaction from Smoky Barnable in Support thread for Bootstrap V4 Oscommerce Administration v2.3.4.1 CE   
    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.
     

     

  14. Like
    puddlec got a reaction from zefeena in Easy Populate & Products Attributes   
    @@zefeena
     
    Quantity Price Break is currently not supported with easy populate.
    but i have managed to add it to easy populate, it just needs a bit more work/testing in order to get it working fully
  15. Like
    puddlec got a reaction from partrade12 in Easy Populate & Products Attributes   
    is sppc working at all on your website.
    e.g. each customer group has a different price, when they are logged in.
    if you are not seeing this then there is a problem with that addon that needs to be fixed.
    you can test by changing the price of a product within the admin and not using easy populate
  16. Like
    puddlec got a reaction from partrade12 in Seperate Pricing Per Customer v3.5   
    under the title of an product put

    <?php echo print_r($_SESSION); ?>
     
    you should get some information printed out. that towords the bottom has
    [sppc_customer_group_id] => 0 [sppc_customer_group_show_tax] => 1 [sppc_customer_group_tax_exempt] => 0 [sppc_customer_specific_taxes_exempt] => ) 1
     
    try login in different accounts, and see if any of those details change
  17. Like
    puddlec got a reaction from cclayton in Easy Populate add new field   
    There are some instructions on how to do this. in the easypopulate.php file around line 250 under BEGIN Define Custom Fields for your products database
  18. Like
    puddlec got a reaction from nicole zhang in Information Pages Unlimited v1.0   
    theres no problem, you would need to have something like ?info_id=7 at the end of the url for it to find the page
     
    e.g.
    http://localhost/information.php?info_id=7
     
    within the infomation box, there should be links to the content you created (unless it was the greatings message or homepage)
    you click on those links and it finds the pages correctly
×
×
  • Create New...