- Posts: 52
- Thank you received: 8
×
WooPrice Calculator PRO
[SOLVED]Change the order os ouput fields
- bill
-
- Offline
Less
More
2 years 1 month ago #1998
by bill
bill replied the topic: Change the order os ouput fields
Hello,
yes you can achieve that with css code.
Here is an example how to use it:
.aws_price_calc_radio{
display: flex;
}
Kind Regards,
Bill
AT976
yes you can achieve that with css code.
Here is an example how to use it:
.aws_price_calc_radio{
display: flex;
}
Kind Regards,
Bill
AT976
Please Log in or Create an account to join the conversation.
- Beljemi Alonso
-
Topic Author
- Offline
Less
More
- Posts: 5
- Thank you received: 0
2 years 1 month ago #1990
by Beljemi Alonso
Beljemi Alonso replied the topic: Change the order os ouput fields
It Worked, thank you Paul.
Now I want to know if its possible to show radio group in a row and not in a column like now.
Now is displaying like this:
imgur.com/a/HdN68lP
I want every option next to each other, is that possible?
Thank you
Now I want to know if its possible to show radio group in a row and not in a column like now.
Now is displaying like this:
imgur.com/a/HdN68lP
I want every option next to each other, is that possible?
Thank you
Please Log in or Create an account to join the conversation.
- Paul
-
- Offline
Less
More
- Posts: 117
- Thank you received: 1
2 years 2 months ago #1973
by Paul
Paul replied the topic: Change the order os ouput fields
Hello,
Yes, it's possible.
As you can see here: altoswebsolutions.com/manual/woo-price-calculator/using-themes
you just need to move this code below your input fields:
Let us know if this solves your issue.
Best Regards,
Paul
AT976
Yes, it's possible.
As you can see here: altoswebsolutions.com/manual/woo-price-calculator/using-themes
you just need to move this code below your input fields:
<div class="awspc-output-product">
<?php echo $this->view['outputResults']; ?>
</div>
Let us know if this solves your issue.
Best Regards,
Paul
AT976
Please Log in or Create an account to join the conversation.
- Beljemi Alonso
-
Topic Author
- Offline
Less
More
- Posts: 5
- Thank you received: 0
2 years 2 months ago #1972
by Beljemi Alonso
Beljemi Alonso created the topic: Change the order os ouput fields
Hello!I was wondering if its possible to change the order to show of output fields in my product page.
I mean, I want to show output fields just before add to cart, right now its like this.
Ouput fields
Input fields
Add to cart
Its possible?
Thank you
I mean, I want to show output fields just before add to cart, right now its like this.
Ouput fields
Input fields
Add to cart
Its possible?
Thank you
Please Log in or Create an account to join the conversation.
Moderators: david
Time to create page: 0.158 seconds