-
Posts
99 -
Joined
-
Last visited
Contact Methods
- Website
-
Skype
manish.osuniverse
Profile Information
-
First Name
Manish
-
Last Name
Mittal
Recent Profile Visitors
OpenSource Expert's Achievements
Newbie (1/14)
7
Reputation
-
Hello, Contact me through our contact form here: http://www.opensourcetechnologies.com/contactus.html
-
Hello MMorosanu, Did you get your issue resolved? We would like to assist you. You can contact us for further discussions. Regards Manish
-
Non Ordered - empty shopping carts
OpenSource Expert replied to verticalcph's topic in General topics
Your site needs debugging.- 5 replies
-
- shoppingcart
- error
-
(and 2 more)
Tagged with:
-
Non Ordered - empty shopping carts
OpenSource Expert replied to verticalcph's topic in General topics
Please share your Site URL. We need to check at our end.- 5 replies
-
- shoppingcart
- error
-
(and 2 more)
Tagged with:
-
Non Ordered - empty shopping carts
OpenSource Expert replied to verticalcph's topic in General topics
Hello Jacob Are You using any third party module for cart?- 5 replies
-
- shoppingcart
- error
-
(and 2 more)
Tagged with:
-
Need som Prestashop skills for a small bug solution on a modified OPC
OpenSource Expert replied to hick's topic in Job Offers
Hello Mattias We can assist you and fix the issue. Please contact me through my PM and share your site url, so that we can check the exact issue. Regards Manish -
Error about country_module_list.xml file in back office
OpenSource Expert replied to preoteasa's topic in General topics
[sOLVED] Topic If, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution. Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED]. It's mentioned in Forum rules Best Practices. -
How to change a Address during Checkout?
OpenSource Expert replied to Chægga's topic in Addons, modules and themes developers
In prestashop, feature to change address during checkout has been already given. If you want to make customization, then explain the details. -
error while creating additional image
OpenSource Expert replied to daylexmrcracker's topic in General topics
Please check permission of apache webserver for folder it is restricting to create new folder for image Need to give permission to img folder 755 to apache webserver -
error while creating additional image
OpenSource Expert replied to daylexmrcracker's topic in General topics
Please verify Format JPG, GIF, PNG. Filesize 8.00 MB max. Else, PM your FTP details to me. -
blocknewsletter loads all countries on every click
OpenSource Expert replied to pietjanssen's topic in Core developers
Remove the content from __construct() and add in getContent() if ($this->id) { $this->file = 'export_'.Configuration::get('PS_NEWSLETTER_RAND').'.csv'; $this->post_valid = array(); // Getting data... $countries = Country::getCountries($this->context->language->id); // ...formatting array $countries_list = array($this->l('All countries')); foreach ($countries as $country) $countries_list[$country['id_country']] = $country['name']; // And filling fields to show ! $this->fields_export = array( 'COUNTRY' => array( 'title' => $this->l('Customers\' country'), 'desc' => $this->l('Filter customers\' country.'), 'type' => 'select', 'value' => $countries_list, 'value_default' => 0 ), 'SUSCRIBERS' => array( 'title' => $this->l('Newsletter subscribers'), 'desc' => $this->l('Filter newsletter subscribers.'), 'type' => 'select', 'value' => array( 0 => $this->l('All customers'), 2 => $this->l('Subscribers'), 1 => $this->l('Non-subscribers') ), 'value_default' => 2 ), 'OPTIN' => array( 'title' => $this->l('Opted-in subscribers'), 'desc' => $this->l('Filter opted-in subscribers.'), 'type' => 'select', 'value' => array( 0 => $this->l('All customers'), 2 => $this->l('Subscribers'), 1 => $this->l('Non-subscribers') ), 'value_default' => 0 ), ); } -
Please check your product_lang table column(filed) link_rewrite for products that have product-not-found-error. Please share a URl that shows page not found
.png.022b5452a8f28f552bc9430097a16da2.png)