Search the Community
Showing results for tags 'merge'.
-
Hello, I have a quick question, Is it possible to merge color atributes and products into one color? I am using Printful for merchendise in my shop, but every time i create a t-shirt the module creates a new color (like Blue, Dark Blue, Navy etc) I would love to have just 1 choice o...
-
Hello, I would like to know if it's possible to merge personnal information step and addresses step. Is there any way by overriding addstep process in Order Controller ? ->addStep(new CheckoutPersonalInformationStep( $this->context, $translator,...
- 1 reply
-
- checkout
- prestashop 1.7
-
(and 1 more)
Tagged with:
-
Hello, We want to merge some product attributes, is there a simple way to do this without breaking our product variants? Thank you in advance.
-
Ok,let me try explain my problem that i have not yet solved. I am going to make my new store live on my url www.coltrak.com that i have at godaddy.com My hosting is at ipage.com The nameservers are set for ipage on godaddy and its like its been before pointing to coltrak.com and root folder at ipage...
-
Hi could anyone tell me how to properly merge these two frontcontroller.php files? Thanks <?php // File: override/classes/FrontController.php class FrontController extends FrontControllerCore { function __construct() { parent::__construct(); } public function displayHeader(){ global $css_...