I am creating a website which is going to be a normal e-commerce responsive website using WordPress.
I have a request from the client and I needed some clarification on the subject.
For 3 different clients who log in using their usernames and passwords they want all the commodity prices on the website to change.
To make it clearer:-
Price of a bottle of wine is $10 and this is on display to users who have not logged in. When a specific user logs in the price of same bottle of wine goes to $8 .The changes take place throughout the website for all the products.
I hope this makes sense. I have been using woocommerce but I haven't been able to find a plug-in that would let me do this. Is there a plugin or a way to do this. Please help.
There are many possible ways to do this, you can customize your woocommerce plugin and also use a plugin, I would chose to use a plugin.
There are many plugins that allows to change products' rates as per users' role. I would suggest you to use Woocommerce Role Pricing plugin.
Related
Do you know what is the best plugin that provides restricted access to posts, pages, bbPress forums for users that have purchased your WooCommerce products. I build my website with Wordpress.
I want to have a hidden page for my visitors that says : "You should buy this product to get access to the page!" And when a visitor buys the product he will get access to the page.
Do you know a wordpress plugin that will do the job. Also, I am using Thrive Content Builder and I am afraid that the plugin might interfere with Thrive.
Please, help!
There are tons of premium access plugins for WordPress, and I've no specific reasons to recommend one over the other. However, you need a little bit of custom coding to achieve the specific results, as you are asking to buy a specific product instead of premium access.
Here is one approach:
Hook into WooCommerce's woocommerce_thankyou hook. You can do it
like this: add_action( 'woocommerce_thankyou',
'custom_woocommerce_thankyou_action', 10, 1 );
Obtain the customer id and check if the customer is already a premium member? Exit, if true.
Now, iterate through all the items in the order.
If the product id matches with the specified product, change the user's membership type to premium member.
This approach should suffice for all generic cases. Share more details if you are having trouble with anything specific.
I have a Wordpress site which need to be integrated with a shopping cart. The administrator dashboard should have all the below features in addition to the basic shop features. Please let me know your suggestions.
The ability to print out orders daily for fulfillment
Printing packing slips in batches
Updating order status in batches
Export shipping addresses
Reporting on repeat customers and sales statistics by product, size and color.
Thanks in advance.
Have you tried one of the many shopping cart plugins? You might want to use one of them as a baseline and then get a good WordPress developer to enhance it with your requirements.
As an example, you might want to evaluate some of the plugins mentioned at
http://speckyboy.com/2010/06/16/the-ultimate-wordpress-shoppingecommerce-toolbox-plugins-and-themes/
I would like to add recurring monthly membership fees to the WP E-Commerce plugin. Also I would like this plugin to give away a free gift/product on sign up with 10% off existing products. This one time sign up feature would also need to allow for a (one time?) free shipping on all products.
S2Member is a great plugin for membership. It will let you do things like Platinum, Gold and Silver membership levels even. You will need to create a custom function in order to give a free product on sign up, but that should be some fairly basic PHP work. eShop is probably the best plugin for ecommerce I know of. The answer really is that you will need a couple plugins plus some custom coding to get it working the way you want it.
I feel like this question is extremely general and a bit inappropriate for this section, but I'd suggest looking at various WP E-Commerce plugins that you can customize to get the functionality you need.
Try taking a look at this one, for example.
I am learning Magento. I have already installed and gone through admin side.
Have done for adding customers ,Products ,Pricing or other stuffs. Now I want to learn more things (currently don't want to go for code and database).
Can anyone post here sample tasks (specially for learning). Because as I said am new to magento and don't konow exactly what type of tasks we can do in Magento.
I want some good tricky and sample tasks to do in magento. So I can learn it more.
1.) Change the favicon logo.
2.) Change the magento home page logo.
3.) Change the Top links "name" Ex: My Cart as image.
4.) Adding new link in top links.
5.) Move the top menu navigation as left menu navigation.
6.) Creating banner slider in home page
7.) Listing the feature products in home page.
8.) Need to put newsletter subscription in footer area.
9.) Removing the magento ads in right column (i.e) The dog and poll removing.
10.) Adding the new column in sort by order in category page.
11.) In product detail page need to show product description and some other information as tab format.
12.) Magento registeration need to enable extra options like company name, phone number, address, user type.
13.) Each customer group need to show different type of price for products.
14.) While importing products we to import the tier price to each products.
15.) Creating new attributes to products. And need to import values to that new attribute.
16.) Adding custom new column while registering a customer. And it need to show in admin side as editable.
Basically you are in e-commerce domain and magneto is a e-commerce framework which provide a platform to build e-commerce application with some build in out of the box functionality so that the developer at the end of the day not have to start building things from scratch.
what type to tasks we can do in Magneto.
being a eCommerce platform it provides you out of the box functionality ranging from product management,category/catalog management,shipping,checkout process,user management,post order process etc and many other things.
E-commerce in itself start from application like B2C (Business to customer), B2B (business to business).
I want some good tricky and sample tasks to do in magento
i am not sure what exactly you mean by this statement what you want to learn how exactly flow going on or how you can customize the things.
my suggestion is to explore some e-commerce implementations like amazon,eBay etc see how things flow there and than come out what you want to have in all.
i have not worked with magento but being in e-commerce domain i know every platform provide some sample reference application so it should be the case with Magento so just run that application and see how flow is going on and play around with it.
one thing that seems good to start is checkout process as it is always an integral part of any B2C implementation.
Other aspect is Product content management.
How about learning to create tier prices for customer options? I am quite sure that you need this for the future someday.
Magento allows tier prices for products and prices for individual options. However, tier prices for individual options are not supported. Tier prices for individual options are needed e.g. when selling promotional items or textiles with custom imprints. To create individual tier prices just try one of these three options:
one of these three options:
Realizing the surcharges with Cart Price Rules
Simple Configurable Products / Better Configurable Products
Generating additional individual options with prices
In my opinion the last one is the best solution. An individual option only allows one surcharge, when more are needed (one for each tier price you want to have). So you create several options with different prices. By doing so the following module might help you. You can request it for free at: http://www.code4business.de/kontakt-impressum/.
This module requires entering of tier prices and individual options in the backend. Afterwards the prices of the individual options for each tier price are entered in the newly generated options. When you save it, the following table of individual options will be generated. In this table, the tier prices can be entered for the original individual options. After filling out all these fields, the result is expected to be in the checkout.
I hope this is the kind of learning-idea you imagined! If you have further questions just take a look at this link. It offers you detailed descriptions with pictures how to create tier prices:
http://www.code4business.de/tier-prices-for-magento-custom-options-en/
My products are custom or single-availability items.
I just need to be able to add and update a ton of products quickly.
My current ecommerce shopping cart is too complicated.
I only have a few products. I don’t even need an e-commerce shopping cart, I just need an online catalog.Friends, i need to create simply catalog of products with categories, images of products but without any payment system. Do you know PHP based, simple CMS for that purpose?
Try Wordpress. It can be used as a CMS system easily, with lots of addons for things like user rating, etc. You can also have multiple users, and they can add comments and such.
Oh, and it's open source too! :)