Jump to content

Nabbolo

Members
  • Posts

    84
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

Nabbolo's Achievements

Newbie

Newbie (1/14)

5

Reputation

1

Community Answers

  1. Hello after the update I am also having the same problem. I have updated, removed my old API credential (on Paypal website), created new one (on Paypal website), inserted new API data into ps_configuration table (Paypal module does no longer ask for those data in the GUI!!!) and now I receive payments and I do not know what the customer ordered and where to ship. This is unacceptable... how can I solve?
  2. +1 Same error, same line (98). Running PS 1.6.0.6. If you found a solution please post it! Thank you :-)
  3. Hello! No files, it's in the database, in the configuration table you can find a record with all the HTML of the template. Good luck ;-)
  4. This mod works very well if you have no variations, but if you have products with variations it will cause problems in the sync (and all variations will be created as single product). I have tried to figure out how to extend this mod to variations but it doesn't seem as "intuitive" as it is for the simple products... All I know is we will need something like <VariationProductListingDetails> {if isset($ean13_var)} <EAN>{$ean13_var}</EAN> {else} <EAN>Not available</EAN> {/if} </VariationProductListingDetails> In the API file GetVariations.tpl but we'll need to edit a lot of stuff in the module files. Any suggestion?
  5. Solution found. Looked into the code of AdminProductsController and used the function ajaxProcessDeleteProductAttribute properly integrated into my script. Have a good one!
  6. Hello everybody, I have a simple task to perform, but I need to automate it because of the huge quantity of products (2000+). Basically I am writing a PHP script, that analyzes the database and in case of specific conditions needs to delete specific product attributes. From the script I can get to the "id_product_attribute" number that I need to delete. At that point I could start going trough all the tables in Prestashop database and delete the records associated with this ID, but I think it wouldn't be so clean, and there would be a risk or residual records that can cause problems. I know that importing in my PHP file some Prestashop classes it would be possible to call the very same Prestashop functions that do this job when I click the "Remove" button in the back office. The question is: do someone of you know how can I do it? I would need to use a function like deleteAttribute(id_product_attribute) every time I need to delete one from the database. Thank you in advance developers!! Ah almost forgetting, I am on 1.6.0.6
  7. Hello everyone, I've got a problem with PS 1.6.0.6. Whenever I import new products via CSV into a category with a price rule (ex. -20%) these products do not get the discount. I have each time to go into the price rule and hit the "Save" button, so that it hen applies again to all the products in the chosen category. Is this the desired behaviour of Prestashop? For me it's not, is there a way I can solve it?
  8. The proposed solution is kinda working, but I don't know why, sometimes I still find some products that after eBay sync get Paypal only. Is there another place we should ass that line?
  9. Nope, I almost don't use any external modules, with exception of eBay module only, which can only read those values, but it is not designed to touch them.
×
×
  • Create New...