Re: [SOLVED] Anyway to trace down all the files an extension installed?
I do keep a few copies of my entire side and all the extensions used locally, thats why this one was weird to me because I didn't have it locally AND it wasn't in the changelog I keep for everything I do or install. I started thinking maybe someone hacked in and installed something like a back door....
Jump to post- Sun Oct 06, 2024 2:45 am
- Replies 6
- Views 272
Re: Anyway to trace down all the files an extension installed?
Ahh thank you, thats exactly what I needed ツthere are the extension_install and extension_path table entries.
.
. Jump to post
- Sat Oct 05, 2024 4:15 am
- Replies 6
- Views 272
Re: Anyway to trace down all the files an extension installed?
Haha if I had the file locally would be pretty easy wouldn't it
But in all seriousness, the REMOVE button next to install history, how does it know what files to DELETE, when you click it?
There has to be a list of files recorded somewhere so that the REMOVE button knows what it needs to delete
.
.
- Sat Oct 05, 2024 1:40 am
- Replies 6
- Views 272
[SOLVED] Anyway to trace down all the files an extension installed?
So I found this extension installed in my Install History (Extensions --> Installer --> Install History) install(forOC3.x).ocmod.zip | 08/22/2024 I don't remember installing it, it's not in my change log. I have no clue what it is nor what it does. Is there any way to figure out what this is and wha...
Jump to post- Sat Oct 05, 2024 12:25 am
- Replies 6
- Views 272
Re: Search tags for "information" pages so that you can find information page in search bar?
Yea I'm amateur at php coding as well.
I was thinking maybe its easiest to add "tags" to information pages maybe
- General Support
- Search tags for "information" pages so that you can find information page in search bar?
- Fri Aug 23, 2024 5:24 pm
- Replies 5
- Views 286
Re: Search tags for "information" pages so that you can find information page in search bar?
Thanks for the reply.
I did more searching around and found out that there is not easy solution of modification to make this work.
There are a few expensive extensions that would do the job but they are overkill for my needs.
- General Support
- Search tags for "information" pages so that you can find information page in search bar?
- Fri Aug 23, 2024 1:55 pm
- Replies 5
- Views 286
Search tags for "information" pages so that you can find information page in search bar?
I can't seem to find any of my new "information" pages in the OC3 search bar.
From what I can see only keywords added to "Product Tags" come up in the search bar.
How do I add "Product Tags" to a new "information" page?
- General Support
- Search tags for "information" pages so that you can find information page in search bar?
- Fri Aug 23, 2024 5:24 am
- Replies 5
- Views 286
Re: Automatically close " Success: Your coupon discount has been applied" ALERT after 5 seconds?
Well it's only 50% solved. Its not working on Warning alerts
Jump to post- General Support
- Automatically close " Success: Your coupon discount has been applied" ALERT after 5 seconds?
- Thu May 23, 2024 10:10 am
- Replies 5
- Views 1269
Re: Automatically close " Success: Your coupon discount has been applied" ALERT after 5 seconds?
Thanks for the help. Actually ended up using this and it seems to work for successful alert, but not for Warning alerts even though they both use .alert class
Code: Select all
setTimeout(function(){
$('.alert').fadeOut()
}, 2000);
- General Support
- Automatically close " Success: Your coupon discount has been applied" ALERT after 5 seconds?
- Thu May 23, 2024 12:37 am
- Replies 5
- Views 1269
Re: Automatically select "First Name" field on checkout STEP-2?
Yea thats what I thought I had to do, just an add "autofocus" to the end of <input> tag but I can't seem to get it to work. Im probably adding it to the wrong file.
What file should it be added to so that it works on "Guest" checkout?
Thanks for the help btw ツ
.
- Wed May 22, 2024 12:20 pm
- Replies 5
- Views 458
Automatically close " Success: Your coupon discount has been applied" ALERT after 5 seconds?
Is there any way to automatically close the " Success: Your coupon discount has been applied" coupon added to cart ALERT after 5 seconds?
Jump to post- General Support
- Automatically close " Success: Your coupon discount has been applied" ALERT after 5 seconds?
- Wed May 22, 2024 10:51 am
- Replies 5
- Views 1269
Re: Automatically select "First Name" field on checkout STEP-2?
OC 3.0.3.2 I just want it selected so that customer can just start typing their first name without having to manually click on the first name field before they can start typing. Its no different than going to STEP-2 and clicking "Tab" button on your keyboard so the cursor moves over into t...
Jump to post- Wed May 22, 2024 5:50 am
- Replies 5
- Views 458
Automatically select "First Name" field on checkout STEP-2?
I would like the first name field to be automatically selected when a customer reaches STEP-2 on checkout
Is there a way to do this?
- Wed May 22, 2024 4:39 am
- Replies 5
- Views 458
Re: PayPal Checkout Integration BUG <li class="nav-pill "> code keeps repeating??
After all the headaches and still not being able to figure it out I ended up completely uninstalling and reinstalling the this module and I don't see the pills repeat anymore.
I think something in the database was corrupt after I updated this extensions from and older version
- Extensions Support
- [SOLVED] PayPal Checkout Integration BUG <li class="nav-pill "> code keeps repeating??
- Wed May 22, 2024 4:37 am
- Replies 12
- Views 1717
Re: PayPal Checkout Integration BUG <li class="nav-pill "> code keeps repeating??
After uninstalling quite a few extensions and OCmod's this PayPal Integration still has this visual PILL bug on Apple Pay and Google Pay. I don't get it. Also if I enable Google Pay on Checkout, Google Pay shows up as an option in checkout STEP-5, but if you chose it, on STEP-6 Google Pay does not l...
Jump to post- Extensions Support
- [SOLVED] PayPal Checkout Integration BUG <li class="nav-pill "> code keeps repeating??
- Wed May 22, 2024 2:20 am
- Replies 12
- Views 1717
Re: modifications stopped working, they get updated in the modification folder but don't get served
WOOOOW!
This whole time that's all it was!!! Some extension (have no clue which one) edited my common/header file in backend under: Design --> Theme Editor
I don't think I would have ever figure this out if @nonnedelectari didn't mention it above.
Thanks a freaking million times
.
- General Support
- [SOLVED] modifications stopped working, they get updated in the modification folder but don't get served
- Tue May 21, 2024 11:54 pm
- Replies 5
- Views 542
Re: modifications stopped working, they get updated in the modification folder but don't get served
Hey after looking more into it... it's not all modification that aren't working, only some.. Lots of them have stuff to do with footer/header. Mods for the backend seem to work. But some mods for the frontend do not. This all happened after I uninstalled quite a few extensions and modifications want...
Jump to post- General Support
- [SOLVED] modifications stopped working, they get updated in the modification folder but don't get served
- Tue May 21, 2024 1:46 pm
- Replies 5
- Views 542
[SOLVED] modifications stopped working, they get updated in the modification folder but don't get served
Hey everyone, I got a weird issue on my site now...
My modifications stopped working. They get updating in the storage/modification folder but don't get served when I visit my site so I'm guessing the OC is serving the non modified files to visitors
Why would this happen?
- General Support
- [SOLVED] modifications stopped working, they get updated in the modification folder but don't get served
- Tue May 21, 2024 6:15 am
- Replies 5
- Views 542
Re: [SOLVED] In backend, under extension, weird extension category called: "heading_title"
Thank you for the fix
Jump to post- General Support
- [SOLVED] In backend, under extension, weird extension category called: "heading_title"
- Tue May 21, 2024 3:32 am
- Replies 6
- Views 666
Re: In backend, under extension, weird extension category called: "heading_title"
Is there a fix for 3.0.3.2?
Jump to post- General Support
- [SOLVED] In backend, under extension, weird extension category called: "heading_title"
- Sat May 18, 2024 5:31 am
- Replies 6
- Views 666