Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'admin'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

Found 10 results

  1. 2 things strike me as a little odd. I set up a coupon, but cant send it to a customer, from the customer send coupon button, unless I have sent it already from coupon admin. It also appears to be session related in that, I sent yesterday whilst doing some test and this morning it wouldn't send the coupon's from from the customers section in admin via send coupon unless I had first sent from coupon admin. Secondly the icon for the logo, the link appears to take you to admin rather than the website for users, looking for where this is changed as dont want customers directed to admin.
  2. 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
  3. Hello, I want to inform you about the status of the addon Alternative Administration System ( https://apps.oscommerce.com/YfzFh&alternative-administration-system-v0-3 ). After a long thought I decided to stop supporting and developing the Alternative Administration System (AAS) . The main reason is that no money no honey. I cannot support something that does not give me back any money. I made a mistake when releasing the AAS version v0.3 back in 2014. I had decided to give it for free and offered the modules at a price. But it did not work. Although the AAS modules were very good and useful for example the Products Monitor: http://www.alternative-administration-system.com/modules/osCommerce/products_monitor or the Payment Report module: http://www.alternative-administration-system.com/modules/osCommerce/payments_report admins did not show any interest except a few... I would like to thank those who supported AAS by making a donation. You will find the list here: http://www.alternative-administration-system.com/donations . AAS will be available in github: https://github.com/gadlol/alternative-administration-system/ The dedicated website for AAS will be online until the end of July. Thank you all for having used and using AAS. LOL: After searching in Google for "AAS Farewell" I found this video called AAS Farewell Party 2012. So I say goodbye to AAS with that: Regards, John
  4. This Addon replaces the New Product page in your store's admin with a tabbed interface that is better organized and easier to use. The rest of the Categories/Products admin is the same; only the Product page has been changed. I backported this from the osCommerce 2.3.5 Beta, then added the additional fields that the 2.3.4.1 Bootstrap version uses. I did this because the old Products page has always felt poorly organized and confusing to me. If you feel the same way, give this one a try. Code is here. Screenshot:
  5. This uses the hooks system and tabbed display of admin / orders implemented by the Paypal App. It adds a tab to admin / orders which lists all orders from the customer of the current order. The current order is highlighted. Clicking on one of the other orders will load it instead. Works for all orders, not just those paid by Paypal. COMPATIBILITY Compatible with the tabbed admin orders page of the Paypal App in any version of osCommerce (2.2RC2, 2.3.x). FILENAMES DEPRECATED - if your admin / orders page is not called orders.php you'll have to change the hard-coded name in the module. Not compatible with BS EDGE Hooks of 2016-10-03 (which don't cover admin). Uses tradition language defines, not Paypal App-style. INSTALLATION Just copy the 3 files to your store. No code changes and no admin install - it just works. DOWNLOAD from the addons area http://addons.oscommerce.com/info/9511 GITHUB also available in a branch on its own in a fork of gburton/Responsive-osCommerce at: https://github.com/BrockleyJohn/Responsive-osCommerce/tree/addon_customer_orders_tab
  6. Hello, wanting to install the module "Paypal App" link http://addons.oscommerce.com/info/9184 when copying the file into the shop, I discovered that there's 6 folders and 1 file named : "admin". These are the directories: : d1: paypal app-4_039/catalog/admin/ d2: paypal app-4_039/catalog/includes/hooks/admin/ d3: paypal app-4_039/catalog/includes/apps/paypal/admin/ d4: paypal app-4_039/catalog/includes/apps/paypal/hooks/admin/ d5: paypal app-4_039/catalog/includes/apps/paypal/languages​/English/admin/ d6: paypal app-4_039/catalog/includes/apps/paypal/languages​​/English/hooks/admin/ and this file: f1: paypal app-4_039/catalog/includes/apps/paypal/languages​​/English/admin.php - For the first file d1, no problem, I'll just copy its contents into the admin folder of my shop (I've already renamed). - For folders until d6 d2 and f1 file: That's my question. It must rename or not? (For security measures). Thank you in advance for your help.
  7. This thread is for answering questions about the Quill.js product description addon, at http://addons.oscommerce.com/info/9319. Please note that this is for the addon only, I am not a quill developer, so I may not be able to answer questions about the inner workings of Quill.
  8. I had a client that wanted to be able to search the admin categories / products page using multiple keywords in the search box. As an example, they wanted to be able to search for “ces wing” and have that return products including “Cessna 170 Left Wing Tip” just as easily as “Wing Elevator for Cessna 170.” It’s essentially a multiple wildcard array for keyword bits as opposed to a single wildcard for the entire search. It’s also very easy to install! Just modify one file and a couple of lines at that: http://addons.oscommerce.com/info/9310
  9. I'm running v2.3.3. I downloaded this contribution: http://addons.oscommerce.com/info/8727 I've followed all of the instructions properly. Okay, so here is where it all falls apart. I'm browsing the admin section, and decide to visit the "Sliders" admin area under "Configuration"... When I click on "Sliders", I am logged out, and a new session ID is generated (login.php?osCAdminID=<new session id here>) When I log back in, I land on the "Sliders" admin panel (with same session ID shown on login page). If I then try to upload a slider, I'm logged out, and a new session ID is generated (shown on the login page). So there you have it - when I try to navigate to the slider settings page, I'm logged out, and when I try to upload an image, I'm logged out. I have no other issues with this happening anywhere else on the store or any other session issues. My store is running perfectly fine. I installed this addon, and this issue only arises when accessing or using the particular admin panel for the addon. Any help would be appreciated! Cordially, Robert Whitis
  10. Dear All I want to have an module wherein the admin can see Shopping Basket of current users prior to check out Is there are ready made module available? Awaiting your response on the same Thanks
×
×
  • Create New...