You are here: Home
Support site for Tips and Tricks HQ premium products
OK FOUND IT: wp-content/plugins/wp-photo-seller/views/photo/photo-details-template.php
You say: “Currently the “Please Choose From The Selections Below” wording in the photo details page is not configurable. We will have a think about how we can improve this.” why not? Can’t we go into the php to change it somewhere? Should be do-able, but I can’t find the div-wps-photo-description, Where is it located??
I tried:
function AddtoCartYes() {
return ‘<p>Add to Cart</p>’;
}
add_shortcode(‘addtocartyes’, ‘AddtoCartYes’);
function AddtoCartYes() {
//Adds items to cart.
public function addToCartNonAjax($item_array){
$cart = WPSSession::get(‘WPSCart’);
$cart->addItemPhoto($row, $row, $row, $row, $row); //add item to cart
}
But this messed up a lot.
PLEASE HELP OUT
Me too was looking for a way to sell a product in sidebar (add to cart/shortcode) into the WP Photo seller cart = so people can checkout the bulk of order (!!) Seems I can only sell from the gallery, I find this unfortunate. Logically you would want to sell also via 1 click from sidebar (!!) Please give us shortcode [add_to_cart_photo/product_id-” “]