Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter ShpxLbh

    (@shpxlbh)

    yes, i have gravity form to upload zip rar stl files, and after wordpress any of help in internet didn’t help, also your plugin, I have website which doesn’t work and any wordpress update still.

    Thread Starter ShpxLbh

    (@shpxlbh)

    Great, now it’s working!

    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    	return 90;
    }
    
    add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 90, 2 );

    and looks great. THANK YOU Mike!

    Thread Starter ShpxLbh

    (@shpxlbh)

    yepp! didn’t realize that my theme is so influent and WHY?! ??
    ok, so thank you for very fast response, but still variations, are mixed, like described in 1st post. how you think why ? if I choose Nobel Branemark it should be in PLATFORMA place only about 5 fields, not all of them :<

    Thread Starter ShpxLbh

    (@shpxlbh)

    don’t think so.. but I repaired it and still doesn’t work :>

    Thread Starter ShpxLbh

    (@shpxlbh)

    unfortunately my server admin did mysql dump via ssh, but I can’t do it via www. still same error.

    Full dump error:

    /usr/local/mysql/bin/mysqldump –force –host=’localhost’ –user=’robocam_dbdb’ –password=’password’ –default-character-set=”utf8″ –add-drop-table –skip-lock-tables robocam_NEW > /home/robocam/domains/robocam.ayz.pl/public_html/wp-content/backup/1458656323_-_robocam_NEW.sql– MySQL dump 10.13 Distrib 5.6.28, for Linux (x86_64) — — Host: localhost Database: robocam_NEW — —————————————————— — Server version 5.6.28 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE=’+00:00′ */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE=’NO_AUTO_VALUE_ON_ZERO’ */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; — Dump completed on 2016-03-22 14:18:43

    any support?

    i have the same problem… i put full path..

    — MySQL dump 10.13 Distrib 5.6.28, for Linux (x86_64) — — Host: localhost Database: robocam_NEW — —————————————————— — Server version 5.6.28 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE=’+00:00′ */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE=’NO_AUTO_VALUE_ON_ZERO’ */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; — Dump completed on 2016-03-17 14:01:13
    Backup Database

    Database Failed To Backup On ’17 marca 2016 @ 14:01′. Invalid Backup File Path.

    how can you help me ?

    Thread Starter ShpxLbh

    (@shpxlbh)

    Thread Starter ShpxLbh

    (@shpxlbh)

    sorry, I didnt realize that is more than one price record!

    <wp:postmeta>
    <wp:meta_key>_price</wp:meta_key>
    <wp:meta_value><![CDATA[799]]></wp:meta_value>
    </wp:postmeta>

    ok. so…._price showing sales price, but why :O when I import csv suite automatically attribute to I think correct record.

    Thread Starter ShpxLbh

    (@shpxlbh)

    nope. regular price 1000 | sale price 799
    all prices are saved, but regular price doesn’t show in shop, and product doesn’t looks like is on sale, because sale price is as normal.

    Thread Starter ShpxLbh

    (@shpxlbh)

    I checked and manually put products meta data:

    <wp:postmeta>
    <wp:meta_key>_regular_price</wp:meta_key>
    <wp:meta_value><![CDATA[967]]></wp:meta_value>
    </wp:postmeta>
    <wp:postmeta>
    <wp:meta_key>_sale_price</wp:meta_key>
    <wp:meta_value><![CDATA[799]]></wp:meta_value>
    </wp:postmeta>

    CSV Import Suite 1.10.1

    Thread Starter ShpxLbh

    (@shpxlbh)

    I exported in batches every variations, I checked headings and they were like you said, and CSV Import Suite attribute them to right regular price and sale price headings, so there were nothing wrong with my import csv file, but still I don’t have sales badge+old price in manually put products, I checked even when I put product via csv import suite with sale price – the same, without price. can’t understand situation.

    Thread Starter ShpxLbh

    (@shpxlbh)

    Ok, with batched export I have exported all product.. imported ?? but manually created is not exported, is it possible to export them or they are wasted?
    so I change regular_price to _price and _sale_price is ok?
    it’s strange because I exported firstly csv file and created on this sample my product data base so headers are original.

    Thread Starter ShpxLbh

    (@shpxlbh)

    I imported via CSV Import Suite… every import was good, so How can I repair my data base with product, to export them and have them all in CSV file? ??
    also, in my shop prices are normaly shown..

    Thread Starter ShpxLbh

    (@shpxlbh)

    https://www.dropbox.com/s/hn1uysc13hs5e3e/robocam.wordpress.2015-08-17.xml?dl=0

    XML file^^
    manually put products:
    *P?yn RD 095 – 1kg – po terminie
    *test 1 promocja

    for compare imported product with sale:
    *Blok cyrkon TRANSPA (CNC)

    Thread Starter ShpxLbh

    (@shpxlbh)

    nope, now I don’t want to try import product via CSV Import Suite because there is a problem – when I export variations it export only 3/4 variations… I have to open new ticket for this..
    so when I put product manually: sale price is showed as normal price without old price and Sale badge.
    all other products are okey when I back to 2.3 woocommerce.

Viewing 15 replies - 1 through 15 (of 17 total)