Code Monkey home page Code Monkey logo

fyndiq-prestashop-module's People

Contributors

aquilax avatar confact avatar hansrofors avatar lewisporter avatar micaelwidell avatar mrakibmiah avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fyndiq-prestashop-module's Issues

Order price rounding and numbers alignment

Order price is rounded to the sixth digit and aligned to the center.

While rounding differs between different countries, I'm not aware of any country that rounds to the 6th digit after the decimal point (bitcoins may fall into that category but we don't support them AFAIK). We should consider using store's own number processing.

Generally whole numbers and those with fixed rounding must be aligned to the right, to help the user scan them easily, we should consider aligning the numbers to the right side of the cell.

Alignment and rounding

Delivery note is not working

Delivery note for select orders doesn't work. it should somehow present the pdf that's generated and sent as response to the module from fyndiq

Consider generating the feed on the fly

Pros:

  • no need to ask for directory with special permission;
  • decreases the risk for stale data (e.g. the cron job stopped working for some reason);
  • allows us to manage update frequency;

Cons:

  • Depending on the fetching schedule may load the server more, but this means that the current generation/fetch intervals are bad. Ideally they should be 1/1 generation/download.

Double fetching

Investigate why the products are fetched twice when exported to Fyndiq:

Here is the log for single export, the first number is the product_id:

[13-Mar-2015 08:09:08 Europe/Stockholm] 1|0
[13-Mar-2015 08:09:08 Europe/Stockholm] 2|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 3|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 4|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 5|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 6|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 7|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 1|0
[13-Mar-2015 08:09:08 Europe/Stockholm] 2|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 3|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 4|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 5|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 6|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 7|1
[13-Mar-2015 08:09:08 Europe/Stockholm] 8|1

Check the discount percentage boundaries

Somehow I managed to set 102% discount on a product. Maybe this was during a testing period, while the checks didn't work, but it's still worth double checking.

Add indexes

The tables created by the extension lack indexes. It may be beneficial to create some. ๐Ÿ“‡

Decrease DB load on export

We can decrease the DB load by loading the products in batches when exporting them. \ProductCore::getProducts is our friend.

Uninstall leftovers

When the module is re-installed the entry in the Modules sub-menu gets duplicated;

Fix remaining css-lint warnings

The title says it all:

