how to hide associated products in magento - magento-1.9

I have created the configurable product and also associated products with it but I don't want to show those associated products to show on frontend.
So anyone can tell me how to hide the associated products from frontend.
here is the link to how to add the configurable products.

To hide the associated simple products from frontend, you just need to change the visibility to "Not Visible Individually"
To change the visibility,in the admin panel, go to Catalog->Manage products->Edit that particular product.
In the visibility dropdown, select "Not Visible Individually". That particular product will not be displayed on frontend.

Related

Displaying data with form on same website Razor

I want to show all reservations in form of list on website and on same website i want to show the form to add new reservation.
Do i need to make viewmodel with all fields and list of reservations or some other way?
All i know is to show list and use button to go to next page to create new reservation but not a single one to do both.

How to make a basic member system for a website

I want to make it so that people can log into an account that they've made using a signup form and I also want to make it so that when the account is created they it makes a profile page where they can edit their profile picture, banner, and bio.
I'm very new to well... everything so I need this explained in as much detail as possible.
The concept is simple, consider the following
1.It can be done if you have implement a login system. First you should have page for the user profile, like changing name, picture, etc....
2. Once they register you store the data in the db, with the user id (it can be auto increment column.
3. In you navigation have link for user page, once use click it show page you created for user profile.
4. When user login, store their user id in session, then based on their user id you can retrieve the information and show.
5. The entire page input elements has to be inside a form tag, so if user edit something and click on the update button (or any name you wish) it will update the values in the db.
Basically in the register you will have the insert coding for the user table, and in the user profile page you will have the update coding.
Hope you get the idea!!

unable to create add cart button in magento in product listing page for configurable product

I have many products in my store (Magento). But in the list page configurable products are not adding to Cart. Googled lot and dig the code but no luck. Anyone can help me please?
Configurable product is not allowed for add to cart without selecting configurable options. You have to go to product detail page and select
option and add to card.
If you want to add configurable product from list page, then you have to
develop or integrate 'quick view' feature. Here, you will get
configurable options on popup and select and add to cart.

How do I pass the quantities and prices of individual items to PayPal?

I'm currently taking a beginner's web design class. I wanted to expand upon a project we just did where we designed a site for a store and build a simple shopping cart using HTML and CSS and using PayPal to check out using a Sandbox account. I've already created a business Sandbox account and built the cart table with a list of items for purchase and number input forms for users to enter the quantity. My question is, how do I pass the individual quantities of the items and prices to the paypal cart?
Check the shopping cart items section of the variables reference. You'll notice fields that have a 'x' on the end of them. Those would be 1,2,3,etc. for each individual item.
The 2nd method on that page should help you setting that up : https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside

Tax in Cart/Checkout Totals not expandable

I have been searching the net and especially here for this issue for hours now.
My Totals in the Cart/Checkout show a Tax.Line, but it's only labelled as "Tax". I know there is a setting to get it as "expandable" (with a + in front). Although I have in the settings the "show complete" option enabled, it still does not show any details.
I am especially looking to see the tax rate (%) there. As it is for different countries, it should be automatically, not a hard hack.
Oh, the Tax gets calculated correctly for every country. Just not shown /labelled correctly.
Any idea would be helpful!
After applying the Tax, delete Cache from the Magento admin and Reindex the data from the Magento admin.
If you want to display the full Tax Summary on the Cart Page Navigate to the System > Configuration > Click on the Tax under the Sales Tab Left sidebar Now click on the Shopping Cart Display Settings and Display Full Tax Summary : Yes Now you will see the full Tax Summary on the Cart page.
You can select other options from here.
Hope it helps,
Thanks