Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2015 03:40 AM
Hi all,
I'm on Fuji and did Sarah's suggestion, all working fine.
I also changed the script so the button displays as blue like the top one
To do that I used Chrome, right click on the top "Order Now" button => Inspect Element
then copied the code into the "order_now" macro, as below
- <?xml version="1.0" encoding="utf-8" ?>
- <j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
- <td style="min-width: 200px; max-width: 200px;" class="order_buttons" colspan="2">
- <button id="order_now" title="" class="request_catalog_button_with_icon btn cat-btn btn-primary" onclick="if ($$('.order_buttons .disabled_order_button').length == 0) { orderNow(); } else { alert('Please wait - price being updated'); };" type="button" href="#" data-original-title="Order Now">Order Now</button>
- </td>
- </j:jelly>
I just copied the whole code.
Button now appears as this:
Now I need to find a way to remove the grey border around it or set it white.
Its really helping out to use the "Inspect Element" from Chrome function, give it a try.
Thanks.
Harry