Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Show Buttons

Hi

My Add to Cart Button Click must hide itself and the Qty Select list and then Display the Hidden Shop More and Check Out button.

This is my code when I click the Ad to Cart Button

Tiggr('co1').show(); Show the Checkout Button
Tiggr('sm1').show(); Show the Shop More Button
Tiggr('atc').hide(); Hide the Add to Cart Button
Tiggr('Qty1').hide(); Hide the Qty to Cart Button

The problems are

  1. Only the text is displayed on the Checkout and Shop More Button. The button graphics are invisible.

  2. The Qty Select List does not hide.

    Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Show Buttons

Hi Deon,

We can't reproduce it. Please provide us with a public link.
Do you use custom themes and custom styles?

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Show Buttons

Hi
It is Crossing Platters. It fails in test mode.

No custom styling, everything is standard.

Thank you

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Show Buttons

Can you give us your public app link?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Show Buttons

Seems to be a bug... As a workaround you can make all buttons visible and hide buttons you need to be invisible on page Load event.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Show Buttons

Here is a workaround, until we fix the bug:

code
$('a[dsid="b2"]').show();
$('a[dsid="b2"]').css("display", "block");
/code

where 'b2' is button name.

Let us know if this works.

fender
Posts: 0
Joined: Sun Sep 01, 2013 9:03 am

Show Buttons

workaround worked for me.

Return to “Issues”