blitz91x
Forum Replies Created
-
Oh and you were right about being able to change the shopping cart time out down. That fixes that issue.
I’m really hoping I can get the login, javascript and backup issues fixed so I can get the new update for wp ecommerce like iwasbornwithoutaname suggested.
Thank you Edward for identifying those javascript issues. Last night my web developer started work on a mobile app and I woke up this morning to a bunch of customer complaints and several website issues. No one can login and none of the login widgets I can find work. The meta widget for logging in is gone which is unheard of apparently. I can’t back up wordpress because it will stall. From what I’ve read both of these issues can be troubleshooted and fixed using the ftp files but the webdeveloper has them and he isn’t responding. How did you know I had javascript issues? I’m hoping they are part of the login issue. I’m figuring this stuff out as I go so your tips in this thread and the last have helped a lot.
As for the shopping cart issue…
I added the weight rate and fixed rate tables in an attempt to provide alternative options for customers. The weight rate is very accurate but it is for first class usps and customers aren’t sure what the weight rate is. It isn’t intuitive to them. The fixed rate tables are accurate for most items but don’t take into consideration larger orders and will undercharge down the road. The usps table provided has this issuehttp://i1318.photobucket.com/albums/t648/ateamreball/ateamreball098/Capture_zpseaa6c70a.jpg
http://i1318.photobucket.com/albums/t648/ateamreball/ateamreball098/Capture1_zps45099815.jpg
In the first screen shot one item is in cart and all shipping charges are perfectly accurate. In the second screen shot I added another small item and notice how the first class, priority and express options double in price in the last table? They should only go up by a small amount like 20 cents but instead they double and triple for each nth item. The weight rate is accurate for the majority of my customers but if they want priority, or express or international the shipping value is going to be very inaccurate and I’m trying to find a way to make that 3rd table accurate. If I can make it accurate I won’t need the first 2. All the calculator needs to do is add the weights of the items together and then get a shipping charge. Instead it is getting a shipping charge for each item and adding those shipping charges together.
iwasbornwithoutaname, I need to get a few things straightened out in the ftp files so I can get a backup to finish and then I’ll try it out. I’m so excited!!! I’ll post up when that gets straightened out.
Bump
Are there any other shopping cart plugins that are compatible with wp ecommerce that I can use?
Forum: Plugins
In reply to: [WP eCommerce] Changing Shopping Cart in wp ecommerce and Dark TT ThemeThank you Edward,
I found a few label codes already in place and I changed them to #fff instead of #777 and that changed the colors on my shopping cart page. I didn’t know that was the tag that changed those colors but now it makes sense.I’m good and this thread can be closed.
Forum: Plugins
In reply to: [WP eCommerce] Changing Shopping Cart in wp ecommerce and Dark TT ThemeBump… willing to pay for one on one support with this issue. Hoping to have it fixed in a few days when I start promoting the website.
Forum: Themes and Templates
In reply to: Changing Shopping Cart in wp ecommerce and Dark TT ThemeThank you MacManx
Forum: Plugins
In reply to: [WP eCommerce] Changing Shopping Cart in wp ecommerce and Dark TT ThemeForum: Themes and Templates
In reply to: Changing Shopping Cart in wp ecommerce and Dark TT ThemeWell no one has resoned to the thread I made, anyone in here know how to fix my problem? I’d pay $20?
Forum: Plugins
In reply to: [WP eCommerce] Changing Shopping Cart in wp ecommerce and Dark TT ThemeBump… Someone please help me
Forum: Plugins
In reply to: [WP eCommerce] Changing Shopping Cart in wp ecommerce and Dark TT ThemeI didn’t post in the correct manner, here is more info
WordPress version:3.9.2
WP eCommerce version:3.8.14.1
Gold Cart version:?
Theme: Dark TT (Parent theme is twenty ten)I did this: wanted to change shopping cart colors as shown.
I expected WPeCommerce to do this: nothing, I don’t know what to tell it to do.
Instead it did this:
Forum: Plugins
In reply to: [WP eCommerce] Changing Shopping Cart in wp ecommerce and Dark TT ThemeNone of my pictures uploaded in the last post. Looks like this
<img src=”http://i1318.photobucket.com/albums/t648/ateamreball/ateamreball096/Capture_zps00d855d8.jpg” border=”0″ alt=” photo Capture_zps00d855d8.jpg”/>and I want it to look like this
<img src=”http://i1318.photobucket.com/albums/t648/ateamreball/ateamreball096/Capture1_zps9c505fba.jpg” border=”0″ alt=” photo Capture1_zps9c505fba.jpg”/>and this is the php page I found that I suspect can edit the colors
<img src=”http://i1318.photobucket.com/albums/t648/ateamreball/ateamreball097/Capture2_zpsea7616b4.jpg” border=”0″ alt=” photo Capture2_zpsea7616b4.jpg”/>
Forum: Plugins
In reply to: [WP eCommerce] Changing Shopping Cart ColorsSounds like I need to get some time to do some reading and figure out how to do that. There are several limitations to wp e-commerce and I might need to take an approach like that for each. Is there any simpler way? A child theme or source of code that someone has written that is very similar and can be modified for my circumstances? Website is sawyerpb.com
Forum: Fixing WordPress
In reply to: Changing Shopping Cart ColorsI think the color code isn’t in the css. If the color code isn’t in the css where is it? I’ve been digging through the raw html and looking for any mention of shopping cart but there is so much and I’m not finding the specific shopping cart color that is being displayed on the screen. I found the div tag for the shopping cart and I’m wondering if I can write something in the css that would refer to the shopping cart and change the color. Specifically I need to change the thead font colors.