Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter rpravder

    (@rpravder)

    Thank you. It’s certainly working now. I will keep an eye on the plugins to see if anything is conflicting.

    Thread Starter rpravder

    (@rpravder)

    Thank you. I just posted the question.

    Thread Starter rpravder

    (@rpravder)

    esmi, that is where I have been going. If you know where on that page you can post that question without a paid account, I would love to know. Thank you.
    Bob

    Thread Starter rpravder

    (@rpravder)

    I tried the site first, but could not find where to post the question. For Support Forums you need an account. Where can I post this question if I have not yet purchased the Pro theme?

    Thread Starter rpravder

    (@rpravder)

    Yes, I am referring to the form that allows people to enter comments for a blog post. I don’t see any reason why this form is not showing up.

    I will try Featured Image and see how that looks. I already had blog small image unchecked.

    Thank You,
    Bob

    Thread Starter rpravder

    (@rpravder)

    This is the add to cart button. somehow, it didn’t come through on the above post.

    <div><a href="secure.ourshoppingcart.com?Quantity=[value]" /><strong><em>Add to Cart</em></strong>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Thread Starter rpravder

    (@rpravder)

    The following code creates a radio button and tries to use <form action=..." to attach the results of the radio button to the [value] field in a URL that invokes the shopping cart. I also left the <a>command where the button is actually clicked which does the same thing. This is the first time I have tried to transfer variables from a form to a button to the shopping cart URL, so I am still unclear of how this is supposed to work.

    ————

    <div class="top-3">
    
    <form action="http://secure.ourshoppingcarturl.com?Quantity=[value]" method="get">
    		<p class="offer"><input type="radio" name="qty" value="1" /><strong>Qty 1 (15 day supply). <span class="color-red">$39</span></strong> + Shipping</p>
    		<p class="offer"><input type="radio" name="qty" value="3" /><strong>Qty 3 (45 day supply). <span class="color-red">$108</span></strong>  FREE shipping. SAVE 15%</p>
    		<p class="offer"><input type="radio" name="qty" value="6" /><strong>Qty 6 (90 day supply). <span class="color-red">$198</span></strong>  FREE shipping. SAVE 19%</p>
    		</form>
    
    			<div><a href="http://secure.ourshoppingcarturl.com?Quantity=[value]" /><strong><em>Add to Cart</em></strong></a>
    
    </div>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 7 replies - 1 through 7 (of 7 total)