Anonymous User
(@anonymized-3085)
I’ll look into it, but was pretty sure that had been tested, and only occurs if haven’t refreshed after making the change.
Anonymous User
(@anonymized-3085)
confirmed, this is only likely to be seen by an admin.
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?
Anonymous User
(@anonymized-3085)
eShop already does this, details get stored in a cookie and form repopulates next time.
great to hear that, any possibility in future to include such info in user profiles to be used by eshop?
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!
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>
did sm research and found it:
`$eshop_product=get_post_meta( $post->ID, ‘_eshop_product’,true );
print $eshop_product[‘products’][1][‘price’];`
hm, the error with the shipping address fields not showing is also for the regular user, nothing helps 🙁
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?
Anonymous User
(@anonymized-3085)
please start a new thread, a lot of this info here no longer applies.