- Posts: 12
- Thank you received: 1
×
WooPrice Calculator PRO
[SOLVED] Button in cart to edit dimensions
- Simone
-
1 year 11 months ago #133
by Simone
Simone replied the topic: [SOLVED] Button in cart to edit dimensions
Hi PG,
yes you can change the tag from "button" to "a".
Remember this edits to core files, probably you'll have to do it again after WPC updates.
Regards,
S
yes you can change the tag from "button" to "a".
Remember this edits to core files, probably you'll have to do it again after WPC updates.
Regards,
S
Please Log in or Create an account to join the conversation.
- PG
-
Topic Author
- Offline
Less
More
1 year 11 months ago - 1 year 11 months ago #130
by PG
PG replied the topic: [SOLVED] Button in cart to edit dimensions
Hi, just found it in edit.php. Is a button used for accessibility? Will try change it to an anchor link. Thanks
Last Edit: 1 year 11 months ago by PG.
Please Log in or Create an account to join the conversation.
- PG
-
Topic Author
- Offline
Less
More
- Posts: 12
- Thank you received: 1
1 year 11 months ago #129
by PG
PG replied the topic: [SOLVED] Button in cart to edit dimensions
In which file is the button that the edit icon and price is in please? Like on the shopping cart page and mini cart. Thanks
Please Log in or Create an account to join the conversation.
- PG
-
Topic Author
- Offline
Less
More
- Posts: 12
- Thank you received: 1
1 year 11 months ago #128
by PG
PG replied the topic: [SOLVED] Button in cart to edit dimensions
Cool thanks, will have a look. The button is causing styling problems also, I'll get rid of it so it's just links.
Please Log in or Create an account to join the conversation.
- Simone
-
1 year 11 months ago #118
by Simone
Simone replied the topic: [SOLVED] Button in cart to edit dimensions
Yes, you can for the moment connect with FTP and edit this file: /wp-content/plugins/woo-price-calculator/woo-price-calculator.php
At line 825 replace this codewith this
It will show a text link instead of image.
Regards,
Simone
At line 825 replace this code
$editImage = "<img class=\"wpc-edit-icon\" src=\"{$editIconUrl}\" />";
$editImage = "Change size";
It will show a text link instead of image.
Regards,
Simone
Please Log in or Create an account to join the conversation.
- PG
-
Topic Author
- Offline
Less
More
- Posts: 12
- Thank you received: 1
1 year 11 months ago #110
by PG
PG replied the topic: [SOLVED] Button in cart to edit dimensions
Hi thanks, I meant have a text link (Change size or something similar) instead of an icon? Just to be more clear to customers what clicking on it actually does. At the minute it's displayed as 1 x [button with icon and price].
Please Log in or Create an account to join the conversation.
- Simone
-
1 year 11 months ago #103
by Simone
Simone replied the topic: [SOLVED] Button in cart to edit dimensions
Hi PG,
do you mean to change the "edit icon" in "Change size"?
Could you provide me a screenshot?
you can do it by editing file woo.price.calculator.php at this line (825):
I added this possibility in our to do list so will be available as a feature in admin WPC panel.
Regards,
Simone
do you mean to change the "edit icon" in "Change size"?
Could you provide me a screenshot?
you can do it by editing file woo.price.calculator.php at this line (825):
$editImage = "<img class=\"wpc-edit-icon\" src=\"{$editIconUrl}\" />";
I added this possibility in our to do list so will be available as a feature in admin WPC panel.
Regards,
Simone
Please Log in or Create an account to join the conversation.
- PG
-
Topic Author
- Offline
Less
More
- Posts: 12
- Thank you received: 1
1 year 11 months ago - 1 year 11 months ago #93
by PG
PG created the topic: [SOLVED] Button in cart to edit dimensions
Hi,
The button in the cart (header cart & main cart page) is a bit confusing. Instead of that button, can we just display:
1 x Product Name
Length XXmm, Height: XXmm
Change size
Your plugin is great, just some important usability issues to cover.
Thanks
The button in the cart (header cart & main cart page) is a bit confusing. Instead of that button, can we just display:
1 x Product Name
Length XXmm, Height: XXmm
Change size
Your plugin is great, just some important usability issues to cover.
Thanks
Last Edit: 1 year 11 months ago by PG.
Please Log in or Create an account to join the conversation.
Moderators: Simone, david
Time to create page: 0.171 seconds