fyndiqmerchant/backoffice/frontend/css/_button.scss:1 [W] SingleLinePerSelector: Each selector in a comma sequence should be on its own line
fyndiqmerchant/backoffice/frontend/css/_button.scss:45 [W] FinalNewline: Files should end with a trailing newline
fyndiqmerchant/backoffice/frontend/css/_const.scss:11 [W] FinalNewline: Files should end with a trailing newline
fyndiqmerchant/backoffice/frontend/css/_helpers.scss:34 [W] EmptyLineBetweenBlocks: Rule declaration should be followed by an empty line
fyndiqmerchant/backoffice/frontend/css/_helpers.scss:35 [W] SingleLinePerSelector: Each selector in a comma sequence should be on its own line
fyndiqmerchant/backoffice/frontend/css/_layout.scss:2 [W] IdSelector: Avoid using id selectors
fyndiqmerchant/backoffice/frontend/css/_layout.scss:3 [W] ImportantRule: !important should not be used
fyndiqmerchant/backoffice/frontend/css/_layout.scss:4 [W] EmptyLineBetweenBlocks: Rule declaration should be followed by an empty line
fyndiqmerchant/backoffice/frontend/css/_layout.scss:5 [W] IdSelector: Avoid using id selectors
fyndiqmerchant/backoffice/frontend/css/_layout.scss:6 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_layout.scss:16 [W] MergeableSelector: Merge rule `.fm-container p` with rule on line 9
fyndiqmerchant/backoffice/frontend/css/_layout.scss:17 [W] Shorthand: Shorthand form for property `margin` should be written more concisely as `0 0 1em` instead of `0 0 1em 0`
fyndiqmerchant/backoffice/frontend/css/_layout.scss:26 [W] PropertySortOrder: Properties should be ordered float, margin-right, width
fyndiqmerchant/backoffice/frontend/css/_layout.scss:34 [W] FinalNewline: Files should end with a trailing newline
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:3 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:3 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:4 [W] Indentation: Line should be indented 2 spaces, but was indented 7 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:4 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:5 [W] Indentation: Line should be indented 2 spaces, but was indented 12 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:9 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:9 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:10 [W] Indentation: Line should be indented 2 spaces, but was indented 7 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:10 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:11 [W] Indentation: Line should be indented 2 spaces, but was indented 12 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:16 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:17 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:17 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:17 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:18 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:18 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:18 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:19 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:19 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:19 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:19 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:20 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:20 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:20 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:20 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:21 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:21 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:21 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:21 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:22 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:22 [W] DuplicateProperty: Property `background` already defined on line 16
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:22 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:22 [W] SpaceAfterComma: Commas in function arguments should be followed by a single space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:23 [W] SpaceBetweenParens: Expected 0 spaces between parentheses instead of 1
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:23 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:23 [W] SpaceBetweenParens: Expected 0 spaces between parentheses instead of 1
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:28 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:29 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:29 [W] DuplicateProperty: Property `background` already defined on line 28
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:29 [W] LeadingZero: `0.4` should be written without a leading zero as `.4`
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:30 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:30 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:31 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:33 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:34 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:35 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:36 [W] Indentation: Line should be indented 2 spaces, but was indented 4 spaces
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:40 [W] SpaceAfterPropertyColon: Colon after property should be followed by one space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:40 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:41 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:42 [W] SpaceAfterPropertyColon: Colon after property should be followed by one space
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:43 [W] EmptyLineBetweenBlocks: @mixin declaration should be followed by an empty line
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:45 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:45 [W] ZeroUnit: `0px` should be written without units as `0`
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:45 [W] ZeroUnit: `0px` should be written without units as `0`
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:46 [W] VendorPrefixes: Avoid vendor prefixes.
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:46 [W] ZeroUnit: `0px` should be written without units as `0`
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:46 [W] ZeroUnit: `0px` should be written without units as `0`
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:47 [W] ZeroUnit: `0px` should be written without units as `0`
fyndiqmerchant/backoffice/frontend/css/_mixins.scss:47 [W] ZeroUnit: `0px` should be written without units as `0`
fyndiqmerchant/backoffice/frontend/css/_orders.scss:8 [W] PropertySortOrder: Properties should be ordered float, margin-left, width
fyndiqmerchant/backoffice/frontend/css/_orders.scss:36 [W] IdSelector: Avoid using id selectors
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:5 [W] PropertySortOrder: Properties should be ordered display, height, margin, width
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:17 [W] ZeroUnit: `0px` should be written without units as `0`
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:21 [W] ImportantRule: !important should not be used
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:24 [W] ColorVariable: Color literals like `#799ec4` should only be used in variable declarations; they should be referred to via variable everywhere else.
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:25 [W] ColorVariable: Color literals like `#87acd3` should only be used in variable declarations; they should be referred to via variable everywhere else.
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:26 [W] EmptyLineBetweenBlocks: Rule declaration should be followed by an empty line
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:28 [W] ColorVariable: Color literals like `#e85353` should only be used in variable declarations; they should be referred to via variable everywhere else.
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:29 [W] ColorVariable: Color literals like `#f55454` should only be used in variable declarations; they should be referred to via variable everywhere else.
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:30 [W] EmptyLineBetweenBlocks: Rule declaration should be followed by an empty line
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:32 [W] ColorVariable: Color literals like `#f08c48` should only be used in variable declarations; they should be referred to via variable everywhere else.
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:33 [W] ColorVariable: Color literals like `#fa9549` should only be used in variable declarations; they should be referred to via variable everywhere else.
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:34 [W] EmptyLineBetweenBlocks: Rule declaration should be followed by an empty line
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:36 [W] ColorVariable: Color literals like `#83c070` should only be used in variable declarations; they should be referred to via variable everywhere else.
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:37 [W] ColorVariable: Color literals like `#9bde87` should only be used in variable declarations; they should be referred to via variable everywhere else.
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:41 [W] PropertySortOrder: Properties should be ordered cursor, display, height, position, right, top, width
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:51 [W] TrailingSemicolon: Declaration should be terminated by a semicolon
fyndiqmerchant/backoffice/frontend/css/_overlay.scss:55 [W] TrailingSemicolon: Declaration should be terminated by a semicolon
fyndiqmerchant/backoffice/frontend/css/_products.scss:2 [W] QualifyingElement: Avoid qualifying class selectors with an element.
fyndiqmerchant/backoffice/frontend/css/_products.scss:17 [W] PropertySortOrder: Properties should be ordered border-bottom, display, padding, text-decoration
fyndiqmerchant/backoffice/frontend/css/_products.scss:22 [W] NestingDepth: Nesting should be no greater than 3, but was 4
fyndiqmerchant/backoffice/frontend/css/_products.scss:46 [W] EmptyLineBetweenBlocks: Rule declaration should be followed by an empty line
fyndiqmerchant/backoffice/frontend/css/_products.scss:73 [W] QualifyingElement: Avoid qualifying class selectors with an element.
fyndiqmerchant/backoffice/frontend/css/_products.scss:74 [W] ImportantRule: !important should not be used
fyndiqmerchant/backoffice/frontend/css/_products.scss:75 [W] EmptyLineBetweenBlocks: Rule declaration should be followed by an empty line
fyndiqmerchant/backoffice/frontend/css/_products.scss:77 [W] PropertySortOrder: Properties should be ordered margin, text-align
fyndiqmerchant/backoffice/frontend/css/_products.scss:79 [W] FinalNewline: Files should end with a trailing newline

