and I got it to show where I want, the problem is that the default one is still present in it’s default place. How to remove it from the default place?
Found the problem, I had a function that was checking if the object was in cart, and there was an error with calling to non object, so I added an extra if clause to check if it’s an object.