radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

Re-edit from shopping cart

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!


Best Answer

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


Answer

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

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.