Consider (supplementary) XML format for the feeds

Pros:

  • we can process products one by one and decrease the memory usage;
  • pretty mature standard and set of libraries;
  • XMLWriter - easy to generate XML stream, which will allow us to generate the feed on the fly;
  • easy to write hierarchical structures like product -> combinations which could potentially make processing easier;
  • easy to encode collections: like images and product properties;

Cons:

  • additional libxml dependency (although it's widely installed);
  • worse data/meta ratio;
  • slightly harder to use that csv
  • needs work on the backend

Orders should be filter by from last check date

In magento we save the date we last imported orders and next time we filter the date on that, to just get the newest orders. ?min_date=2014-11-19 13:18:00 as example. Look into magento module for example.

Fix settings copy

As the currency selection is gone in the settings page. The copy should also change. Currently it reads:

In order to use this module, you have to select which language and currency you will be using.
The language and currency you select will be used when exporting products to Fyndiq.
Make sure you select a language that contains Swedish product info, and a currency that contains Swedish Krona (SEK)!

Multi-store support?

Need to check for support for different and multi support.

  • Countries
  • Currencies
  • stores

Brand

Currently all products use test as hard-coded brand name. Maybe we should use products's Manufacturer name for the brand.

category tree

now it shows all categories.
Need to find a way to show only parent categories and then show child categories on click.

Getting error when importing orders

Can't import all orders.

Getting this in the response:

<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$article in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>185</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$num_articles in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>191</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$created_at in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>276</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$article in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>185</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$num_articles in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>191</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$article in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>185</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$num_articles in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>191</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$created_at in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>276</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$article in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>185</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$num_articles in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>191</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$created_at in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>276</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$article in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>185</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$num_articles in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>191</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$created_at in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>276</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>121</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>176</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$article in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>185</b><br />
<br />
<b>Notice</b>:  Undefined property: stdClass::$num_articles in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>191</b><br />
<br />
<b>Notice</b>:  Undefined variable: invoice_address in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/Users/confact/Documents/fyndiq/fyndiq-prestashop-module/fyndiqmerchant/backoffice/models/order.php</b> on line <b>199</b><br />
<br />

Currency is hard-coded in the JS templates

remove border on icon big classes

this are shown as status on the products table. they now have a white border, which they shouldn't have.
icon on big is the css path to the icon.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.