mtik
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin: WP e-Commerce | Hide Price and Checkout from Unregistered UsersForum: Plugins
In reply to: Plugin: WP e-Commerce | Hide Price and Checkout from Unregistered UsersOkay, i’ve uploaded at: http://express.us.to/theme-modified.zip
i hope wordpress hasn’t changed their logged_in functionRegards,
Tanweer K.Forum: Plugins
In reply to: Plugin: WP e-Commerce | Hide Price and Checkout from Unregistered UsersOops! Sorry!
Actually, i’m a freelancer and was extremely busy anyways, i’ll download that zip and will forward you shortly.Thanks for waiting!
Regards,
Tanweer K.Forum: Plugins
In reply to: Plugin: WP e-Commerce | Hide Price and Checkout from Unregistered UsersPlease, forward the two php files and i’ll edit them.
Thanks,
Tanweer K.Forum: Plugins
In reply to: Plugin: WP e-Commerce | Hide Price and Checkout from Unregistered UsersThanks Jan for sharing.
And Luca, use the code: <?php if ( is_user_logged_in() ); ?> just before the price. This function checks whether the user is logged in or not.
Thanks,
Tanweer K.Forum: Plugins
In reply to: Plugin: WP e-Commerce | Hide Price and Checkout from Unregistered UsersHello there!
If you want the same thing I wanted to do then the solve is already mentioned above. Please, edit those two files manually and use the wp user logged in function. That will work! 🙂
Thanks,
Tanweer K.Forum: Plugins
In reply to: Plugin: WP e-Commerce | Hide Price and Checkout from Unregistered UsersHi,
Thanks for the help!
Actually, I solved this manually by editing the wpsc-products_page.php and wpsc-single_product.php using <?php if ( is_user_logged_in() ) : ?>.
Thanks again for replying!