displaying login in magento 1.6 - magento

I am figuring out how to enable login.phtml in magento 1.6 only in custom theme, however, it is clear to me that in magento 1.6 login is triggered from persistent not from customer until persistent is switched off. I am not able to display it either in persistent or in customer layout settings. In a built-in or base theme it is working fine but since I am developing a custom theme and now I am stuck on it to work properly. Any help is highly appreciated....
Regards

Check with the related XMLs..
It do all the things in magento.

Related

Paypal Standard Payment Option not showing in admin

I want to integrated the paypal standard option to my store, but unfortunately it is not visible on the admin side, Only the Express Checkout is there,
Also checked in the Dropdown of other paypal payment methods but it is empty.
any Idea how to enable it?
Happy to be of any help!
PayPal standard is deprecated a long time ago and it has been removed in all Magento 2.x versions. You can choose the PayPal express checkout option as it is pre-built and easy to configure.
Also, it has got a shortcut button [Cart & Product page] which customers prefer to use.
Thanks.
If you wish to enable PayPal Standard by default on new sites, please add the following code snippet:
add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );
This is only working on woocommerce in wordpress because Only for new installs with WooCommerce 5.5 and above, PayPal Standard which is included in WooCommerce core will not be loaded by default. Use this in functions.php
For magento read the documentation in magento update by version. Actually for paypal security reasons these changes are applied most of the framworks

CanĀ“t add product to cart, litespeed and sm-maxshop theme

Im trying to get litespeed cache to work with my magento installation.
Litespeed is working and load speed is faster. The problem is when a user tries to add a product to the cart in product page, it doesn't add the product.
Add-button is working fine when litespeed is disabled.
Is there a way to exclude the addbutton from caching.
Magento 1.9.2.3
Lightspeed Cache from litespeedtech 1.3.6
SM-Maxshop theme 1.1.0
It maybe some javascript breaking if that button does not work. Does your footer show up properly? There's one known issue for sm theme. If this is not your case, you can create a ticket with LiteSpeed support, they can help you there.
LiteMage is very flexible and can be configured to fit most cases for Magento 1.9. FormKey is handled as a private ESI block and should not break CSRF check.

How to add simple custom form to magento admin panel

First of all let me clear what i want to do, here is my problem. I have my magento project running on server. Now my client is asking me to add a module like this, please have a look
http://www.chinaglaze.com/Try-On/index.html
Also he want that he can manage images and color codes from the Magento Admin panel. I have not much experience in magento extension development.
Please provide me reference if there is any magento extension already exist so that i can use that other wiase how to do it.
If you want a Magento frontend view which is admin manageable (with your own custom database tables) try this piece I wrote: link. Hope it suits you.
You should add a custom module to add that.
Check this link
http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/how_to_create_an_admin_form_module

Manage multi site themes in magento 1.7

I'm working in Magento 1.7, I've created multi site following this tutorial: http://www.crucialwebhost.com/kb/how-to-setup-multiple-magento-stores/ . I'm using 02 themes with both a slider. In default store, theme works well, but in the second store, slider could not be displayed and also product's thumbnails. The 02 websites use the same root catalog (I don't know if it's recommanded). I don't understand why this problem appears. Could you please make help.
Thanks in advance
Best regards !
For using different themes on multi website or multistore, you must prepare the template on the different folder on root/skin/frontend/your-store-name
After that, you can assign the skin on the backend system by accessing System > Configuration > Design(tab) and then change the web skin..

Integrating my web application with Magento

I have created a web application in PHP, Ajax, HTML5. It is ready and working perfectly. Now I want to integrate it with magento. In the application, when user clicks buy now an image is saved in a folder on the server.
I have just started using magento. There are two ways in my mind to implement the functionality,
Navigate the user from magento products page to my application page and when user clicks buy now button on my page it will be the add to cart functionality at the back end. And i will send the image name that is randomly generated and append it into the comments of product that admin can see.
Make my app a magento custom plugin. Add my HTML, css, js, php files within magento and use my app as an internal magento application.
So, i need suggestions, comments, ideas or anything that can help me.
As I have just started with magento and I don't have any experience with e-commerce. So, my question might be showing in experience.
Try to learn Magento API it can be integrated with all your apps.

Resources