Re-edit from shopping cart

Posted about 8 years ago by Kristiaan Fiers

Post a topic
  • Topic is Locked
Answered
K
Kristiaan Fiers

Hi,

When a designed product is added to the cart and I click to re-edit this product, it sends me back to the product page but the product image is not showing up anymore.


Is there a problem to fix this please?


Thanks in advance for your help!

0 Votes

D

Deleted Agent posted about 8 years ago Best Answer

I'll create a ticket from this, so that we can communicate more easily and in private.

0 Votes


2 Comments

Sorted by
K

Kristiaan Fiers posted about 8 years ago

Hi Ivan,

As far as I know, there's no option to deactivate it.

I unmarked some code in the file: plugins/fancy-product-designer/inc/class-cart.php


It looks like this:

 

	        return $cart_item;
	    }

		//public function reset_cart_item_link( $link, $cart_item, $cart_item_key ) {

	//		$url = add_query_arg( array('cart_item_key' => $cart_item_key), $cart_item['data']->get_permalink() );
		//	return sprintf( '<a href="%s">%s<br /><i style="opacity: 1; font-size: 0.9em;">%s</i></a>', $url, $cart_item['data']->get_title(), //fpd_get_option('fpd_cart_reedit_product') );

	//	}

		public function change_cart_item_thumbnail( $thumbnail, $cart_item=null ) {

 I hope this helps.

0 Votes

D

Deleted Agent posted about 8 years ago Answer

I'll create a ticket from this, so that we can communicate more easily and in private.

0 Votes