Jump to content

Le0DaVinci

Members
  • Posts

    13
  • Joined

  • Last visited

Le0DaVinci's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi there, I need someone to add remarketing code and conversion codes to my site. I have both files ready to be sent. Please let me know the cost involved Thanks
  2. Hi, I'm after a pro for a paid job. My site is down every 5 minutes and I get a 508 error Resource Limit Is ReachedThe website is temporarily unable to service your request as it exceeded resource limit. Please try again later. In the cpanel I get 20/20 for entry processes. My host sent me a log with the errors, apparently product.php is causing the issue. I can send the log privately. Regards
  3. Hi, I need someone to look at the footer on my website, everything is showing correctly but suddenly the links aren't working anymore. Thanks THE ISSUE IS NOW SOLVED. THANKS
  4. I need to print barcodes labels as per file attached. the module should allow to create a batch of different styles to include in the pdf file to print it should also allow you to select the quantity of labels to print for each style (example) 10 x article 1 black 5 x article 2 red The fields to import from presta are: 1) style name 2) RRP 3) barcode it will also be required a field where to enter the original price (before discount) this should be entered either manually and another field for the quantity.
  5. hi, we need a module to produce the following reports: 1) stock level by quantity and by value (cost and rrp) also we'd like to have the total divided by categories or brands example > what's the current stock on hand for this brand 2) best seller between a range of dates (from , to) example what was sold last month this report should also run by specific customers or by brands or by customers groups example what was sold last month to a specific customer or what was sold last month to this customer in that particular brand? 3) sales of a product between a range of dates. ex how much was sold last year for a specific style the module should also allow for these report to be exported in excel I'm not sure if the best way is to create a module in presta or to use one of the free reporting tool available on the web (directly linked to presta DABATASE). This last option would probably allow us to add and build our own reports as we go which would also be a great advantage but not essential. I'm open to suggestions.
  6. Hi, I found this newsletter module and I was wondering if anyone uses it and if it's worth the 249 euro. http://www.123module...ter-system.html Thanks
  7. Hi, I have a live shop with 1.3.1.1 and a testing site 1.4.6 I'd like to move customers and orders from the live site to the testing site without replacing the 1.4.6 database. Ideally I'd also like to move across the sources Is is possible to do it with some SQL magic? If so pls let me know how much. thanks
  8. Hi there, We run presta 1.3.x with Matrice theme and we'd like to do some work on it: upgrade to the latest presta version upgrade and fix our template changes on the pages layout (new product page and category page) Please let us know if you're interested on the project and we'll send you more info. Thanks
  9. I have a xml file that passes info regarding my products to a comparison site. Since I introduced taxes on my prices , it started picking the retail price before tax instead of the retail after tax. (taxes for my site are always 10%) I had tried but I don’t seem to be able to call the retail price after tax. if I use this code it passes the final price after reduction . "".Product::getPriceStatic(intval($Product['id_product']))."\n" if I use this code it passes the Pre-tax retail price . "".number_format($product_obj->price,2)."\n" // MSRP /RRP I need instead the retail price after tax. If needed I'll provide the whole php code. Thanks, Dimitri
  10. From what I understand I have 2 ways to fix this, I had tried and tried but I don't seem to call the correct variable. OPTION 1: this line returns the final price after reduction . "".Product::getPriceStatic(intval($Product['id_product']))."\n" how can I change this line to return the Retail price with tax? OPTION 2: Alternatively I could work with this line that returns the Pre-tax retail price . "".number_format($product_obj->price,2)."\n" // MSRP /RRP how can I change this line to return the Retail price with tax? Thanks Dimitri
  11. Hi, I'm working on a xml file that passes info regarding my products to a comparison site. At the moment is passing the retail price before tax and I need to change the code so that the retail after tax is passed. This is how the code looks at the moment : . "".number_format($product_obj->price,2)."\n" Is it only matter of calling a different value? If so what's the value for the retail price including taxes? Alternatively as my taxes are always 10% I was thinking to multiply the price ( price*1.1) but I can't find a way to do it, as I don't really know php. Thanks Dimitri
×
×
  • Create New...