The Reseller Store WordPress plugin lets you sell domains, hosting, SEO services more by simply adding a Shortcode into your page.
Advanced Domain Search
The advanced domain search is an inline domain search form with on page search results.
Shortcode
rstore_domain_search
Options
Attribute | Default Value | Description |
---|---|---|
title |
This is an optional widget title text that will display above the widget. Title will not display if attribute is not used. | |
text_placeholder |
Find your perfect domain name | Search input place holder text. |
text_search |
Search | Search button text. |
page_size |
5 | Number of domains to return in the results. |
text_available |
Congrats, {domain_name} is available! | Message to display when a domain is available to purchase. Supports the {domain_name} variable. |
text_not_available |
Sorry, {domain_name} is taken. | Message to display when a domains is not available to purchase. Supports the {domain_name} variable. |
text_cart |
Continue to cart | Button text to display on the checkout button. |
text_select |
Select | Button text to display when a domain is available to select. |
text_selected |
Selected | Button text to display when a domain is selected. Will also display in the cart button. |
modal |
0 | Display the search results in a modal window |
Standard Domain Search
Search form that will display the search results on the standard storefront. Include additional filter options and a full page of suggested domains.
Shortcode
rstore_domain
Options
Attribute | Default Value | Description |
---|---|---|
title |
This is an optional widget title text that will display above the widget. Title will not display if attribute is not used. | |
text_placeholder |
Find your perfect domain name | Search input place holder text. |
text_search |
Search | Search button text. |
Domain Transfer
Search form that will initiate the domain transfer process.
Shortcode
rstore_domain_transfer
Options
Attribute | Default Value | Description |
---|---|---|
title |
This is an optional widget title text that will display above the widget. Title will not display if attribute is not used. | |
text_placeholder |
Enter domain to transfer | Search input place holder text. |
text_search |
Transfer | Search button text. |
Log In/Log Out Link
Display a link to log in to account settings and products. The link will go to the store front login page.
Shortcode
rstore_login
Options
Attribute | Default Value | Description |
---|---|---|
title |
This is an optional widget title text that will display above the widget. Title will not display if attribute is not used. | |
welcome_message |
Welcome Back | Text that will display when the shopper has logged in. |
login_button_text |
Sign In | Sign in link text. |
logout_button_text |
View Cart | Sign out link text.. |
Cart Link
Display a link to the cart with a count of the items in the basket.
Shortcode
rstore_cart_button
Options
Attribute | Default Value | Description |
---|---|---|
title |
This is an optional widget title text that will display above the widget. Title will not display if attribute is not used. | |
button_label |
View Cart | Cart link text. |
Product Post
Display a product post.
Shortcode
rstore_product post_id=974
Options
Attribute | Default Value | Description |
---|---|---|
post_id |
REQUIRED. This is a numeric index of the product. When you edit a product in your WordPress admin you can find the post_id in the address bar. | |
content_height |
250 | This value is in pixels and sets the height of the product description. Any overflow text is hidden from rendering. Set to 0 to and the content will render in full view. |
show_title |
1 | Render the product post title. Use 0 for off. |
show_content |
1 | Render the product post content. Use 0 for off |
show_price |
1 | Render the product price. Use 0 for off. |
redirect |
1 | Redirect to the cart after adding product to cart. Note: Some products require a redirect to a configuration page in which case this attribute will be ignored. |
button_label |
Add to cart | Text that will display on the button to add the item to the shoppers cart. Leave blank to hide button. |
text_cart |
Continue to cart | Text that will display on the link to the cart after adding an item to cart. |
text_more |
More info | Text that will display on the Permalink to the product item for more details about the product. |
image_size |
full |
Product post image size. Possible values are: thumbnail , medium , large , full , none . |