Forum Replies Created
-
AuthorPosts
-
KelvinKeymaster
k, set up here: http://nickelpro.com/sp/
I sent you login.
From my end everything works…. the server is from hostgator.com
KelvinKeymasterYes we could def do that, but don’t you think it is a little risky?
I got the files… 41 min to go 🙁 (sorry, Internet kinda slow over here)
KelvinKeymasterAre the windows servers also the “live”/”production” servers?
KelvinKeymasterwhat do you mean by “manually”?
Just send me the whole of wp-contents please and I’ll have it up in a few minutes
KelvinKeymasterHi Orla.
I’m going to quickly write this into DukaPress and get back to you – it should be quick.
KelvinKeymasterHow about testing on a linux server?
Or, if you want, send your DP files and we can create a test server we test with you (I have a couple of hours free so we can do this right now).
KelvinKeymasterIt would not be hard, but would be time consuming:
-One would need to carefully look at whether the theme and/or plugins on the site are responsible for the error
-If the above fails, one would then look at whether it is something in the server configuration that is causing (in theory you can do this by trying to run DukaPress on a different server environment with the same theme/plugins and if it runs okay then you know where to look for the problem)KelvinKeymasterHmm, first you need to set up the file to be downloaded correctly. Please see this: http://dukapress.org/docs/how-to-create-a-new-product/
(Look at creating digital products).
Next, you need to set up the email (under email settings) to include the digital file.
Please see: http://dukapress.org/docs/email-management/
KelvinKeymasterMay I please see the site? Also if you can give duka(at)dukapress.org temporary admin access we’d be happy to look at it deeper and help fix
KelvinKeymasterYs, it is very possible that your active theme (or even an active plugin) has something (normally tiny javascript errors) that cause the malfunction.
Also, I am SUPER glad it finally worked 🙂
KelvinKeymasterHmm, the problem is that your theme is made in a way that it overides what were trying to do
I think skin.css line 257
Please try and use this instead:
.dpsc_submit_button:disabled {
background-color: #345!important;
background: none!important;
}Please tell me if this works?
KelvinKeymasterMay I see the site please?
KelvinKeymasterIt should work! Thanks for being persistent at this, it led to the discovery of a tiny, tiny bug that was preventing this (just changing one line of php).
Line 210 of dp-products.php should be:
if ($dp_shopping_cart_settings[‘dp_shop_inventory_soldout’] === ‘yes’ && $all_custom_fields[‘currently_in_stock’][0] < 1) { Unfortunately it is a small bug and if you want to wait for the *offical release to fix, it may take a little while. If you are not comfy with changing the code, please get the file from here: http://plugins.svn.wordpress.org/dukapress/trunk/php/KelvinKeymasterIt is now officially released so please upgrade to 2.3.5
As for the out of stock button, it should be possible to change color by CSS (using ideas similar to those here: http://dukapress.org/blog/2011/03/18/replacing-add-to-cart-with-out-of-stock/ )
Something like this should work:
.dpsc_submit_button:disabled{
background-color:#999999!important;
}Where #999999 is your color code.
Specifically:
KelvinKeymasterYes it is 🙂
-
AuthorPosts