mikuniek
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Query to get 2 previous and 2 next postsup, anyone?
Forum: Plugins
In reply to: custom field in post listings in admin area – is it possible?up. maybe someone would at least point me to the file, where post listings sit? ??
Forum: Plugins
In reply to: custom field in post listings in admin area – is it possible?up
Forum: Themes and Templates
In reply to: check if current page is child or grandchild of a pagesleek, will try it, thanks for help ??
Forum: Themes and Templates
In reply to: check if current page is child or grandchild of a pagegr8, works like a charm, how to add the parent page to the whole operation? This does not work:
if(($page_id == 6) || (is_page(6))){
Forum: Themes and Templates
In reply to: check if current page is child or grandchild of a pagehm, looks good, will try this in a sec ??
Forum: Plugins
In reply to: [Plugin: eShop] shipping address is hidden [error]could you provide your email address at foto(at)podlasek.eu? I will send you anything that’s required
Forum: Plugins
In reply to: [Plugin: eShop] shipping address is hidden [error]hm, the error with the shipping address fields not showing is also for the regular user, nothing helps ??
Forum: Plugins
In reply to: [Plugin: eShop] shipping address is hidden [error]did sm research and found it:
`$eshop_product=get_post_meta( $post->ID, ‘_eshop_product’,true );
print $eshop_product[‘products’][1][‘price’];`Forum: Plugins
In reply to: [Plugin: eShop] shipping address is hidden [error]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>
Forum: Plugins
In reply to: [Plugin: eShop] shipping address is hidden [error]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!
Forum: Plugins
In reply to: [Plugin: eShop] shipping address is hidden [error]great to hear that, any possibility in future to include such info in user profiles to be used by eshop?
Forum: Plugins
In reply to: [Plugin: eShop] shipping address is hidden [error]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?
Forum: Plugins
In reply to: [Plugin: eShop] Only 1 Option Displaying after UpgradeThanks, Your plugin is great, by the way. I’m thinking about cooperation in bulding sth together, I have experience in graphics, constructing wordpress templates and a great idea ??
Forum: Plugins
In reply to: [Plugin: eShop] Only 1 Option Displaying after UpgradeIt also appears, that in spite of ‘Hide the shipping address form fields.’ being unchecked – the fieldset do not appear during ordering