I need to Display an specific product page on a CMS page in magento - magento-1.9

Please help! I need to display an specific product page in a cms page (not the product list). This is so that I can choose that cms page as my homepage. Bottom line is that I need the product to be my homepage. I've tried everything! Using xml codes only displays the product list and not the actual product page itself.

You can do this using the "Default Web URL" in the System configuration.
You will have to replace the default value cms by the product url in this format: catalog/product/view/id/PRODUCT_ID/category/CATEGORY_ID/, you can find the product ID in the back-end panel by looking at the url of the edit product page.

Related

eBay search form

I'm working on a website for my work and it's for our eBay webpage. eBay no longer supports active content. So I had to remove our JS and active content but there is one bit of active content I can't remove. My search bar contains a form action which I guess will no longer be supported. I'm on mobile so I'll try to display HTML correctly in my question. Currently, I have:
<form name="frm" action="(store link)">
<input name="_nkw" class="inputbb" type="text" placeholder="search">
</form>
How can I link it to the store not using action?
eBay FAQs
I don't have an eBay store to play with, so can't give a full walkthrough answer, but found the following info in the eBay FAQs:
Can I use HTML to design my Store home page?
Yes. Store sellers can create a custom header with HTML just below the standard eBay Store header. In addition, Store sellers can build a completely customized Store home page using HTML. To take advantage of these customization opportunities, go to the Manage My Store page and click on "Store Design" in the left column. Sellers can also easily create links to their Store by using HTML Builder, located in the left column in Manage My Store.
You'll see that a couple of the terms used in that quote are linked to your store pages, so linking them here is unlikely to work.
Also, according to this resource:
Key elements in a Shop listing header
Your Shop listing header always includes your Shop name, a link to your Shop home page, and your Shop colours. You can also include:
* Your Shop logo
* A search box that enables buyers to search your Shop
* ...
Followed by:
Creating or editing your Shop listing header
* To create or edit your Shop listing header:
* Go to My eBay and log in if required.
* Click Manage My Shop in the left navigation.
* Click Listing Template in the left navigation.
And here's another resource with similar information.

How do I change the theme of only one page in WordPress

I have an general education landing page in Wordpress, thats needs a new theme. I want to just change that ONE page but not impact any other page. I have a business premium account with Wordpress. Please help, thank you.
You can't change the theme just in one page. To customize that page you would need to create a custom template by creating a template or a file on your server to only affect that page.
Something like:
Page templates
Or:
page-87.php 87 being the page ID
front-page.phpIf the page you want to costumize is the front page
page-landing.phpIf the name of the page is "landing
This might help: WpBeginner

Magento Configurable Products - Uses different layout to product/view.phtml?

I successfully edited the product/view.phtml file so that the add-to-cart button appears in a different location on the page. This works fine for simple products, but for configurable products this change is being ignored and the button is in its default place.
I cant figure out what I need to edit to apply the same change for configurable products.
It would be a lot easier if configurable products had their own template file.
Essentially all Im trying to do is create a box at the top right of the product content page that has the add-to-cart inside it, and for this to show in the same position for all product types.
Any help would be greatly appreciated!
Configurable product does have a custom template, look at template/catalog/product/type/configurable.phtml

Loading content from another webpage into Magento Product Specifications

To clarify the goal:
Currently I have a CSV File.
File contains "Specifications" attribute. There is a Web URL directing to the Specifications Content for the select product.
I want to know how to load this content without having to copy and paste the whole page. Can I do this just by having the URL?
End-Goal:
To have the Specifications Content displayed in Specifications attribute on my Magento Product page, through use of the URL.
You can create attribute named specification. Set Catalog Input Type for Store Owner to Text Area and Enable WYSIWYG to Yes. Also set Visible on Product View Page on Front-end to Yes. Then you can store such specification data with html in this attribute and it will be displayed in front end (page).

How do i navigate to another jspx?

I have a link on a jspx, which will take you to another jspx page.
For example, i'm on the homepage and then click on a link which should open a jspx called products.
I have used this code
View all products
but it doesn't work. How would i do this?
The href should point to an actual page itself (using a valid URL), such as products.jspx.
Example:
View All Products
If your products page is within another folder:
View All Products