• Hi, another error with the latest version: shipping address fields are hidden when ordering, despite setting ‘Hide the shipping address form fields.’ to ‘no’.

Viewing 15 replies - 1 through 15 (of 15 total)
  • I’ll look into it, but was pretty sure that had been tested, and only occurs if haven’t refreshed after making the change.

    confirmed, this is only likely to be seen by an admin.

    Thread Starter mikuniek

    (@mikuniek)

    ok, thank you :). Is there any way to ‘pin’ shipping address to a particular user by the admin? Or is there a way to store the address (by the user) for future orders?

    eShop already does this, details get stored in a cookie and form repopulates next time.

    Thread Starter mikuniek

    (@mikuniek)

    great to hear that, any possibility in future to include such info in user profiles to be used by eshop?

    not atm, no.

    Thread Starter mikuniek

    (@mikuniek)

    is it possible to include the price in query in templates? i’m listing the products using:

    and it would be great if the price could be pulled out here!

    Thread Starter mikuniek

    (@mikuniek)

    i guess my code was messed up, again:

    <ul class="produkt">
    	<li class="img">
    		<a href="<?php the_permalink() ?>" title="<?php the_title() ?>">
    			<img src="<?php echo catch_that_image() ?>" height="75" width="75" alt="miniatura" class="pro_img"/>
    		</a>
    	</li>
    	<li class="title">
    		<a href="<?php the_permalink() ?>" title="<?php the_title() ?>">
    			<?php the_title() ?>
    		</a>
    	</li>
    	<li class="title2">
    		<a href="<?php the_permalink() ?>" title="<?php the_title() ?>">
    			<?php $key="pakowanie"; echo get_post_meta($post->ID, $key, true); ?>
    		</a>
    	</li>
    </ul>
    Thread Starter mikuniek

    (@mikuniek)

    did sm research and found it:
    `$eshop_product=get_post_meta( $post->ID, ‘_eshop_product’,true );
    print $eshop_product[‘products’][1][‘price’];`

    Thread Starter mikuniek

    (@mikuniek)

    hm, the error with the shipping address fields not showing is also for the regular user, nothing helps ??

    link to your site?

    Thread Starter mikuniek

    (@mikuniek)

    could you provide your email address at foto(at)podlasek.eu? I will send you anything that’s required

    I am also having this problem – settings are at no, but there is no mailing address in the cart?

    Does it have to do with shipping rates? ie, if you have no shipping rates set, it doesn’t show?

    please start a new thread, a lot of this info here no longer applies.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: eShop] shipping address is hidden [error]’ is closed to new replies.