- Posts: 21
- Thank you received: 0
- Forum
- Support questions
- WooPrice Calculator (Pro)
- [SOLVED] Need to remove the Edit Option in Cart Page
×
WooPrice Calculator PRO
[SOLVED] Need to remove the Edit Option in Cart Page
- Oscar Ira
-
Topic Author
- Offline
Less
More
2 years 6 months ago #1681
by Oscar Ira
Oscar Ira replied the topic: Need to remove the Edit Option in Cart Page
Thanks Enrico!
I will just use CSS so that it will not be affected by any update of WPC.
I will just use CSS so that it will not be affected by any update of WPC.
Please Log in or Create an account to join the conversation.
- Enrico
-
- Offline
Less
More
- Posts: 367
- Thank you received: 18
2 years 6 months ago #1674
by Enrico
Enrico replied the topic: Need to remove the Edit Option in Cart Page
Hi Oscar,
At the moment it's not a good idea to change "edit-button.php", because WPC doesn't support overwrite for the moment.
If you want to hide the edit button, just add:
.wpc-edit-icon {
display: none !important;
}
To the Custom CSS Settings: altoswebsolutions.com/manual/woo-price-c...css-style-custom-css
This will remain also after any plugin upgrade.
Kind Regards,
Enrico
AT603
At the moment it's not a good idea to change "edit-button.php", because WPC doesn't support overwrite for the moment.
If you want to hide the edit button, just add:
.wpc-edit-icon {
display: none !important;
}
To the Custom CSS Settings: altoswebsolutions.com/manual/woo-price-c...css-style-custom-css
This will remain also after any plugin upgrade.
Kind Regards,
Enrico
AT603
Please Log in or Create an account to join the conversation.
- Oscar Ira
-
Topic Author
- Offline
Less
More
- Posts: 21
- Thank you received: 0
2 years 6 months ago #1671
by Oscar Ira
Oscar Ira replied the topic: Need to remove the Edit Option in Cart Page
Never mind I figured out where the file is. It is the edit-button.php in the WPC plugin folder.
My question now is how do I move the file in the child theme so it will not be overwritten every time there is a WPC upgrade?
My question now is how do I move the file in the child theme so it will not be overwritten every time there is a WPC upgrade?
Please Log in or Create an account to join the conversation.
- Oscar Ira
-
Topic Author
- Offline
Less
More
- Posts: 21
- Thank you received: 0
2 years 6 months ago #1665
by Oscar Ira
Oscar Ira created the topic: Need to remove the Edit Option in Cart Page
Hi! Can you help me remove the Edit option (with checkmark and pencil) in the Cart Page?
I would be nice if that Edit option will just take me to the Product page not opening a new window.
Where is the file that I can remove that in WPC?
I would be nice if that Edit option will just take me to the Product page not opening a new window.
Where is the file that I can remove that in WPC?
Please Log in or Create an account to join the conversation.
Moderators: david
- Forum
- Support questions
- WooPrice Calculator (Pro)
- [SOLVED] Need to remove the Edit Option in Cart Page
Time to create page: 0.156 seconds