I inherited some custom code. After clicking the Add to Cart button in a custom calculator the View Cart button does not appear.
I assume the PHP code needs to be updated.
Here is the relevant code section:
` <div class="tab-actions">
<button class="button alt pull-right" data-action="add_to_cart"><i
class="icon-shopping-cart"></i> Add to Cart
</button>
<button class="button alt pull-right" style="margin-right: 20px;" data-action="step_1">
Back
</button>
<div class="clear"></div>
</div>`
Or perhaps there is some CSS missing?
I am not really a PHP/CSS guy so I am struggling with this. Any help appreciated.
Thx
I need the View Cart button to appear after an item is added.
Tom Gerber is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.