Forum Replies Created

Viewing 15 replies - 31 through 45 (of 136 total)
  • Thread Starter danina84

    (@danina84)

    Hallo,
    danke, ich hatte ja im anderen Thread gefragt, ob Du mir eine Mailadresse sagen k?nntest, wo ich den Link hinschicken kann, hattest Du wahrscheinlich noch nicht gesehen…

    VG

    Do you have an email address I could mail it to?

    Hi,
    the Woocommerce table on the checkout page still has #eee as background-color, even when you a different one is chosen in Germanized options. It’s not being applied.

    Thread Starter danina84

    (@danina84)

    Danke! Wann kommt das neue Update?

    Thread Starter danina84

    (@danina84)

    Meintest Du einen anderen Link?

    VG

    Okay, danke. Wenn ich also weder Anrede noch Lastschrift aktiviert habe, kommt nix Neues dazu, korrekt?

    Mal zwei kurze Fragen zu dem Thema:

    1. Speichert Gemranized irgendwelche Benutzerdaten zus?tzlich zu Woocommerce oder macht es Aufrufe auf externe Ressourcen oder “nach Hause”?

    2. Muss mit Euch dann ein Datenverarbeitungsvertrag geschlossen werden?

    Thread Starter danina84

    (@danina84)

    Danke! Klar, manche Selektoren sind eindeutig, aber irgendwie hatten die teilweise selbst in der Custom CSS nicht funktioniert…Ich wollte eigentlich die Rechnungsnummer in einer separaten Zeile mit “Rechnungsnummer:” anzeigen lassen, und nicht direkt hinter “Rechnung”. W?re es nicht eigentlich auch sinnvoll, vor das Datum “Rechnungsdatum” zu schrieben? Zumal man ja in den Pflichangaben einer Rechnung auch Lieferdatum angeben muss…was ich bei Germanized PRO noch nicht gesehen habe…

    VG

    Thread Starter danina84

    (@danina84)

    Thanks! I guess there is no other way to do it…

    Thread Starter danina84

    (@danina84)

    Thank you! I just used css to hide them ??

    Thread Starter danina84

    (@danina84)

    Hallo, danke. Also wenn Du mal im Trusted Shops Demoshop guckst, da sind die Lieferzeiten weder im Warenkorb noch im Checkout zu sehen..

    VG

    I am having the same problem. Mike, could you pleae give me one example of how to add the priority? I have minimal knowledge in coding. Thank you!

    Thread Starter danina84

    (@danina84)

    Thank you, I really hope this can be solved!
    regarding the htacess modification: My host had a look at it and checked why we are getting a white screen when implementing your code, and it seems to have an additional [END] that is not needed. My host changed your code to this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    #RewriteEngine On
    #RewriteBase /
    #RewriteRule ^index\.php$ - [L]
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule . /index.php [L]
    RewriteEngine On
    RewriteBase /
    
    # set blog sub path
    SetEnvIf Request_URI "^(.*)$" SUB_PATH=/wp-content/cache/cache-enabler/
    
    # set Cache Enabler path
    SetEnvIf Request_URI "^(.*)$" CE_PATH=$1
    SetEnvIf Request_URI "^(/)index.php$" CE_PATH=$1
    
    <IfModule mod_mime.c>
    # webp HTML file
    RewriteCond %{ENV:CE_PATH} /$
    RewriteCond %{ENV:CE_PATH} !^/wp-admin/.*
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} =""
    RewriteCond %{HTTP_COOKIE} !(wp-postpass|wordpress_logged_in|comment_author)_
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{HTTP:Accept} image/webp
    RewriteCond %{DOCUMENT_ROOT}%{ENV:SUB_PATH}%{HTTP_HOST}%{ENV:CE_PATH}index-webp.html.gz -f
    RewriteRule ^(.*) %{ENV:SUB_PATH}%{HTTP_HOST}%{ENV:CE_PATH}index-webp.html.gz [L]
    
    # gzip HTML file
    RewriteCond %{ENV:CE_PATH} /$
    RewriteCond %{ENV:CE_PATH} !^/wp-admin/.*
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} =""
    RewriteCond %{HTTP_COOKIE} !(wp-postpass|wordpress_logged_in|comment_author)_
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}%{ENV:SUB_PATH}%{HTTP_HOST}%{ENV:CE_PATH}index.html.gz -f
    RewriteRule ^(.*) %{ENV:SUB_PATH}%{HTTP_HOST}%{ENV:CE_PATH}index.html.gz [L]
    
    AddType text/html .gz
    AddEncoding gzip .gz
    </IfModule>
    
    # webp HTML file
    RewriteCond %{ENV:CE_PATH} /$
    RewriteCond %{ENV:CE_PATH} !^/wp-admin/.*
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} =""
    RewriteCond %{HTTP_COOKIE} !(wp-postpass|wordpress_logged_in|comment_author)_
    RewriteCond %{HTTP:Accept} image/webp
    RewriteCond %{DOCUMENT_ROOT}%{ENV:SUB_PATH}%{HTTP_HOST}%{ENV:CE_PATH}index-webp.html -f
    RewriteRule ^(.*) %{ENV:SUB_PATH}%{HTTP_HOST}%{ENV:CE_PATH}index-webp.html [L]
    
    # default HTML file
    RewriteCond %{ENV:CE_PATH} /$
    RewriteCond %{ENV:CE_PATH} !^/wp-admin/.*
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} =""
    RewriteCond %{HTTP_COOKIE} !(wp-postpass|wordpress_logged_in|comment_author)_
    RewriteCond %{DOCUMENT_ROOT}%{ENV:SUB_PATH}%{HTTP_HOST}%{ENV:CE_PATH}index.html -f
    RewriteRule ^(.*) %{ENV:SUB_PATH}%{HTTP_HOST}%{ENV:CE_PATH}index.html [L]
    
    # wp override
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    

    So your code is in the WordPress code, not above…now the site is working, but I am not sure if the code really does anything because the site is not faster…

    Thread Starter danina84

    (@danina84)

    Hi there,
    I just wanted to let you know that I have tried two other caching plugins and they update the stock status display correctly when a customer buys an item, so there is a way. But overall, I prefer your plugin because it is faster ?? So I would really appreciate if you could implement the correct stock display as soon as possible…

    Thanks!

    Thread Starter danina84

    (@danina84)

    Hi,
    thanks for your reply.
    Regarding the stock: I am not talking about the stock not updating correctly when you change it in the admin, but intstead when a customer is buying a product that is still in stock. So let’s say there is one item left, a customer buys it and then the product page still displays the item being in stock because it is still cached – but it should update when a customer buys the last one!

Viewing 15 replies - 31 through 45 (of 136 total)