Former Member
inherit
guest@proboards.com
207982
0
Dec 3, 2024 12:28:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 26, 2014 8:33:23 GMT -8
Just out of curiousity you have checked basket and the checkout button is missing from there right? Correct. Items get added to the basket, but there's no checkout button. Okay, I figured out what's going on. That nifty bit of CSS that Peter gave to you to remove your item description field is not cooperating with things. .container_monetaryshop table.list tr.head th.main {
display: none;
}
.container_monetaryshop table.list tr.item td:nth-child(3) {
display: none;
} It's removing the checkout button cell, along with the description field. For right now you're just going to have to remove it from your CSS. Unfortunately, that means you'll have to deal with seeing the item description field, but your shop's checkout button should reappear.CorrectionTimebomb007 Let's see if this works for you. Change the td:nth-child(3) to td:nth-child(2). It's working for me. So replace the old CSS with this: .container_monetaryshop table.list tr.head th.main {
display: none;
}
.container_monetaryshop table.list tr.item td:nth-child(2) {
display: none;
}
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Jul 26, 2014 12:11:37 GMT -8
Thanks a lot, @winged2. That fixed it.
|
|
inherit
6871
0
Jun 10, 2024 2:25:35 GMT -8
bigballofyarn
"If you wish to make an apple pie from scratch, you must first invent the universe." -Carl Sagan
7,912
January 2003
bigballofyarn
|
Post by bigballofyarn on Jul 26, 2014 15:06:12 GMT -8
bigballofyarn I've got an update for you. I was able to replicate the issue. Your problem might be with the way you identify your items. Looking at your site, I noticed that you use IDs like 1.7 and 2.1. I did that on my own forums, and in both cases the items would not let me refund them. Use numbers only (no decimals) to identify your items and see if that makes a difference. (Just try it with one or two items and see if that makes a difference before you go relabeling all of your items.) @winged2, I renumbered just the item I wanted to get rid of (the tea cup). When I reloaded my profile the teacup was gone and so was the money I used to buy it. I repurchased the tea and the refund process DOES in fact work. However, I assume that if I renumber everything, that everyone will now lose the gifts they purchased, since that's what happened to me, correct?
|
|
Former Member
inherit
guest@proboards.com
207982
0
Dec 3, 2024 12:28:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 26, 2014 17:34:45 GMT -8
bigballofyarn I've got an update for you. I was able to replicate the issue. Your problem might be with the way you identify your items. Looking at your site, I noticed that you use IDs like 1.7 and 2.1. I did that on my own forums, and in both cases the items would not let me refund them. Use numbers only (no decimals) to identify your items and see if that makes a difference. (Just try it with one or two items and see if that makes a difference before you go relabeling all of your items.) @winged2, I renumbered just the item I wanted to get rid of (the tea cup). When I reloaded my profile the teacup was gone and so was the money I used to buy it. I repurchased the tea and the refund process DOES in fact work. However, I assume that if I renumber everything, that everyone will now lose the gifts they purchased, since that's what happened to me, correct? Unfortunately, it would seem so. :/ I'm sorry that there's not a better fix for the situation, at least that I know of. Also, sorry for not having thought of you losing your money and the items after renumbering them. I should have foreseen that and warned you. Sorry for the inconvenience, and possible headache of dealing with the lost item. Peter might have a better solution when he gets back from his hiatus.
|
|
Former Member
inherit
guest@proboards.com
207982
0
Dec 3, 2024 12:28:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 26, 2014 17:35:55 GMT -8
Thanks a lot, @winged2. That fixed it. Awesome sauce! Glad that everything is sorted out.
|
|
inherit
211988
0
Jul 26, 2014 20:17:38 GMT -8
xxslikxblinxxx
1
July 2014
xxslikxblinxxx
|
Post by xxslikxblinxxx on Jul 26, 2014 20:17:19 GMT -8
I need help. I dont know what to put for the image name under items.
|
|
inherit
6871
0
Jun 10, 2024 2:25:35 GMT -8
bigballofyarn
"If you wish to make an apple pie from scratch, you must first invent the universe." -Carl Sagan
7,912
January 2003
bigballofyarn
|
Post by bigballofyarn on Jul 27, 2014 5:27:33 GMT -8
@winged2, I renumbered just the item I wanted to get rid of (the tea cup). When I reloaded my profile the teacup was gone and so was the money I used to buy it. I repurchased the tea and the refund process DOES in fact work. However, I assume that if I renumber everything, that everyone will now lose the gifts they purchased, since that's what happened to me, correct? Unfortunately, it would seem so. :/ I'm sorry that there's not a better fix for the situation, at least that I know of. Also, sorry for not having thought of you losing your money and the items after renumbering them. I should have foreseen that and warned you. Sorry for the inconvenience, and possible headache of dealing with the lost item. Peter might have a better solution when he gets back from his hiatus. It's all good. I can edit money. So I gave people money to rebuy their items. It's fine.
|
|
Former Member
inherit
guest@proboards.com
207982
0
Dec 3, 2024 12:28:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 27, 2014 7:36:20 GMT -8
I need help. I dont know what to put for the image name under items. Image name? There is an image base field, an image field, and a name field. There is no image name field. Image Base - If all your images are in the same folder via your image hosting service, you enter the URL to that folder here. (i.e. if you're hosting all your images in a folder on an image host like Photobucket, you'd enter a URL like s1340.photobucket.com/user/UserName/ShopItems) Image - If you are using the image base, you type in the other portion of your images URL which identifies it as a unique image (i.e. if your image's URL is http://i1340./o721/UserName/ShopItems/magic_potion24f17995.png you enter the /magic_potion24f17995.png part). If you are not using the root folder, you simply paste the images full URL (In this instance, the URL would be http://i1340./o721/UserName/ShopItems/magic_potion24f17995.png). Name - The name of your item. Just to help you out in the future, there are helpful tooltips that explain what you should enter into each field, denoted by this icon: . Just hover your mouse over the icon and a description will popup.
|
|
inherit
209744
0
Oct 27, 2014 13:54:17 GMT -8
fluffysauce
17
May 2014
fluffysauce
|
Post by fluffysauce on Jul 27, 2014 9:40:59 GMT -8
Everything works fine and I have received no complaints except from one person. They have multiple accounts on the same email, but the shop has stopped working for her favorite character! craft.freeforums.net is my site and the member with the trouble is "Eira" and her secondary character that works is "Astina" I don't want to have to make her create a new account for Eira if at all possible, but if you are as stumped as me, I'm not opposed to the idea. She uses chrome, and so do I. She let me borrow her account and it worked just fine on my computer, no problems. Anything I can do? :/ Help please T.T
|
|
Former Member
inherit
guest@proboards.com
207982
0
Dec 3, 2024 12:28:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 27, 2014 14:45:48 GMT -8
Everything works fine and I have received no complaints except from one person. They have multiple accounts on the same email, but the shop has stopped working for her favorite character! craft.freeforums.net is my site and the member with the trouble is "Eira" and her secondary character that works is "Astina" I don't want to have to make her create a new account for Eira if at all possible, but if you are as stumped as me, I'm not opposed to the idea. She uses chrome, and so do I. She let me borrow her account and it worked just fine on my computer, no problems. Anything I can do? :/ Help please T.T Unfortunately, this will have to wait until Peter gets back from his break. The fact that the account works for you but not for her makes me think that it's something to do with the specific version of her browser, or the device with which she accesses the site, but that doesn't really make sense when you factor in that her other account has no problems. All I can suggest is have her access the Eira account on a different device than the one she usually uses.
|
|
inherit
209744
0
Oct 27, 2014 13:54:17 GMT -8
fluffysauce
17
May 2014
fluffysauce
|
Post by fluffysauce on Jul 28, 2014 8:41:41 GMT -8
Unfortunately, this will have to wait until Peter gets back from his break. The fact that the account works for you but not for her makes me think that it's something to do with the specific version of her browser, or the device with which she accesses the site, but that doesn't really make sense when you factor in that her other account has no problems. All I can suggest is have her access the Eira account on a different device than the one she usually uses. Nevermind. She tried it again today, and for some reason it worked. Thanks much, and yeah that was weird... She says it's fully functional now.
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Jul 28, 2014 19:42:54 GMT -8
The only thing that I noticed is that on the shop page there is weird spacing for the "item image" and the "item name". ^ I used an earlier post to adjust one of the tables with CSS, but when trying it with the other columns for "second-child" and so forth it doesn't want to use the defined width. Not sure if only "first-child" works or if there is another thing I should be using for the other columns. My co-admin wondered if we will be able to set people for editing items like how the basic money plugin does. Already maxed the item limit for now. This was after adding only 147 items to the plugin out of about 300 items that we had when running in version 4. Definitely will need an extension for this plugin; already have a super key waiting.....^@,@^ ^ Personally I cannot wait. I have some items in version 4 that I used to do this with: aka Gift Boxes, Fortune Cookies, Chibi Packs. The person would buy the item, open it, and get a quote or random item based off of a group of ID's. It was pretty easy.
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Jul 29, 2014 12:51:38 GMT -8
Well, the new code to remove the description section took away the item names. I simply wanted the description section removed without it affecting anything else.
|
|
inherit
183482
0
Dec 17, 2015 17:39:35 GMT -8
Nevada Mikado
Your soul is mine
170
September 2012
nevam
|
Post by Nevada Mikado on Jul 31, 2014 18:49:28 GMT -8
Ok, I could be doing something wrong here... but for some reason, I can't get the images I want to use for my shop to show up. First I thought maybe I was putting in the base image thing in wrong so I just did the normal version of placing the whole link into where the image would be. But that hasn't worked either... what to do what to do?
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Jul 31, 2014 22:48:34 GMT -8
I had that happen the first time, then suddenly it worked. My "base folder" ends in a / and the item image in the individual item area is just the file name. I had to mess around with the sizes to make them show up. Apparently having the item at 100% made it not visible.
Profile / Shop Image Settings> I removed the 100% and put in the image dimensions then they showed.
|
|