Search the Community
Showing results for tags 'extension'.
-
This is so strange. I have this bit of code that removes the .php extension from pages so that I can visit any page without typing .php at the end. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.*)$ $1.php [L] The above code has always worked for me before. But for some reason today it stopped working on localhost and the live server(ipage hosting). Do you know why that might be?
-
Contact me via Email at mb@cgidx.com or via PM. I am looking for a talented, experienced developer to deliver a custom Opencart extension. This is paid contract work. My time is valuable and so is yours. I expect you will require a down payment - no problem. We will use Paypal or discuss other options. 1. I need a drag-and-drop interface, Comprised of a PREVIEW (working) area, and a PALLET area, for adding decoration items to exact locations on a base product. a. D&D Interface will grey out items & notify before & during checkout (just for out-of-stock items). Config can still be purchased. b. Decoration item images will have opacity masks (no backgrounds) c. Decor items must be placed within specified boundaries d. Decor items cannot be placed over each other or too close (exception for certain item types) e. Prices are automatically updated in real-time and Opencart volume discounts are auto applied 2. There must also be the ability to share & edit configurations created in the drag-and-drop interface via URL without signup. 3. There must be an Opencart report for actual physical assembly of product that displays the configuration preview and parts list of the purchased configuration. There is more specific behavior that will need decisions but these are the 3 main modules. I am a graphic designer and will assist in any way possible. I will be responsible for producing the images for these products. However we handle image opacity masks is up to you. I sincerely appreciate your time and consideration. Please respond with any questions for clarification and let me know what we can do. Ready to move on this ASAP! D&D Interface Image mock-up attached:
-
Hi, I was wondering, how would I make it so that when people access my site, the extension of that file is hidden in the URL? Thanks?