-
Posts
118 -
Joined
-
Last visited
Contact Methods
- Website
Profile Information
-
Location
UK
-
Activity
User/Merchant
Recent Profile Visitors
6,019,451 profile views
irrelevant's Achievements
-
OK, this seems like it will do the job. - https://addons.prestashop.com/en/fast-mass-updates/24131-knowband-product-update-with-scanner.html More than I wanted to pay, obviously, but less than it could have been! Just waiting for an answer to a query with the developer...
-
I am setting up a new store and am receiving the same error. Is this module simply broken? Edit: ah - looks like you need to go through an approval process by braintree first ... I assumed that since I had a long-standing paypal business account, and logged in using that, it would "just work". Apparently not.
- 3 replies
-
- v4.3.3
- ps 1.7.2.4
-
(and 1 more)
Tagged with:
-
I'm used to 1.6, where I have ASM enabled, and when booking in new stock, I just create a supply order for all the items received. This way I can just copy from the DN the product codes, cost prices and quantities. I'm setting up a new, separate, store, for a new category of product, and chose 1.7.. maybe this was unwise. I can create the products I need via my existing code that creates a CSV based on my supplier's database of /everything/ so that's OK, But adding stock, is looking like it will be difficult.. I can't find a place where I can just key in a product code (or barcode, would be better) and quantity. It looks like with the new stock system, all you can do it search for an individual product (or a range you can filter on), and update the quantities. This is great if you are doing just odd items, but I've got a couple of thousand, at least, to work my way though, and this looks like it will be seriously impractical. My *ideal* scenario would be something kind of like a reverse POS - I just throw each item past the barcode scanner and it adds one to the quantity available for each item. Is there anything around (for free, I'm not making any money yet!) that handles this sort of thing? Or do I get to write it myself, again? Thanks,
-
Is there an official github repository for the eBay module that is actually up to date? https://github.com/PrestaShop/ebay is still at v.1.12.3 whereas addons.prestashop has the downloadable package at v.1.15.4. This makes the process of offering patches as detailed in the Readme somewhat difficult! Edit: OK. I found https://github.com/thoma202/ebay/tree/feature/v1_15_4 which appears to be 202's work-in-progress version, but the question still stands: what is the official repository, as a partner module? And if it is Prestashop/ebay, why the heck is it so out of date?
-
I just hit this same problem. in modules/smartblog/smartblog.php line 1042 change $base = (($ssl && $this->ssl_enable) ? 'https://'.$shop->domain_ssl : 'http://'.$shop->domain); to $base = (($ssl && $shop->ssl_enable) ? 'https://'.$shop->domain_ssl : 'http://'.$shop->domain); i.e. change "$this" to "$shop".. Looks like a typo in the original code....
-
Stock management / no warehouse
irrelevant replied to martin.nv's topic in Configuring and using PrestaShop
If there is no record in ps_warehouse, is there actually a warehouse showing in BO Stock>Warehouses ? -
Import products from distributor api
irrelevant replied to julius94's topic in Configuring and using PrestaShop
You might find some generic utility that will take the XML and output a CSV (Excel insert-data facilities perhaps?) that can be then imported using the standard prestashop functions to create the basics of the products, but having to use an API call to get most of the information means, unless you wish to name your supplier in the hope that somebody else has already done this, then you are almost certainly going to have to write some custom code. You then have the choice of either linking to the Prestashop API, or to output a more comprehensive CSV file which can then be imported. The latter is easier, especially to debug, but is not as useful if you want to run it repeatedly, e.g. to keep things synchronised between your shop and your supplier (e.g. keeping stock levels updated, removing items that are no longer available, etc.) -
Stock management / no warehouse
irrelevant replied to martin.nv's topic in Configuring and using PrestaShop
Have you got access to view the database? Check if there are records in the various ps_warehouse tables. -
how to set invoice number?
irrelevant replied to tonymusante's topic in Configuring and using PrestaShop
Go to Orders > Invoices page in back office. Scroll right down to the bottom, You will see a field named "Invoice number" with the text underneath: "The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #nnnn)" Put 207 in there and hit save :-D It worked for me .... You could try editing directly the record in ps_confuguration where name = "PS_INVOICE_START_NUMBER" -
This is the code I use for the image URL - CONCAT("http://", su.domain, su.physical_uri , IF(pai.id_image IS NOT NULL,pai.id_image,im.id_image), "/", REPLACE(REPLACE(REPLACE(pl.name," ","_"),"\"",""),"#",""), ".jpg") as "Image URL", Relevant tables are LEFT JOIN ps_shop sh ON p.id_shop_default = sh.id_shop LEFT JOIN ps_shop_url su ON su.id_shop = sh.id_shop AND su.main = 1 LEFT JOIN ps_image im ON (p.id_product = im.id_product AND im.cover = 1) LEFT JOIN ps_product_attribute_image pai ON (pai.id_product_attribute = s.id_product_attribute)
-
How to Add Tracking Numbers to Orders
irrelevant replied to wide-eyed's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
If you view the order in back office, in the shipping box you will see an "Edit" button alongside the carrier name. This allows you to enter the tracking number, and doing so will send a "Package in transit" email to the customer with that number. Notes can be entered similarly in the "Messages" section; the "display to customer" option will email it to the customer too.- 1 reply
-
- 1
-
Change 'Tax Inc' To read 'VAT Inc'
irrelevant replied to Kyle1988's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Localization > Translations. Select English, and click Modify. Use ctrl-F (find) to locate all references to Tax.