Page 1 of 1
Search found 16 matches
We are looking for a new theme design for a new website
We are seeking a new theme design for a new website. The theme should include the following features: Full-width slider with admin control options and captions Redesigned product and category pages Estimate product cost module with live price updates using Ajax Further details will be provided in a ...
Jump to post- Thu Jul 18, 2024 2:36 am
- Replies 1
- Views 554
New HTML email template for new orders
NEW HTML EMAIL ORDER ADD TEMPLATE Advantages of NEW HTML EMAIL TEMPLATE: Customer name: Product Images: Products Link URL: Order Comments: Track Order Button: (register customers) instead of a long link... Download: button if you sell download products EMAIL US: link will compose a text email automa...
Jump to post- Wed Aug 23, 2023 8:12 am
- Replies 0
- Views 1333
Re: Don't display "Compare" "Sort by" dropdown or "Show" dropdown on Product/Category pages
you can do the following on your catalog/view/theme/default/stylesheet/stylesheet.css then add the following .sort, #input-sort,.limit, #input-limit, #compare-total { display: none; } save it go to extensions -> modification -> click on the refresh button and go to your front store and check. if tha...
Jump to post- General Support
- Don't display "Compare" "Sort by" dropdown or "Show" dropdown on Product/Category pages
- Tue Jun 13, 2023 5:18 am
- Replies 5
- Views 722
Re: Updating site wide prices via SQL or another method
I just imported over 3000+ products from my wholesaler and a lot of the prices end in odd numbers, for example $68.13 or $42.39. How do I update all products easily to all end with .95. For the above they would become $68.95 and $42.95. I would appreciate this so much if someone could help me out. ...
Jump to post- Tue Jan 31, 2023 11:45 pm
- Replies 7
- Views 1156
Re: Is there a way to remove/disable the contact form from contact us page? [3.6.0.6]
I am getting too many spams via contact form and I have other ways for customers to contact me. So, I'd like to disable/remove the contact form from the contact page. Is there an easy way to do this? I looked around but couldn't see a solution for this for 3.6.0.6 try this it is free and it works h...
Jump to post- Tue Jan 31, 2023 2:00 am
- Replies 11
- Views 3057
Re: Updating site wide prices via SQL or another method
I just imported over 3000+ products from my wholesaler and a lot of the prices end in odd numbers, for example $68.13 or $42.39. How do I update all products easily to all end with .95. For the above they would become $68.95 and $42.95. I would appreciate this so much if someone could help me out. ...
Jump to post- Tue Jan 31, 2023 1:45 am
- Replies 7
- Views 1156
Re: Admin Login Not working
xxvirusxx Looked at that file and I can't seem to find what would cause the issue and it seems as thought it's working fine. @haqinai Haqinai, it seems like you have an issue with the SSL on your site, check your config file setting... PM me if you need help... /config.php admin/config.php also, it...
Jump to post- Mon Jan 23, 2023 10:49 am
- Replies 6
- Views 904
Re: Dashboard Latest Orders by shipping method to show only Store Pickup orders only
if anyone is in need of a way to sort or filter orders in the orders list by shipping or payment I just created one for free that you can download in the marketplace here is the link https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=44608 https://image.opencart.com...
Jump to post- Sun Jan 22, 2023 10:55 am
- Replies 7
- Views 738
Re: Dashboard Latest Orders by shipping method to show only Store Pickup orders only
@by mona
Thank you for taking the time to create a modification to sort orders by shipping in the order list as well as on the Lates Orders on the dashboard.
Thank you for taking the time mona...
I wish you the best sales on this modification
- Sat Jan 21, 2023 11:11 am
- Replies 7
- Views 738
Re: Dashboard Latest Orders by shipping method to show only Store Pickup orders only
@ paulfeakins! Thank you paulfeakins for taking the time to read my post. I just don't need the orders to be sorted by shipping in the orders list I just need a way to ONLY show/display orders in the dashboard (Lates Orders) with the shipping method (Pickup at the Store/Store Pickup) that's all, we ...
Jump to post- Sat Jan 21, 2023 12:07 am
- Replies 7
- Views 738
Dashboard Latest Orders by shipping method to show only Store Pickup orders only
Hi everyone! I have questions for all your genius...
I just need a way to only show on the Dashboard Latest Orders, orders that are picked up at the store instead of showing orders by Status.
any help is appreciated.
Thank you.
OC v3.0.3.8
- Fri Jan 20, 2023 12:39 am
- Replies 7
- Views 738
Re: How to move disable modules to the bottom of the Extension List and keep all the enable on top
I understand Ernie IP-CAM we all need to make some living 3 Post in 8 months is nothing in comparison to everyone who makes a living writing or developing modification or module, I'm not a developer that's why I ask for help, understanding we all need to make a living I always donate to the person t...
Jump to post- General Support
- How to move disable modules to the bottom of the Extension List and keep all the enable on top
- Thu Dec 29, 2022 11:30 pm
- Replies 4
- Views 694
Re: How to move disable modules to the bottom of the Extension List and keep all the enable on top
@pprmkr! Thank you for this modification it will not only help me it will help many users as well, I'm very sorry for my delay in the replay to the post unfortunately just like Ernie IP-CAM said we have to work or in my case try to finish my site so we can run it and make some money. Happy New year ...
Jump to post- General Support
- How to move disable modules to the bottom of the Extension List and keep all the enable on top
- Thu Dec 29, 2022 10:59 pm
- Replies 4
- Views 694
How to move disable modules to the bottom of the Extension List and keep all the enable on top
Hi everyone, I got a quick question, I'm sure the answer will be complicated... since all the experts now just like to offer their services instead of helping on the forum this is just a quick reminder to anyone who would like to respond to offer their services this part of the forum is the GENERAL ...
Jump to post- General Support
- How to move disable modules to the bottom of the Extension List and keep all the enable on top
- Sun Dec 25, 2022 7:36 am
- Replies 4
- Views 694
Re: how to add +1 Hour to the time option at products page OC 3
I try the moment().add(1, 'hour') to the pickTime but doesn't work is there a way I'm sure there is but can anyone point me to or show me how is done? Should'nt it be hours ? See e.g. https://github.com/Eonasdan/tempus-dominus/issues/1548 @ OSWorX - Thanks for the response... unfortunately, it does...
Jump to post- Mon Nov 07, 2022 1:00 am
- Replies 3
- Views 451
how to add +1 Hour to the time option at products page OC 3
I'm trying to find a way to add one extra hour to the pickup option time so we can have one hour to prepare the package for pick up. the regular function for time is the following $('.time').datetimepicker({ language: '{{ datepicker }}', pickDate: false, }); I try the moment().add(1, 'hour') to the ...
Jump to post- Sun Nov 06, 2022 2:21 am
- Replies 3
- Views 451
Search found 16 matches