Jump to content

sounds

Members
  • Posts

    134
  • Joined

  • Last visited

1 Follower

Profile Information

  • Activity
    Agency

sounds's Achievements

Newbie

Newbie (1/14)

12

Reputation

  1. Hi, Where do you select which tabs the featured products module displays on the home page? Is there any way to add new category tabs or change them? If not, is there any free module that has those options or better? with the tabbed categories. Here's mine: https://snag.gy/89h7JR.jpg but there's nowhere to change the tabs or anything. I have tried featuredcategory16 but that displays things a bit different. PrestaShop 1.6.1.18 Thanks
  2. Hi, Trying to update this Merchant Expertise module but getting the following message.. Module Merchant Expertise cannot be upgraded: Error while downloading the latest version.
  3. Hi, I'm interested in using a China supplier to add their product line to my PrestaShop, They provide basic instructions about their API example to retrieve data from php. I can download a csv file by selecting categories of products on their site, but don't know how import this correctly. Here's the example of their API call, I don't know what to do with it but want to learn a bit so i can do this with other suppliers. <?php $API_KEY = '[spam-filter]@_PUT_API_KEY_HERE_[spam-filter]@'; $url = "https://secure.site.com/api/getProductDetails.php"; $data = array( 'key' => $API_KEY, 'currency' => 'USD', 'model_code' => 'CVNZ-9470-Black-2GEN', ); $content = json_encode($data); echo "<blockquote>"; var_dump($content); echo "</blockquote>"; $curl = curl_init($url); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_HTTPHEADER, array("Content-type: application/json")); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $content); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); $json_response = curl_exec($curl); $status = curl_getinfo($curl, CURLINFO_HTTP_CODE); if ( $status != 200 ) { die("Error: call to URL $url failed with status $status, response $json_response, curl_error " . curl_error($curl) . ", curl_errno " . curl_errno($curl)); } curl_close($curl); $response = json_decode($json_response, true); echo "<blockquote>"; var_dump($response); echo "</blockquote>"; ?> Also, if you're using API's from different stores, would you need a new multistore for each api or can multiple API's be used in one Prestashop? Thanks in advance.
  4. Actually I chanced a rollback to 1.6.1.5 and fixed it, then upgraded to the latest version again, worked for me.
  5. Hi, I was testing that multustore option so I enabled it, then created a new shop first and gave it a link mysite.com/newshop It asked me to give it a root category or something so I created another for that new store. The first problem is I decided it's not worth the time to use multi store feature, but I can't delete the multi store now, It keeps saying that store is using the group, I dunno it's annoying. You cannot remove this category because one of your shops uses it as a root category. When I created the multi store, the left side nav for the category links disappeared, I can't figure out how to enable it again.
  6. You referring to magento or what Rizzzle?
  7. I don't get it.. maybe it's time to find another solution? All the time I've put into getting my store together and this happens.
  8. I wonder will presta devs ever actually come up with a solution, they haven't so far. When you install the DH42 version, configure it and don't upgrade it! you'll only be left with the newer version which excludes UK and Ireland in the code. Some dose!
  9. My old paypal europe module is still working since I added the code for IE. But I suspect I should have added the UK also, never the less, still not updating this module! Is that what Dh42 did with his version? added necessary countries / code and removed country restrictions?
  10. Can anyone help me please, having issues creating cms pages. When I save a cms page they have those ids in the urls. I can't figure out why but when I create a cms page "about us" or any other cms page After I click Save & Preview it opens the new page in a new window like this: http://www.site.ie/6-about-us The urls should be like this http://www.site.ie/about-us I just get a blank page either way. THIS PAGE IS NOT AVAILABLE WE'RE SORRY, BUT THE WEB ADDRESS YOU'VE ENTERED IS NO LONGER AVAILABLE. I think it has something to do with Route to CMS page which I have set to: {id}-{rewrite} So when I created a cms page Abous Us, the URL becomes http://www.site.ie/6-about-us which doesn't work. So then I changed it to content/{id}-{rewrite} this URL seems to work: http://www.site.ie/content/6-about-us The URLs don't look right though, they should be http://www.site.ie/about-us Anyone know how I can fix this, it looks messy. Thanks in advance
  11. My checkout has an option that says pay with your credit card or paypal account I didn't upgrade the paypal europe module, added my own country, either way I probably shouldn't use this module for now.
  12. I'm not sure what to do yet, All I know is when I added my country IE to the paypal eu module it worked, but that's just me checking out as a customer in Ireland. So I'll miight run into the same problem for other countries when they try to checkout with paypal, maybe not, if I add the UK also. I don't mind paying for someone's hard work, but when something was free then all of a sudden becomes 200 bucks, I dunno. Thanks Dh42 will give your module a try.
×
×
  • Create New...