-
Posts
81 -
Joined
-
Last visited
Contact Methods
- Website
-
Skype
florapetals
Profile Information
-
Location
Mumbai, India
-
Activity
Agency
Recent Profile Visitors
rajlaskar's Achievements
-
Bulk Products and Images Import
rajlaskar replied to shoofra's topic in Configuring and using PrestaShop
Hi Does your product having combinations also or just product details in one description filed? [as i have not done with the product options/ combination] I have a bulk import solution which directly insert into prestashop through sql queries , so you .xls file [or any formated data] acan be read and inserted into prestashop DB its a paid service, if interested please let me know, thank you -
[php class] Class for import / insert products directly into database
rajlaskar replied to Kuba_'s topic in Core developers
Hi can you please share the attribute & combination creation part, rest i can handle, Thank you -
[php class] Class for import / insert products directly into database
rajlaskar replied to Kuba_'s topic in Core developers
Hi criacaosites I think i have to create attibutes in these tables ps_attribute_group ps_attribute_group_lang ps_attribute_group_shop ps_attribute ps_attribute_lang ps_attribute_shop ps_attribute_impact Then assign that attibute in this tables for combination ps_product_attribute ps_product_attribute_combination ps_product_attribute_image ps_product_attribute_shop any enlightment in this regard would be a great help for me, Thank you -
Hi this tutorial will be helpful for you to create a new custom page http://nemops.com/creating-new-pages-in-prestashop/
-
Hi H really appreciate your reply, as i said i already have created this new custom page, and it works like that - from my module backend you will create a new page [not cms page] and enter page details - auto generated page id ,name , url-key, mention which categories to show in that page by comma separation, and when view this page localhost/prestashop/cl-iphone-accessories-1 with will show product from the page id 1 , querying into those category for page 1 and in carousel [this has already beed done] rest everything has already been done products are showing properly when viewed like this localhost/prestashop/cl?pid=1 localhost/prestashop/cl?pid=2 but i want SE froendly URL like localhost/prestashop/cl-iphone-accessories-1 localhost/prestashop/cl-samsung-smart-phone-accessories-2 these url i will put in my menu to open that URL
-
Back Office flipped horizontally?
rajlaskar replied to Creative Allsorts's topic in OUT - 1.6.0.11 [7 Jan 2015]
Hi do you mean , admin menu horizontal? backoffice >> System administration [top right of the page]>> my preferences >> then in form Admin menu orientation make it top -
Linking to products from a category or Manufacturer
rajlaskar replied to d4rkbl4de's topic in OUT - 1.6.0.11 [7 Jan 2015]
Hi this is your link for list of products by manufacturer ProDerm https://boutique.figurra.ca/en/4_pro-derm -
Hi I am creating a custom dynamic page, depending on get value on url the page content will change I have done everything and everything seems working fine: created a module, controller , query into category to get products, displayed them properly, created seo URL and the new page is showing perfectly as localhost/prestashop/cl what I want is localhost/prestashop/cl-iphone-accessories-2 localhost/prestashop/cl-samsung-smart-phone-accessories-3 depending on pid 2, 3 page content will change, how to create such the URL? , rest query and all i will do, depending on (int)Tools::getValue('pid') Thank you
-
Hi I am planning to develop a module for Shipping time estimator in product details page which will display message like below "Order within 7 hrs 30 mins to ship Today, Est. Delivery by: 3rd Dec - 5th Dec [depends on courier you select on checkout]" Will have option to exclude shipping dates, option to exclude Saturday, Sunday delivery. There will be a cut off time to mention in backend which will decide this estimates. I am also planning to add buffer time depending on category, product wise buffer time would have too much entry in backend. Please suggest Thank you
-
New menu module working together with the top menu
rajlaskar replied to TorbenS's topic in Job Offers
Hi I can develop it, as shown on http://www.findlegalforms.com/ see my prestashop menu modules http://codecanyon.net/user/rajlaskar/portfolio But the theme you mentioned is magento site http://www.plazathemes.com/demo/ma_orion/ i think you mean this http://demo.posthemes.com/pos_orion/en/ [this one is prestashop] Thank you -
Add product image via webservice
rajlaskar replied to eggandspam's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
above code is for uploading products to product id 4 see this $url = PS_SHOP_PATH. '/api/images/products/4'; -
Homefatured and Newproducts module on category page
rajlaskar replied to pawiust's topic in OUT - 1.6.0.11 [7 Jan 2015]
Thank you, I will try that -
Why my local prestashop is very slow?
rajlaskar replied to houzhongqiu's topic in OUT - 1.6.0.11 [7 Jan 2015]
i think its because of some libraries are not installed in your XAMPP setup compare to your online server -
Products not linked with search after CSV import
rajlaskar replied to Vinay's topic in OUT - 1.6.0.11 [7 Jan 2015]
if you want i can send you a small standalone module to generate rewrite url with input keyword added in product name to generate url, it works like that , you will create a csv file from your product feed with product name only, then in that module [ its basically a form], you have option to add keyword to concat to the name and you will upload that product name csv, on clicking "generate rewite url" , you will get a csv file with your rewrite url key