Forum Replies Created
-
AuthorPosts
-
August 5, 2012 at 6:37 am in reply to: I want a thumbnail to show up with product title and description #48097tomlMember
Clarify.
I plan to upload images into default folder using ftp.
Then I want to import a CSV file with product info including image url, alt text, caption etc.
tomlMemberI am trying to figure out how to display my products. My whole site is built around categories.
I am trying to keep the height of each record short.
I want:
1. an ADD TO CART Button, 2. Audio player to play my sample, 3. product title 30 characters max length, 4. decription is just a five character SKU. 5. perhaps a thumbnail.
What shortcodes do I use?
Why isn’t there a basic typical mp3 shortcode?
The <!–show-wp-cart-products-table–> was too general but I like how it displayed product info with cart button. I have been getting division by zero errors trying to use it now
May 28, 2012 at 6:00 am in reply to: Need to move my wp affiliate and wp estore to different domain #29721tomlMemberI found something very usefull I hope in WordPress Codex. My concern is these instructions are just plain wp not wp + eStore. Will eStore plugin and my 126 products make this not work completely?
Below pasted from WP Codex
Using a pre-existing subdirectory install
If you already have WordPress installed in its own folder (i.e. http://example.com/wordpress) then the steps are as follows:
1.Go to the General panel.
2.In the box for Site address (URL): change the address to the root directory’s URL. Example: http://example.com
3.Click Save Changes. (Do not worry about the error message and do not try to see your blog at this point! You will probably get a message about file not found.)
4.Copy (NOT MOVE!) the index.php and .htaccess files from the WordPress directory into the root directory of your site (Blog address). The .htaccess file is invisible, so you may have to set your FTP client to show hidden files. If you are not using pretty permalinks, then you may not have a .htaccess file. If you are running WordPress on a Windows (IIS) server and are using pretty permalinks, you’ll have a web.config rather than a .htaccess file in your WordPress directory. As stated above, copy (don’t move) the index.php file to your root directory, but MOVE (DON’T COPY) the web.config file to your root directory.
5.Open your root directory’s index.php file in a text editor
6.Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);
7.Login to your site. It should still be http://example.com/wordpress/wp-admin/
8.If you have set up Permalinks, go to the Permalinks panel and update your Permalink structure. WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can’t write to your .htaccess file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file (in the same directory as the main index.php file.)
May 28, 2012 at 2:33 am in reply to: Need to move my wp affiliate and wp estore to different domain #29720tomlMemberHi don’t seem to have PHP Admin in my hosting account.
I made the mistake of creating a folder in file manager and installing wordpress there. So now in order to get to my site a customer would have to type the directory after my site .com.
I just want to set it up so my url works without extra characters after it
-
AuthorPosts