Dear Friends, good morning.
Please, I need to know, if is available any Paymente Gateway, in Marketpress, OTHER than the standard ones … I am italian and I am based in Moscow, so I am thinking to open a company in Moscow. For that, I can NOT use things such as stripe etc … is there any russian gateway? Thank You.
Pietro
I’m currently using wordpress and marketpress to host a trade portal. I have created pages for each category of products and used the marketpress short code to define which category is displayed. Like this: <div class=”selection”>[mp_list_products category=”category title”]</div>
The problem is when I use the shortcode it displays items from that category at first then products from all other categories starting from the second page.
I do not get the same issue when I give a link like this: /store/products/category/category-title/
So to describe the issue further, when I look at a category page using the shortcode, I see that the drop down menu says “show all” meaning it intends to display all products with that categories products showing first.
On the other hand, when I use the /store/products/category/category-title/ link it says the category title in the dropdown and displays those products only. I dont know why the shortcode isn’t working and I’m looking for any ideas on why this is happening and how to resolve it.
]]>Hi are you familiar with market press? Word press? I just created my website:
https://www.rebekahsbeautyboutique.com/store/products/
If you are familiar with market press was wondering if you can help me out or point me in the right direction…I need to categorize my products page into groups or categorizes like my Store page ex.
-Section or page for:
Feather earrings
Feather extension
Feather Headbands
And…create linkables to each whether it be going to that page or a section on that page.
And or sort them by types, like all the feather earrings together and feather extensions together…
I really like the set up of Market press so I want to keep the product set up if possible instead of going to a new page and inputing all the $, sales, etc manually-which takes forever. So I really want to just expand my product page within the Marketpress plugin. Any help will be useful.
OR A SHORTCODE, BUT I’M NOT VERY GOOD AT INPUTING IT IN I’M KIND OF SCARED TO DO IT. CAN SOMEONE GIVE ME STEP BY STEP PROCESS OF INPUTING IT STARTING WITH EXACTLY WHERE DO I GO FIRST.
Or a heading to separate each category
Here’s my website:
https://www.rebekahsbeautyboutique.com/store/products/
Thanks a ton!!!
]]>I’m getting a duplicate thumbnail picture on the product page. Anyone have any idea why or how to remove it? So far great plugin and easy to use, I’m betting this is just something small I can’t seem to figure out. Thanks for any help!
]]>I’m using a custom theme with the marketpress plugin but when I search for products, the post title and image show, but not the price. I’m trying to figure out how to add it. It shows up correctly when I click on a category or products page. I figured out that the search page needs to call mp_product_price from marketpress, but I can’t seem to integrate it properly. Still new at this. Any help would be greatly appreciated! Thanks!
]]>hi!
I have created a metabox with ‘mp_dropdown_categories’ content.
The code is here, located in template-functions.php
———————————–
add_action( ‘add_meta_boxes’, ‘cd_meta_box_add’ );
function cd_meta_box_add()
{
add_meta_box( ‘my-meta-box-id’, ‘Gerar catalogo’, ‘cd_meta_box_cb’, ‘product’, ‘side’, ‘high’ );
}
function cd_meta_box_cb()
{
mp_dropdown_categories();
?>
“>gerar catalogo<?php
}
————————————–
This metabox appears in Edit’ and Create new product area and its showing a dropdown list of all categories.
My problem is: how can I get the category ID of each category and category ID of current product?
Cause i need the ID to send via _GET to other php file.(external to wordpress)
I apreciate any help cause im new in marketpress structure. Thanks!!
]]>I have a number of images available for purchase on canvas.
An example is here:
https://www.tirwin.co.uk/symonmathieson/home/archives/store/products/sm-image-0001-moody-tay
I would like to display all the prodyct tags next to (or instead of) ‘Categorized in’.
Any help is appreciated.
]]>Hi David,
I am using marketpress pro 2.0.5 on wordpress multisite 3.1.4 buddypress 1.28 and just have a question about generating shipping labels.
Where, how does one generate shipping labels. I have not yet tested the plugin in a live paypal site so not sure if that is where the shipping information is pulled from in order to print labels.
Thanks!
clarissa
]]>